Struct aws_sdk_ec2::input::ResetAddressAttributeInput
source · #[non_exhaustive]pub struct ResetAddressAttributeInput { /* private fields */ }
Implementations§
source§impl ResetAddressAttributeInput
impl ResetAddressAttributeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetAddressAttribute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetAddressAttribute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ResetAddressAttribute
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResetAddressAttributeInput
.
source§impl ResetAddressAttributeInput
impl ResetAddressAttributeInput
sourcepub fn allocation_id(&self) -> Option<&str>
pub fn allocation_id(&self) -> Option<&str>
[EC2-VPC] The allocation ID.
sourcepub fn attribute(&self) -> Option<&AddressAttributeName>
pub fn attribute(&self) -> Option<&AddressAttributeName>
The attribute of the IP address.
Trait Implementations§
source§impl Clone for ResetAddressAttributeInput
impl Clone for ResetAddressAttributeInput
source§fn clone(&self) -> ResetAddressAttributeInput
fn clone(&self) -> ResetAddressAttributeInput
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 ResetAddressAttributeInput
impl Debug for ResetAddressAttributeInput
source§impl PartialEq<ResetAddressAttributeInput> for ResetAddressAttributeInput
impl PartialEq<ResetAddressAttributeInput> for ResetAddressAttributeInput
source§fn eq(&self, other: &ResetAddressAttributeInput) -> bool
fn eq(&self, other: &ResetAddressAttributeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.