Struct aws_sdk_ec2::operation::modify_transit_gateway::builders::ModifyTransitGatewayOutputBuilder
source · #[non_exhaustive]pub struct ModifyTransitGatewayOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyTransitGatewayOutput
.
Implementations§
source§impl ModifyTransitGatewayOutputBuilder
impl ModifyTransitGatewayOutputBuilder
sourcepub fn transit_gateway(self, input: TransitGateway) -> Self
pub fn transit_gateway(self, input: TransitGateway) -> Self
Information about the transit gateway.
sourcepub fn set_transit_gateway(self, input: Option<TransitGateway>) -> Self
pub fn set_transit_gateway(self, input: Option<TransitGateway>) -> Self
Information about the transit gateway.
sourcepub fn build(self) -> ModifyTransitGatewayOutput
pub fn build(self) -> ModifyTransitGatewayOutput
Consumes the builder and constructs a ModifyTransitGatewayOutput
.
Trait Implementations§
source§impl Clone for ModifyTransitGatewayOutputBuilder
impl Clone for ModifyTransitGatewayOutputBuilder
source§fn clone(&self) -> ModifyTransitGatewayOutputBuilder
fn clone(&self) -> ModifyTransitGatewayOutputBuilder
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 ModifyTransitGatewayOutputBuilder
impl Default for ModifyTransitGatewayOutputBuilder
source§fn default() -> ModifyTransitGatewayOutputBuilder
fn default() -> ModifyTransitGatewayOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyTransitGatewayOutputBuilder> for ModifyTransitGatewayOutputBuilder
impl PartialEq<ModifyTransitGatewayOutputBuilder> for ModifyTransitGatewayOutputBuilder
source§fn eq(&self, other: &ModifyTransitGatewayOutputBuilder) -> bool
fn eq(&self, other: &ModifyTransitGatewayOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.