Struct aws_sdk_sagemaker::operation::create_edge_deployment_plan::builders::CreateEdgeDeploymentPlanOutputBuilder
source · #[non_exhaustive]pub struct CreateEdgeDeploymentPlanOutputBuilder { /* private fields */ }
Expand description
A builder for CreateEdgeDeploymentPlanOutput
.
Implementations§
source§impl CreateEdgeDeploymentPlanOutputBuilder
impl CreateEdgeDeploymentPlanOutputBuilder
sourcepub fn edge_deployment_plan_arn(self, input: impl Into<String>) -> Self
pub fn edge_deployment_plan_arn(self, input: impl Into<String>) -> Self
The ARN of the edge deployment plan.
sourcepub fn set_edge_deployment_plan_arn(self, input: Option<String>) -> Self
pub fn set_edge_deployment_plan_arn(self, input: Option<String>) -> Self
The ARN of the edge deployment plan.
sourcepub fn build(self) -> CreateEdgeDeploymentPlanOutput
pub fn build(self) -> CreateEdgeDeploymentPlanOutput
Consumes the builder and constructs a CreateEdgeDeploymentPlanOutput
.
Trait Implementations§
source§impl Clone for CreateEdgeDeploymentPlanOutputBuilder
impl Clone for CreateEdgeDeploymentPlanOutputBuilder
source§fn clone(&self) -> CreateEdgeDeploymentPlanOutputBuilder
fn clone(&self) -> CreateEdgeDeploymentPlanOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CreateEdgeDeploymentPlanOutputBuilder
impl Default for CreateEdgeDeploymentPlanOutputBuilder
source§fn default() -> CreateEdgeDeploymentPlanOutputBuilder
fn default() -> CreateEdgeDeploymentPlanOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateEdgeDeploymentPlanOutputBuilder> for CreateEdgeDeploymentPlanOutputBuilder
impl PartialEq<CreateEdgeDeploymentPlanOutputBuilder> for CreateEdgeDeploymentPlanOutputBuilder
source§fn eq(&self, other: &CreateEdgeDeploymentPlanOutputBuilder) -> bool
fn eq(&self, other: &CreateEdgeDeploymentPlanOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.