Struct aws_sdk_ec2::operation::bundle_instance::BundleInstanceInput
source · #[non_exhaustive]pub struct BundleInstanceInput { /* private fields */ }
Expand description
Contains the parameters for BundleInstance.
Implementations§
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
source§impl BundleInstanceInput
impl BundleInstanceInput
sourcepub fn builder() -> BundleInstanceInputBuilder
pub fn builder() -> BundleInstanceInputBuilder
Creates a new builder-style object to manufacture BundleInstanceInput
.
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
>
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 ==
.impl StructuralPartialEq for BundleInstanceInput
Auto Trait Implementations§
impl RefUnwindSafe for BundleInstanceInput
impl Send for BundleInstanceInput
impl Sync for BundleInstanceInput
impl Unpin for BundleInstanceInput
impl UnwindSafe for BundleInstanceInput
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