#[non_exhaustive]pub struct CancelServicePipelineDeploymentInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CancelServicePipelineDeploymentInput
impl Clone for CancelServicePipelineDeploymentInput
sourcefn clone(&self) -> CancelServicePipelineDeploymentInput
fn clone(&self) -> CancelServicePipelineDeploymentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CancelServicePipelineDeploymentInput> for CancelServicePipelineDeploymentInput
impl PartialEq<CancelServicePipelineDeploymentInput> for CancelServicePipelineDeploymentInput
sourcefn eq(&self, other: &CancelServicePipelineDeploymentInput) -> bool
fn eq(&self, other: &CancelServicePipelineDeploymentInput) -> bool
impl StructuralPartialEq for CancelServicePipelineDeploymentInput
Auto Trait Implementations
impl RefUnwindSafe for CancelServicePipelineDeploymentInput
impl Send for CancelServicePipelineDeploymentInput
impl Sync for CancelServicePipelineDeploymentInput
impl Unpin for CancelServicePipelineDeploymentInput
impl UnwindSafe for CancelServicePipelineDeploymentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more