Struct aws_sdk_ec2::input::ConfirmProductInstanceInput
source · #[non_exhaustive]pub struct ConfirmProductInstanceInput { /* private fields */ }
Implementations§
source§impl ConfirmProductInstanceInput
impl ConfirmProductInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ConfirmProductInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ConfirmProductInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ConfirmProductInstance
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfirmProductInstanceInput
.
source§impl ConfirmProductInstanceInput
impl ConfirmProductInstanceInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance.
sourcepub fn product_code(&self) -> Option<&str>
pub fn product_code(&self) -> Option<&str>
The product code. This must be a product code that you own.
Trait Implementations§
source§impl Clone for ConfirmProductInstanceInput
impl Clone for ConfirmProductInstanceInput
source§fn clone(&self) -> ConfirmProductInstanceInput
fn clone(&self) -> ConfirmProductInstanceInput
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 ConfirmProductInstanceInput
impl Debug for ConfirmProductInstanceInput
source§impl PartialEq<ConfirmProductInstanceInput> for ConfirmProductInstanceInput
impl PartialEq<ConfirmProductInstanceInput> for ConfirmProductInstanceInput
source§fn eq(&self, other: &ConfirmProductInstanceInput) -> bool
fn eq(&self, other: &ConfirmProductInstanceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.