Struct aws_sdk_ec2::operation::get_transit_gateway_multicast_domain_associations::builders::GetTransitGatewayMulticastDomainAssociationsOutputBuilder
source · #[non_exhaustive]pub struct GetTransitGatewayMulticastDomainAssociationsOutputBuilder { /* private fields */ }Expand description
A builder for GetTransitGatewayMulticastDomainAssociationsOutput.
Implementations§
source§impl GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl GetTransitGatewayMulticastDomainAssociationsOutputBuilder
sourcepub fn multicast_domain_associations(
self,
input: TransitGatewayMulticastDomainAssociation,
) -> Self
pub fn multicast_domain_associations( self, input: TransitGatewayMulticastDomainAssociation, ) -> Self
Appends an item to multicast_domain_associations.
To override the contents of this collection use set_multicast_domain_associations.
Information about the multicast domain associations.
sourcepub fn set_multicast_domain_associations(
self,
input: Option<Vec<TransitGatewayMulticastDomainAssociation>>,
) -> Self
pub fn set_multicast_domain_associations( self, input: Option<Vec<TransitGatewayMulticastDomainAssociation>>, ) -> Self
Information about the multicast domain associations.
sourcepub fn get_multicast_domain_associations(
&self,
) -> &Option<Vec<TransitGatewayMulticastDomainAssociation>>
pub fn get_multicast_domain_associations( &self, ) -> &Option<Vec<TransitGatewayMulticastDomainAssociation>>
Information about the multicast domain associations.
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) -> GetTransitGatewayMulticastDomainAssociationsOutput
pub fn build(self) -> GetTransitGatewayMulticastDomainAssociationsOutput
Consumes the builder and constructs a GetTransitGatewayMulticastDomainAssociationsOutput.
Trait Implementations§
source§impl Clone for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl Clone for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
source§fn clone(&self) -> GetTransitGatewayMulticastDomainAssociationsOutputBuilder
fn clone(&self) -> GetTransitGatewayMulticastDomainAssociationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl Default for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
source§fn default() -> GetTransitGatewayMulticastDomainAssociationsOutputBuilder
fn default() -> GetTransitGatewayMulticastDomainAssociationsOutputBuilder
source§impl PartialEq for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl PartialEq for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
source§fn eq(
&self,
other: &GetTransitGatewayMulticastDomainAssociationsOutputBuilder,
) -> bool
fn eq( &self, other: &GetTransitGatewayMulticastDomainAssociationsOutputBuilder, ) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl RefUnwindSafe for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl Send for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl Sync for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl Unpin for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
impl UnwindSafe for GetTransitGatewayMulticastDomainAssociationsOutputBuilder
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> 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