Struct aws_sdk_ec2::types::builders::MovingAddressStatusBuilder
source · #[non_exhaustive]pub struct MovingAddressStatusBuilder { /* private fields */ }Expand description
A builder for MovingAddressStatus.
Implementations§
source§impl MovingAddressStatusBuilder
impl MovingAddressStatusBuilder
sourcepub fn move_status(self, input: MoveStatus) -> Self
pub fn move_status(self, input: MoveStatus) -> Self
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
sourcepub fn set_move_status(self, input: Option<MoveStatus>) -> Self
pub fn set_move_status(self, input: Option<MoveStatus>) -> Self
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
sourcepub fn set_public_ip(self, input: Option<String>) -> Self
pub fn set_public_ip(self, input: Option<String>) -> Self
The Elastic IP address.
sourcepub fn build(self) -> MovingAddressStatus
pub fn build(self) -> MovingAddressStatus
Consumes the builder and constructs a MovingAddressStatus.
Trait Implementations§
source§impl Clone for MovingAddressStatusBuilder
impl Clone for MovingAddressStatusBuilder
source§fn clone(&self) -> MovingAddressStatusBuilder
fn clone(&self) -> MovingAddressStatusBuilder
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 MovingAddressStatusBuilder
impl Debug for MovingAddressStatusBuilder
source§impl Default for MovingAddressStatusBuilder
impl Default for MovingAddressStatusBuilder
source§fn default() -> MovingAddressStatusBuilder
fn default() -> MovingAddressStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<MovingAddressStatusBuilder> for MovingAddressStatusBuilder
impl PartialEq<MovingAddressStatusBuilder> for MovingAddressStatusBuilder
source§fn eq(&self, other: &MovingAddressStatusBuilder) -> bool
fn eq(&self, other: &MovingAddressStatusBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.