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 get_propagation(&self) -> &Option<TransitGatewayPropagation>
pub fn get_propagation(&self) -> &Option<TransitGatewayPropagation>
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 for DisableTransitGatewayRouteTablePropagationOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DisableTransitGatewayRouteTablePropagationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisableTransitGatewayRouteTablePropagationOutputBuilder
impl Send for DisableTransitGatewayRouteTablePropagationOutputBuilder
impl Sync for DisableTransitGatewayRouteTablePropagationOutputBuilder
impl Unpin for DisableTransitGatewayRouteTablePropagationOutputBuilder
impl UnwindSafe for DisableTransitGatewayRouteTablePropagationOutputBuilder
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>
Creates a shared type from an unshared type.