#[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 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 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<MoveAddressToVpcOutputBuilder> for MoveAddressToVpcOutputBuilder
impl PartialEq<MoveAddressToVpcOutputBuilder> 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 ==.