Struct aws_sdk_networkmanager::operation::get_transit_gateway_peering::GetTransitGatewayPeeringInput
source · #[non_exhaustive]pub struct GetTransitGatewayPeeringInput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayPeeringInput
impl GetTransitGatewayPeeringInput
sourcepub fn peering_id(&self) -> Option<&str>
pub fn peering_id(&self) -> Option<&str>
The ID of the peering request.
source§impl GetTransitGatewayPeeringInput
impl GetTransitGatewayPeeringInput
sourcepub fn builder() -> GetTransitGatewayPeeringInputBuilder
pub fn builder() -> GetTransitGatewayPeeringInputBuilder
Creates a new builder-style object to manufacture GetTransitGatewayPeeringInput
.
source§impl GetTransitGatewayPeeringInput
impl GetTransitGatewayPeeringInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTransitGatewayPeering, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetTransitGatewayPeering, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTransitGatewayPeering
>
Trait Implementations§
source§impl Clone for GetTransitGatewayPeeringInput
impl Clone for GetTransitGatewayPeeringInput
source§fn clone(&self) -> GetTransitGatewayPeeringInput
fn clone(&self) -> GetTransitGatewayPeeringInput
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<GetTransitGatewayPeeringInput> for GetTransitGatewayPeeringInput
impl PartialEq<GetTransitGatewayPeeringInput> for GetTransitGatewayPeeringInput
source§fn eq(&self, other: &GetTransitGatewayPeeringInput) -> bool
fn eq(&self, other: &GetTransitGatewayPeeringInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetTransitGatewayPeeringInput
Auto Trait Implementations§
impl RefUnwindSafe for GetTransitGatewayPeeringInput
impl Send for GetTransitGatewayPeeringInput
impl Sync for GetTransitGatewayPeeringInput
impl Unpin for GetTransitGatewayPeeringInput
impl UnwindSafe for GetTransitGatewayPeeringInput
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