#[non_exhaustive]pub struct MoveAddressToVpcOutputBuilder { /* private fields */ }
Expand description
A builder for MoveAddressToVpcOutput
.
Implementations§
source§impl MoveAddressToVpcOutputBuilder
impl MoveAddressToVpcOutputBuilder
sourcepub fn allocation_id(self, input: impl Into<String>) -> Self
pub fn allocation_id(self, input: impl Into<String>) -> Self
The allocation ID for the Elastic IP address.
sourcepub fn set_allocation_id(self, input: Option<String>) -> Self
pub fn set_allocation_id(self, input: Option<String>) -> Self
The allocation ID for the Elastic IP address.
sourcepub fn get_allocation_id(&self) -> &Option<String>
pub fn get_allocation_id(&self) -> &Option<String>
The allocation ID for the Elastic IP address.
sourcepub fn set_status(self, input: Option<Status>) -> Self
pub fn set_status(self, input: Option<Status>) -> Self
The status of the move of the IP address.
sourcepub fn get_status(&self) -> &Option<Status>
pub fn get_status(&self) -> &Option<Status>
The status of the move of the IP address.
sourcepub fn build(self) -> MoveAddressToVpcOutput
pub fn build(self) -> MoveAddressToVpcOutput
Consumes the builder and constructs a MoveAddressToVpcOutput
.
Trait Implementations§
source§impl Clone for MoveAddressToVpcOutputBuilder
impl Clone for MoveAddressToVpcOutputBuilder
source§fn clone(&self) -> MoveAddressToVpcOutputBuilder
fn clone(&self) -> MoveAddressToVpcOutputBuilder
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 MoveAddressToVpcOutputBuilder
impl Default for MoveAddressToVpcOutputBuilder
source§fn default() -> MoveAddressToVpcOutputBuilder
fn default() -> MoveAddressToVpcOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MoveAddressToVpcOutputBuilder
impl PartialEq for MoveAddressToVpcOutputBuilder
source§fn eq(&self, other: &MoveAddressToVpcOutputBuilder) -> bool
fn eq(&self, other: &MoveAddressToVpcOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MoveAddressToVpcOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MoveAddressToVpcOutputBuilder
impl Send for MoveAddressToVpcOutputBuilder
impl Sync for MoveAddressToVpcOutputBuilder
impl Unpin for MoveAddressToVpcOutputBuilder
impl UnwindSafe for MoveAddressToVpcOutputBuilder
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.