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 ==
.