#[non_exhaustive]pub struct AssociateTrunkInterfaceInput { /* private fields */ }
Implementations§
source§impl AssociateTrunkInterfaceInput
impl AssociateTrunkInterfaceInput
sourcepub fn branch_interface_id(&self) -> Option<&str>
pub fn branch_interface_id(&self) -> Option<&str>
The ID of the branch network interface.
sourcepub fn trunk_interface_id(&self) -> Option<&str>
pub fn trunk_interface_id(&self) -> Option<&str>
The ID of the trunk network interface.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
source§impl AssociateTrunkInterfaceInput
impl AssociateTrunkInterfaceInput
sourcepub fn builder() -> AssociateTrunkInterfaceInputBuilder
pub fn builder() -> AssociateTrunkInterfaceInputBuilder
Creates a new builder-style object to manufacture AssociateTrunkInterfaceInput
.
source§impl AssociateTrunkInterfaceInput
impl AssociateTrunkInterfaceInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<AssociateTrunkInterface, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<AssociateTrunkInterface, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateTrunkInterface
>
Trait Implementations§
source§impl Clone for AssociateTrunkInterfaceInput
impl Clone for AssociateTrunkInterfaceInput
source§fn clone(&self) -> AssociateTrunkInterfaceInput
fn clone(&self) -> AssociateTrunkInterfaceInput
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 AssociateTrunkInterfaceInput
impl Debug for AssociateTrunkInterfaceInput
source§impl PartialEq<AssociateTrunkInterfaceInput> for AssociateTrunkInterfaceInput
impl PartialEq<AssociateTrunkInterfaceInput> for AssociateTrunkInterfaceInput
source§fn eq(&self, other: &AssociateTrunkInterfaceInput) -> bool
fn eq(&self, other: &AssociateTrunkInterfaceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssociateTrunkInterfaceInput
Auto Trait Implementations§
impl RefUnwindSafe for AssociateTrunkInterfaceInput
impl Send for AssociateTrunkInterfaceInput
impl Sync for AssociateTrunkInterfaceInput
impl Unpin for AssociateTrunkInterfaceInput
impl UnwindSafe for AssociateTrunkInterfaceInput
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