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