Struct aws_sdk_proton::operation::cancel_service_instance_deployment::builders::CancelServiceInstanceDeploymentOutputBuilder
source · #[non_exhaustive]pub struct CancelServiceInstanceDeploymentOutputBuilder { /* private fields */ }
Expand description
A builder for CancelServiceInstanceDeploymentOutput
.
Implementations§
source§impl CancelServiceInstanceDeploymentOutputBuilder
impl CancelServiceInstanceDeploymentOutputBuilder
sourcepub fn service_instance(self, input: ServiceInstance) -> Self
pub fn service_instance(self, input: ServiceInstance) -> Self
The service instance summary data that's returned by Proton.
sourcepub fn set_service_instance(self, input: Option<ServiceInstance>) -> Self
pub fn set_service_instance(self, input: Option<ServiceInstance>) -> Self
The service instance summary data that's returned by Proton.
sourcepub fn build(self) -> CancelServiceInstanceDeploymentOutput
pub fn build(self) -> CancelServiceInstanceDeploymentOutput
Consumes the builder and constructs a CancelServiceInstanceDeploymentOutput
.
Trait Implementations§
source§impl Clone for CancelServiceInstanceDeploymentOutputBuilder
impl Clone for CancelServiceInstanceDeploymentOutputBuilder
source§fn clone(&self) -> CancelServiceInstanceDeploymentOutputBuilder
fn clone(&self) -> CancelServiceInstanceDeploymentOutputBuilder
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 CancelServiceInstanceDeploymentOutputBuilder
impl Default for CancelServiceInstanceDeploymentOutputBuilder
source§fn default() -> CancelServiceInstanceDeploymentOutputBuilder
fn default() -> CancelServiceInstanceDeploymentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CancelServiceInstanceDeploymentOutputBuilder> for CancelServiceInstanceDeploymentOutputBuilder
impl PartialEq<CancelServiceInstanceDeploymentOutputBuilder> for CancelServiceInstanceDeploymentOutputBuilder
source§fn eq(&self, other: &CancelServiceInstanceDeploymentOutputBuilder) -> bool
fn eq(&self, other: &CancelServiceInstanceDeploymentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.