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 ==.impl StructuralPartialEq for GetTransitGatewayAttachmentPropagationsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl RefUnwindSafe for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl Send for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl Sync for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl Unpin for GetTransitGatewayAttachmentPropagationsOutputBuilder
impl UnwindSafe for GetTransitGatewayAttachmentPropagationsOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more