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 Freeze for DeleteDirectConnectGatewayOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.