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