Struct aws_sdk_ec2::operation::enable_address_transfer::builders::EnableAddressTransferOutputBuilder
source · #[non_exhaustive]pub struct EnableAddressTransferOutputBuilder { /* private fields */ }
Expand description
A builder for EnableAddressTransferOutput
.
Implementations§
source§impl EnableAddressTransferOutputBuilder
impl EnableAddressTransferOutputBuilder
sourcepub fn address_transfer(self, input: AddressTransfer) -> Self
pub fn address_transfer(self, input: AddressTransfer) -> Self
An Elastic IP address transfer.
sourcepub fn set_address_transfer(self, input: Option<AddressTransfer>) -> Self
pub fn set_address_transfer(self, input: Option<AddressTransfer>) -> Self
An Elastic IP address transfer.
sourcepub fn get_address_transfer(&self) -> &Option<AddressTransfer>
pub fn get_address_transfer(&self) -> &Option<AddressTransfer>
An Elastic IP address transfer.
sourcepub fn build(self) -> EnableAddressTransferOutput
pub fn build(self) -> EnableAddressTransferOutput
Consumes the builder and constructs a EnableAddressTransferOutput
.
Trait Implementations§
source§impl Clone for EnableAddressTransferOutputBuilder
impl Clone for EnableAddressTransferOutputBuilder
source§fn clone(&self) -> EnableAddressTransferOutputBuilder
fn clone(&self) -> EnableAddressTransferOutputBuilder
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 EnableAddressTransferOutputBuilder
impl Default for EnableAddressTransferOutputBuilder
source§fn default() -> EnableAddressTransferOutputBuilder
fn default() -> EnableAddressTransferOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EnableAddressTransferOutputBuilder
impl PartialEq for EnableAddressTransferOutputBuilder
source§fn eq(&self, other: &EnableAddressTransferOutputBuilder) -> bool
fn eq(&self, other: &EnableAddressTransferOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EnableAddressTransferOutputBuilder
Auto Trait Implementations§
impl Freeze for EnableAddressTransferOutputBuilder
impl RefUnwindSafe for EnableAddressTransferOutputBuilder
impl Send for EnableAddressTransferOutputBuilder
impl Sync for EnableAddressTransferOutputBuilder
impl Unpin for EnableAddressTransferOutputBuilder
impl UnwindSafe for EnableAddressTransferOutputBuilder
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.