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 get_edge_deployment_plan_arn(&self) -> &Option<String>
pub fn get_edge_deployment_plan_arn(&self) -> &Option<String>
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 ==
.impl StructuralPartialEq for CreateEdgeDeploymentPlanOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateEdgeDeploymentPlanOutputBuilder
impl Send for CreateEdgeDeploymentPlanOutputBuilder
impl Sync for CreateEdgeDeploymentPlanOutputBuilder
impl Unpin for CreateEdgeDeploymentPlanOutputBuilder
impl UnwindSafe for CreateEdgeDeploymentPlanOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more