Struct aws_sdk_ec2::operation::get_transit_gateway_policy_table_associations::builders::GetTransitGatewayPolicyTableAssociationsOutputBuilder
source · #[non_exhaustive]pub struct GetTransitGatewayPolicyTableAssociationsOutputBuilder { /* private fields */ }Expand description
A builder for GetTransitGatewayPolicyTableAssociationsOutput.
Implementations§
source§impl GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl GetTransitGatewayPolicyTableAssociationsOutputBuilder
sourcepub fn associations(self, input: TransitGatewayPolicyTableAssociation) -> Self
pub fn associations(self, input: TransitGatewayPolicyTableAssociation) -> Self
Appends an item to associations.
To override the contents of this collection use set_associations.
Returns details about the transit gateway policy table association.
sourcepub fn set_associations(
self,
input: Option<Vec<TransitGatewayPolicyTableAssociation>>
) -> Self
pub fn set_associations( self, input: Option<Vec<TransitGatewayPolicyTableAssociation>> ) -> Self
Returns details about the transit gateway policy table association.
sourcepub fn get_associations(
&self
) -> &Option<Vec<TransitGatewayPolicyTableAssociation>>
pub fn get_associations( &self ) -> &Option<Vec<TransitGatewayPolicyTableAssociation>>
Returns details about the transit gateway policy table association.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next page of results.
sourcepub fn build(self) -> GetTransitGatewayPolicyTableAssociationsOutput
pub fn build(self) -> GetTransitGatewayPolicyTableAssociationsOutput
Consumes the builder and constructs a GetTransitGatewayPolicyTableAssociationsOutput.
Trait Implementations§
source§impl Clone for GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl Clone for GetTransitGatewayPolicyTableAssociationsOutputBuilder
source§fn clone(&self) -> GetTransitGatewayPolicyTableAssociationsOutputBuilder
fn clone(&self) -> GetTransitGatewayPolicyTableAssociationsOutputBuilder
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 GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl Default for GetTransitGatewayPolicyTableAssociationsOutputBuilder
source§fn default() -> GetTransitGatewayPolicyTableAssociationsOutputBuilder
fn default() -> GetTransitGatewayPolicyTableAssociationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl PartialEq for GetTransitGatewayPolicyTableAssociationsOutputBuilder
source§fn eq(
&self,
other: &GetTransitGatewayPolicyTableAssociationsOutputBuilder
) -> bool
fn eq( &self, other: &GetTransitGatewayPolicyTableAssociationsOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetTransitGatewayPolicyTableAssociationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl Send for GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl Sync for GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl Unpin for GetTransitGatewayPolicyTableAssociationsOutputBuilder
impl UnwindSafe for GetTransitGatewayPolicyTableAssociationsOutputBuilder
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.