Struct aws_sdk_networkmanager::operation::get_transit_gateway_peering::builders::GetTransitGatewayPeeringOutputBuilder
source · #[non_exhaustive]pub struct GetTransitGatewayPeeringOutputBuilder { /* private fields */ }
Expand description
A builder for GetTransitGatewayPeeringOutput
.
Implementations§
source§impl GetTransitGatewayPeeringOutputBuilder
impl GetTransitGatewayPeeringOutputBuilder
sourcepub fn transit_gateway_peering(self, input: TransitGatewayPeering) -> Self
pub fn transit_gateway_peering(self, input: TransitGatewayPeering) -> Self
Returns information about a transit gateway peering.
sourcepub fn set_transit_gateway_peering(
self,
input: Option<TransitGatewayPeering>
) -> Self
pub fn set_transit_gateway_peering( self, input: Option<TransitGatewayPeering> ) -> Self
Returns information about a transit gateway peering.
sourcepub fn get_transit_gateway_peering(&self) -> &Option<TransitGatewayPeering>
pub fn get_transit_gateway_peering(&self) -> &Option<TransitGatewayPeering>
Returns information about a transit gateway peering.
sourcepub fn build(self) -> GetTransitGatewayPeeringOutput
pub fn build(self) -> GetTransitGatewayPeeringOutput
Consumes the builder and constructs a GetTransitGatewayPeeringOutput
.
Trait Implementations§
source§impl Clone for GetTransitGatewayPeeringOutputBuilder
impl Clone for GetTransitGatewayPeeringOutputBuilder
source§fn clone(&self) -> GetTransitGatewayPeeringOutputBuilder
fn clone(&self) -> GetTransitGatewayPeeringOutputBuilder
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 Default for GetTransitGatewayPeeringOutputBuilder
impl Default for GetTransitGatewayPeeringOutputBuilder
source§fn default() -> GetTransitGatewayPeeringOutputBuilder
fn default() -> GetTransitGatewayPeeringOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetTransitGatewayPeeringOutputBuilder
impl PartialEq for GetTransitGatewayPeeringOutputBuilder
source§fn eq(&self, other: &GetTransitGatewayPeeringOutputBuilder) -> bool
fn eq(&self, other: &GetTransitGatewayPeeringOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetTransitGatewayPeeringOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetTransitGatewayPeeringOutputBuilder
impl Send for GetTransitGatewayPeeringOutputBuilder
impl Sync for GetTransitGatewayPeeringOutputBuilder
impl Unpin for GetTransitGatewayPeeringOutputBuilder
impl UnwindSafe for GetTransitGatewayPeeringOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.