Struct aws_sdk_ec2::input::AssociateTrunkInterfaceInput
source · #[non_exhaustive]pub struct AssociateTrunkInterfaceInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateTrunkInterfaceInput
.
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.
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 ==
.