#[non_exhaustive]pub struct CancelImageCreationInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelImageCreationInput
.
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 whose creation you want to cancel.
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.
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 ==
.