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