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