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