Struct aws_sdk_ec2::input::CancelBundleTaskInput
source · #[non_exhaustive]pub struct CancelBundleTaskInput { /* private fields */ }
Expand description
Contains the parameters for CancelBundleTask.
Implementations§
source§impl CancelBundleTaskInput
impl CancelBundleTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelBundleTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelBundleTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelBundleTask
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelBundleTaskInput
.
Trait Implementations§
source§impl Clone for CancelBundleTaskInput
impl Clone for CancelBundleTaskInput
source§fn clone(&self) -> CancelBundleTaskInput
fn clone(&self) -> CancelBundleTaskInput
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 CancelBundleTaskInput
impl Debug for CancelBundleTaskInput
source§impl PartialEq<CancelBundleTaskInput> for CancelBundleTaskInput
impl PartialEq<CancelBundleTaskInput> for CancelBundleTaskInput
source§fn eq(&self, other: &CancelBundleTaskInput) -> bool
fn eq(&self, other: &CancelBundleTaskInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.