Struct aws_sdk_ec2::operation::associate_transit_gateway_multicast_domain::builders::AssociateTransitGatewayMulticastDomainOutputBuilder
source · #[non_exhaustive]pub struct AssociateTransitGatewayMulticastDomainOutputBuilder { /* private fields */ }
Expand description
A builder for AssociateTransitGatewayMulticastDomainOutput
.
Implementations§
source§impl AssociateTransitGatewayMulticastDomainOutputBuilder
impl AssociateTransitGatewayMulticastDomainOutputBuilder
sourcepub fn associations(
self,
input: TransitGatewayMulticastDomainAssociations
) -> Self
pub fn associations( self, input: TransitGatewayMulticastDomainAssociations ) -> Self
Information about the transit gateway multicast domain associations.
sourcepub fn set_associations(
self,
input: Option<TransitGatewayMulticastDomainAssociations>
) -> Self
pub fn set_associations( self, input: Option<TransitGatewayMulticastDomainAssociations> ) -> Self
Information about the transit gateway multicast domain associations.
sourcepub fn get_associations(
&self
) -> &Option<TransitGatewayMulticastDomainAssociations>
pub fn get_associations( &self ) -> &Option<TransitGatewayMulticastDomainAssociations>
Information about the transit gateway multicast domain associations.
sourcepub fn build(self) -> AssociateTransitGatewayMulticastDomainOutput
pub fn build(self) -> AssociateTransitGatewayMulticastDomainOutput
Consumes the builder and constructs a AssociateTransitGatewayMulticastDomainOutput
.
Trait Implementations§
source§impl Clone for AssociateTransitGatewayMulticastDomainOutputBuilder
impl Clone for AssociateTransitGatewayMulticastDomainOutputBuilder
source§fn clone(&self) -> AssociateTransitGatewayMulticastDomainOutputBuilder
fn clone(&self) -> AssociateTransitGatewayMulticastDomainOutputBuilder
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 AssociateTransitGatewayMulticastDomainOutputBuilder
impl Default for AssociateTransitGatewayMulticastDomainOutputBuilder
source§fn default() -> AssociateTransitGatewayMulticastDomainOutputBuilder
fn default() -> AssociateTransitGatewayMulticastDomainOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssociateTransitGatewayMulticastDomainOutputBuilder
impl PartialEq for AssociateTransitGatewayMulticastDomainOutputBuilder
source§fn eq(
&self,
other: &AssociateTransitGatewayMulticastDomainOutputBuilder
) -> bool
fn eq( &self, other: &AssociateTransitGatewayMulticastDomainOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssociateTransitGatewayMulticastDomainOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssociateTransitGatewayMulticastDomainOutputBuilder
impl Send for AssociateTransitGatewayMulticastDomainOutputBuilder
impl Sync for AssociateTransitGatewayMulticastDomainOutputBuilder
impl Unpin for AssociateTransitGatewayMulticastDomainOutputBuilder
impl UnwindSafe for AssociateTransitGatewayMulticastDomainOutputBuilder
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.