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