#[non_exhaustive]pub struct AcceptAddressTransferInput { /* private fields */ }
Implementations§
source§impl AcceptAddressTransferInput
impl AcceptAddressTransferInput
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
tag
:Owner
and the value
TeamA
, specify
tag:Owner
for the filter name and
TeamA
for the filter value.
source§impl AcceptAddressTransferInput
impl AcceptAddressTransferInput
sourcepub fn builder() -> AcceptAddressTransferInputBuilder
pub fn builder() -> AcceptAddressTransferInputBuilder
Creates a new builder-style object to manufacture AcceptAddressTransferInput
.
source§impl AcceptAddressTransferInput
impl AcceptAddressTransferInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptAddressTransfer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AcceptAddressTransfer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AcceptAddressTransfer
>
Trait Implementations§
source§impl Clone for AcceptAddressTransferInput
impl Clone for AcceptAddressTransferInput
source§fn clone(&self) -> AcceptAddressTransferInput
fn clone(&self) -> AcceptAddressTransferInput
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 AcceptAddressTransferInput
impl Debug for AcceptAddressTransferInput
source§impl PartialEq<AcceptAddressTransferInput> for AcceptAddressTransferInput
impl PartialEq<AcceptAddressTransferInput> for AcceptAddressTransferInput
source§fn eq(&self, other: &AcceptAddressTransferInput) -> bool
fn eq(&self, other: &AcceptAddressTransferInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AcceptAddressTransferInput
Auto Trait Implementations§
impl RefUnwindSafe for AcceptAddressTransferInput
impl Send for AcceptAddressTransferInput
impl Sync for AcceptAddressTransferInput
impl Unpin for AcceptAddressTransferInput
impl UnwindSafe for AcceptAddressTransferInput
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