Struct aws_sdk_directconnect::operation::create_direct_connect_gateway_association::builders::CreateDirectConnectGatewayAssociationOutputBuilder
source · #[non_exhaustive]pub struct CreateDirectConnectGatewayAssociationOutputBuilder { /* private fields */ }Expand description
A builder for CreateDirectConnectGatewayAssociationOutput.
Implementations§
source§impl CreateDirectConnectGatewayAssociationOutputBuilder
impl CreateDirectConnectGatewayAssociationOutputBuilder
sourcepub fn direct_connect_gateway_association(
self,
input: DirectConnectGatewayAssociation
) -> Self
pub fn direct_connect_gateway_association( self, input: DirectConnectGatewayAssociation ) -> Self
The association to be created.
sourcepub fn set_direct_connect_gateway_association(
self,
input: Option<DirectConnectGatewayAssociation>
) -> Self
pub fn set_direct_connect_gateway_association( self, input: Option<DirectConnectGatewayAssociation> ) -> Self
The association to be created.
sourcepub fn get_direct_connect_gateway_association(
&self
) -> &Option<DirectConnectGatewayAssociation>
pub fn get_direct_connect_gateway_association( &self ) -> &Option<DirectConnectGatewayAssociation>
The association to be created.
sourcepub fn build(self) -> CreateDirectConnectGatewayAssociationOutput
pub fn build(self) -> CreateDirectConnectGatewayAssociationOutput
Consumes the builder and constructs a CreateDirectConnectGatewayAssociationOutput.
Trait Implementations§
source§impl Clone for CreateDirectConnectGatewayAssociationOutputBuilder
impl Clone for CreateDirectConnectGatewayAssociationOutputBuilder
source§fn clone(&self) -> CreateDirectConnectGatewayAssociationOutputBuilder
fn clone(&self) -> CreateDirectConnectGatewayAssociationOutputBuilder
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 CreateDirectConnectGatewayAssociationOutputBuilder
impl Default for CreateDirectConnectGatewayAssociationOutputBuilder
source§fn default() -> CreateDirectConnectGatewayAssociationOutputBuilder
fn default() -> CreateDirectConnectGatewayAssociationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateDirectConnectGatewayAssociationOutputBuilder
impl PartialEq for CreateDirectConnectGatewayAssociationOutputBuilder
source§fn eq(&self, other: &CreateDirectConnectGatewayAssociationOutputBuilder) -> bool
fn eq(&self, other: &CreateDirectConnectGatewayAssociationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateDirectConnectGatewayAssociationOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateDirectConnectGatewayAssociationOutputBuilder
impl RefUnwindSafe for CreateDirectConnectGatewayAssociationOutputBuilder
impl Send for CreateDirectConnectGatewayAssociationOutputBuilder
impl Sync for CreateDirectConnectGatewayAssociationOutputBuilder
impl Unpin for CreateDirectConnectGatewayAssociationOutputBuilder
impl UnwindSafe for CreateDirectConnectGatewayAssociationOutputBuilder
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.