#[non_exhaustive]pub struct CancelServiceInstanceDeploymentInput { /* private fields */ }
Implementations§
source§impl CancelServiceInstanceDeploymentInput
impl CancelServiceInstanceDeploymentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelServiceInstanceDeployment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelServiceInstanceDeployment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelServiceInstanceDeployment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelServiceInstanceDeploymentInput
.
source§impl CancelServiceInstanceDeploymentInput
impl CancelServiceInstanceDeploymentInput
sourcepub fn service_instance_name(&self) -> Option<&str>
pub fn service_instance_name(&self) -> Option<&str>
The name of the service instance with the deployment to cancel.
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service with the service instance deployment to cancel.
Trait Implementations§
source§impl Clone for CancelServiceInstanceDeploymentInput
impl Clone for CancelServiceInstanceDeploymentInput
source§fn clone(&self) -> CancelServiceInstanceDeploymentInput
fn clone(&self) -> CancelServiceInstanceDeploymentInput
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 PartialEq<CancelServiceInstanceDeploymentInput> for CancelServiceInstanceDeploymentInput
impl PartialEq<CancelServiceInstanceDeploymentInput> for CancelServiceInstanceDeploymentInput
source§fn eq(&self, other: &CancelServiceInstanceDeploymentInput) -> bool
fn eq(&self, other: &CancelServiceInstanceDeploymentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.