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