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