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