#[non_exhaustive]pub struct CancelServiceInstanceDeploymentInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CancelServiceInstanceDeploymentInput
impl Clone for CancelServiceInstanceDeploymentInput
sourcefn clone(&self) -> CancelServiceInstanceDeploymentInput
fn clone(&self) -> CancelServiceInstanceDeploymentInput
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<CancelServiceInstanceDeploymentInput> for CancelServiceInstanceDeploymentInput
impl PartialEq<CancelServiceInstanceDeploymentInput> for CancelServiceInstanceDeploymentInput
sourcefn eq(&self, other: &CancelServiceInstanceDeploymentInput) -> bool
fn eq(&self, other: &CancelServiceInstanceDeploymentInput) -> bool
impl StructuralPartialEq for CancelServiceInstanceDeploymentInput
Auto Trait Implementations
impl RefUnwindSafe for CancelServiceInstanceDeploymentInput
impl Send for CancelServiceInstanceDeploymentInput
impl Sync for CancelServiceInstanceDeploymentInput
impl Unpin for CancelServiceInstanceDeploymentInput
impl UnwindSafe for CancelServiceInstanceDeploymentInput
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