Struct aws_sdk_networkmanager::operation::create_transit_gateway_peering::CreateTransitGatewayPeeringInput
source · #[non_exhaustive]pub struct CreateTransitGatewayPeeringInput { /* private fields */ }
Implementations§
source§impl CreateTransitGatewayPeeringInput
impl CreateTransitGatewayPeeringInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn transit_gateway_arn(&self) -> Option<&str>
pub fn transit_gateway_arn(&self) -> Option<&str>
The ARN of the transit gateway for the peering request.
The list of key-value tags associated with the request.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The client token associated with the request.
source§impl CreateTransitGatewayPeeringInput
impl CreateTransitGatewayPeeringInput
sourcepub fn builder() -> CreateTransitGatewayPeeringInputBuilder
pub fn builder() -> CreateTransitGatewayPeeringInputBuilder
Creates a new builder-style object to manufacture CreateTransitGatewayPeeringInput
.
source§impl CreateTransitGatewayPeeringInput
impl CreateTransitGatewayPeeringInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateTransitGatewayPeering, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateTransitGatewayPeering, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTransitGatewayPeering
>
Trait Implementations§
source§impl Clone for CreateTransitGatewayPeeringInput
impl Clone for CreateTransitGatewayPeeringInput
source§fn clone(&self) -> CreateTransitGatewayPeeringInput
fn clone(&self) -> CreateTransitGatewayPeeringInput
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 PartialEq<CreateTransitGatewayPeeringInput> for CreateTransitGatewayPeeringInput
impl PartialEq<CreateTransitGatewayPeeringInput> for CreateTransitGatewayPeeringInput
source§fn eq(&self, other: &CreateTransitGatewayPeeringInput) -> bool
fn eq(&self, other: &CreateTransitGatewayPeeringInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateTransitGatewayPeeringInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateTransitGatewayPeeringInput
impl Send for CreateTransitGatewayPeeringInput
impl Sync for CreateTransitGatewayPeeringInput
impl Unpin for CreateTransitGatewayPeeringInput
impl UnwindSafe for CreateTransitGatewayPeeringInput
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