Struct aws_sdk_ec2::operation::create_transit_gateway_peering_attachment::builders::CreateTransitGatewayPeeringAttachmentOutputBuilder
source · #[non_exhaustive]pub struct CreateTransitGatewayPeeringAttachmentOutputBuilder { /* private fields */ }Expand description
A builder for CreateTransitGatewayPeeringAttachmentOutput.
Implementations§
source§impl CreateTransitGatewayPeeringAttachmentOutputBuilder
impl CreateTransitGatewayPeeringAttachmentOutputBuilder
sourcepub fn transit_gateway_peering_attachment(
self,
input: TransitGatewayPeeringAttachment
) -> Self
pub fn transit_gateway_peering_attachment( self, input: TransitGatewayPeeringAttachment ) -> Self
The transit gateway peering attachment.
sourcepub fn set_transit_gateway_peering_attachment(
self,
input: Option<TransitGatewayPeeringAttachment>
) -> Self
pub fn set_transit_gateway_peering_attachment( self, input: Option<TransitGatewayPeeringAttachment> ) -> Self
The transit gateway peering attachment.
sourcepub fn build(self) -> CreateTransitGatewayPeeringAttachmentOutput
pub fn build(self) -> CreateTransitGatewayPeeringAttachmentOutput
Consumes the builder and constructs a CreateTransitGatewayPeeringAttachmentOutput.
Trait Implementations§
source§impl Clone for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl Clone for CreateTransitGatewayPeeringAttachmentOutputBuilder
source§fn clone(&self) -> CreateTransitGatewayPeeringAttachmentOutputBuilder
fn clone(&self) -> CreateTransitGatewayPeeringAttachmentOutputBuilder
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 CreateTransitGatewayPeeringAttachmentOutputBuilder
impl Default for CreateTransitGatewayPeeringAttachmentOutputBuilder
source§fn default() -> CreateTransitGatewayPeeringAttachmentOutputBuilder
fn default() -> CreateTransitGatewayPeeringAttachmentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateTransitGatewayPeeringAttachmentOutputBuilder> for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl PartialEq<CreateTransitGatewayPeeringAttachmentOutputBuilder> for CreateTransitGatewayPeeringAttachmentOutputBuilder
source§fn eq(&self, other: &CreateTransitGatewayPeeringAttachmentOutputBuilder) -> bool
fn eq(&self, other: &CreateTransitGatewayPeeringAttachmentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.