Struct aws_sdk_ec2::input::ResetAddressAttributeInput
source · [−]#[non_exhaustive]pub struct ResetAddressAttributeInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for ResetAddressAttributeInput
impl Clone for ResetAddressAttributeInput
sourcefn clone(&self) -> ResetAddressAttributeInput
fn clone(&self) -> ResetAddressAttributeInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ResetAddressAttributeInput
impl Debug for ResetAddressAttributeInput
sourceimpl PartialEq<ResetAddressAttributeInput> for ResetAddressAttributeInput
impl PartialEq<ResetAddressAttributeInput> for ResetAddressAttributeInput
sourcefn eq(&self, other: &ResetAddressAttributeInput) -> bool
fn eq(&self, other: &ResetAddressAttributeInput) -> bool
impl StructuralPartialEq for ResetAddressAttributeInput
Auto Trait Implementations
impl RefUnwindSafe for ResetAddressAttributeInput
impl Send for ResetAddressAttributeInput
impl Sync for ResetAddressAttributeInput
impl Unpin for ResetAddressAttributeInput
impl UnwindSafe for ResetAddressAttributeInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more