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