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 get_transit_gateway_peering_attachment(
&self
) -> &Option<TransitGatewayPeeringAttachment>
pub fn get_transit_gateway_peering_attachment( &self ) -> &Option<TransitGatewayPeeringAttachment>
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 for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for CreateTransitGatewayPeeringAttachmentOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl RefUnwindSafe for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl Send for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl Sync for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl Unpin for CreateTransitGatewayPeeringAttachmentOutputBuilder
impl UnwindSafe for CreateTransitGatewayPeeringAttachmentOutputBuilder
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.