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 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<GetTransitGatewayPeeringOutputBuilder> for GetTransitGatewayPeeringOutputBuilder
impl PartialEq<GetTransitGatewayPeeringOutputBuilder> 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 ==
.