Struct aws_sdk_ec2::operation::get_transit_gateway_attachment_propagations::builders::GetTransitGatewayAttachmentPropagationsOutputBuilder
source · #[non_exhaustive]pub struct GetTransitGatewayAttachmentPropagationsOutputBuilder { /* private fields */ }Expand description
A builder for GetTransitGatewayAttachmentPropagationsOutput.
Implementations§
source§impl GetTransitGatewayAttachmentPropagationsOutputBuilder
impl GetTransitGatewayAttachmentPropagationsOutputBuilder
sourcepub fn transit_gateway_attachment_propagations(
self,
input: TransitGatewayAttachmentPropagation
) -> Self
pub fn transit_gateway_attachment_propagations( self, input: TransitGatewayAttachmentPropagation ) -> Self
Appends an item to transit_gateway_attachment_propagations.
To override the contents of this collection use set_transit_gateway_attachment_propagations.
Information about the propagation route tables.
sourcepub fn set_transit_gateway_attachment_propagations(
self,
input: Option<Vec<TransitGatewayAttachmentPropagation>>
) -> Self
pub fn set_transit_gateway_attachment_propagations( self, input: Option<Vec<TransitGatewayAttachmentPropagation>> ) -> Self
Information about the propagation route tables.
sourcepub fn get_transit_gateway_attachment_propagations(
&self
) -> &Option<Vec<TransitGatewayAttachmentPropagation>>
pub fn get_transit_gateway_attachment_propagations( &self ) -> &Option<Vec<TransitGatewayAttachmentPropagation>>
Information about the propagation route tables.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn build(self) -> GetTransitGatewayAttachmentPropagationsOutput
pub fn build(self) -> GetTransitGatewayAttachmentPropagationsOutput
Consumes the builder and constructs a GetTransitGatewayAttachmentPropagationsOutput.
Trait Implementations§
source§impl Clone for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl Clone for GetTransitGatewayAttachmentPropagationsOutputBuilder
source§fn clone(&self) -> GetTransitGatewayAttachmentPropagationsOutputBuilder
fn clone(&self) -> GetTransitGatewayAttachmentPropagationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl Default for GetTransitGatewayAttachmentPropagationsOutputBuilder
source§fn default() -> GetTransitGatewayAttachmentPropagationsOutputBuilder
fn default() -> GetTransitGatewayAttachmentPropagationsOutputBuilder
source§impl PartialEq for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl PartialEq for GetTransitGatewayAttachmentPropagationsOutputBuilder
source§fn eq(
&self,
other: &GetTransitGatewayAttachmentPropagationsOutputBuilder
) -> bool
fn eq( &self, other: &GetTransitGatewayAttachmentPropagationsOutputBuilder ) -> bool
self and other values to be equal, and is used
by ==.