#[non_exhaustive]pub struct AssociateAddressOutputBuilder { /* private fields */ }Expand description
A builder for AssociateAddressOutput.
Implementations§
source§impl AssociateAddressOutputBuilder
impl AssociateAddressOutputBuilder
sourcepub fn association_id(self, input: impl Into<String>) -> Self
pub fn association_id(self, input: impl Into<String>) -> Self
The ID that represents the association of the Elastic IP address with an instance.
sourcepub fn set_association_id(self, input: Option<String>) -> Self
pub fn set_association_id(self, input: Option<String>) -> Self
The ID that represents the association of the Elastic IP address with an instance.
sourcepub fn get_association_id(&self) -> &Option<String>
pub fn get_association_id(&self) -> &Option<String>
The ID that represents the association of the Elastic IP address with an instance.
sourcepub fn build(self) -> AssociateAddressOutput
pub fn build(self) -> AssociateAddressOutput
Consumes the builder and constructs a AssociateAddressOutput.
Trait Implementations§
source§impl Clone for AssociateAddressOutputBuilder
impl Clone for AssociateAddressOutputBuilder
source§fn clone(&self) -> AssociateAddressOutputBuilder
fn clone(&self) -> AssociateAddressOutputBuilder
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 Default for AssociateAddressOutputBuilder
impl Default for AssociateAddressOutputBuilder
source§fn default() -> AssociateAddressOutputBuilder
fn default() -> AssociateAddressOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssociateAddressOutputBuilder
impl PartialEq for AssociateAddressOutputBuilder
source§fn eq(&self, other: &AssociateAddressOutputBuilder) -> bool
fn eq(&self, other: &AssociateAddressOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AssociateAddressOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssociateAddressOutputBuilder
impl Send for AssociateAddressOutputBuilder
impl Sync for AssociateAddressOutputBuilder
impl Unpin for AssociateAddressOutputBuilder
impl UnwindSafe for AssociateAddressOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.