#[non_exhaustive]pub struct CancelImageCreationInput { /* private fields */ }
Implementations§
source§impl CancelImageCreationInput
impl CancelImageCreationInput
sourcepub fn image_build_version_arn(&self) -> Option<&str>
pub fn image_build_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
source§impl CancelImageCreationInput
impl CancelImageCreationInput
sourcepub fn builder() -> CancelImageCreationInputBuilder
pub fn builder() -> CancelImageCreationInputBuilder
Creates a new builder-style object to manufacture CancelImageCreationInput
.
source§impl CancelImageCreationInput
impl CancelImageCreationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CancelImageCreation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CancelImageCreation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelImageCreation
>
Trait Implementations§
source§impl Clone for CancelImageCreationInput
impl Clone for CancelImageCreationInput
source§fn clone(&self) -> CancelImageCreationInput
fn clone(&self) -> CancelImageCreationInput
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 Debug for CancelImageCreationInput
impl Debug for CancelImageCreationInput
source§impl PartialEq<CancelImageCreationInput> for CancelImageCreationInput
impl PartialEq<CancelImageCreationInput> for CancelImageCreationInput
source§fn eq(&self, other: &CancelImageCreationInput) -> bool
fn eq(&self, other: &CancelImageCreationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CancelImageCreationInput
Auto Trait Implementations§
impl RefUnwindSafe for CancelImageCreationInput
impl Send for CancelImageCreationInput
impl Sync for CancelImageCreationInput
impl Unpin for CancelImageCreationInput
impl UnwindSafe for CancelImageCreationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more