#[non_exhaustive]pub struct TransitGatewayMulticastDomainBuilder { /* private fields */ }
Expand description
A builder for TransitGatewayMulticastDomain
.
Implementations§
source§impl TransitGatewayMulticastDomainBuilder
impl TransitGatewayMulticastDomainBuilder
sourcepub fn transit_gateway_multicast_domain_id(
self,
input: impl Into<String>
) -> Self
pub fn transit_gateway_multicast_domain_id( self, input: impl Into<String> ) -> Self
The ID of the transit gateway multicast domain.
sourcepub fn set_transit_gateway_multicast_domain_id(
self,
input: Option<String>
) -> Self
pub fn set_transit_gateway_multicast_domain_id( self, input: Option<String> ) -> Self
The ID of the transit gateway multicast domain.
sourcepub fn get_transit_gateway_multicast_domain_id(&self) -> &Option<String>
pub fn get_transit_gateway_multicast_domain_id(&self) -> &Option<String>
The ID of the transit gateway multicast domain.
sourcepub fn transit_gateway_id(self, input: impl Into<String>) -> Self
pub fn transit_gateway_id(self, input: impl Into<String>) -> Self
The ID of the transit gateway.
sourcepub fn set_transit_gateway_id(self, input: Option<String>) -> Self
pub fn set_transit_gateway_id(self, input: Option<String>) -> Self
The ID of the transit gateway.
sourcepub fn get_transit_gateway_id(&self) -> &Option<String>
pub fn get_transit_gateway_id(&self) -> &Option<String>
The ID of the transit gateway.
sourcepub fn transit_gateway_multicast_domain_arn(
self,
input: impl Into<String>
) -> Self
pub fn transit_gateway_multicast_domain_arn( self, input: impl Into<String> ) -> Self
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
sourcepub fn set_transit_gateway_multicast_domain_arn(
self,
input: Option<String>
) -> Self
pub fn set_transit_gateway_multicast_domain_arn( self, input: Option<String> ) -> Self
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
sourcepub fn get_transit_gateway_multicast_domain_arn(&self) -> &Option<String>
pub fn get_transit_gateway_multicast_domain_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
sourcepub fn owner_id(self, input: impl Into<String>) -> Self
pub fn owner_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
sourcepub fn set_owner_id(self, input: Option<String>) -> Self
pub fn set_owner_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
sourcepub fn get_owner_id(&self) -> &Option<String>
pub fn get_owner_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
sourcepub fn options(self, input: TransitGatewayMulticastDomainOptions) -> Self
pub fn options(self, input: TransitGatewayMulticastDomainOptions) -> Self
The options for the transit gateway multicast domain.
sourcepub fn set_options(
self,
input: Option<TransitGatewayMulticastDomainOptions>
) -> Self
pub fn set_options( self, input: Option<TransitGatewayMulticastDomainOptions> ) -> Self
The options for the transit gateway multicast domain.
sourcepub fn get_options(&self) -> &Option<TransitGatewayMulticastDomainOptions>
pub fn get_options(&self) -> &Option<TransitGatewayMulticastDomainOptions>
The options for the transit gateway multicast domain.
sourcepub fn state(self, input: TransitGatewayMulticastDomainState) -> Self
pub fn state(self, input: TransitGatewayMulticastDomainState) -> Self
The state of the transit gateway multicast domain.
sourcepub fn set_state(
self,
input: Option<TransitGatewayMulticastDomainState>
) -> Self
pub fn set_state( self, input: Option<TransitGatewayMulticastDomainState> ) -> Self
The state of the transit gateway multicast domain.
sourcepub fn get_state(&self) -> &Option<TransitGatewayMulticastDomainState>
pub fn get_state(&self) -> &Option<TransitGatewayMulticastDomainState>
The state of the transit gateway multicast domain.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time the transit gateway multicast domain was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time the transit gateway multicast domain was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time the transit gateway multicast domain was created.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the transit gateway multicast domain.
The tags for the transit gateway multicast domain.
The tags for the transit gateway multicast domain.
sourcepub fn build(self) -> TransitGatewayMulticastDomain
pub fn build(self) -> TransitGatewayMulticastDomain
Consumes the builder and constructs a TransitGatewayMulticastDomain
.
Trait Implementations§
source§impl Clone for TransitGatewayMulticastDomainBuilder
impl Clone for TransitGatewayMulticastDomainBuilder
source§fn clone(&self) -> TransitGatewayMulticastDomainBuilder
fn clone(&self) -> TransitGatewayMulticastDomainBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for TransitGatewayMulticastDomainBuilder
impl Default for TransitGatewayMulticastDomainBuilder
source§fn default() -> TransitGatewayMulticastDomainBuilder
fn default() -> TransitGatewayMulticastDomainBuilder
source§impl PartialEq for TransitGatewayMulticastDomainBuilder
impl PartialEq for TransitGatewayMulticastDomainBuilder
source§fn eq(&self, other: &TransitGatewayMulticastDomainBuilder) -> bool
fn eq(&self, other: &TransitGatewayMulticastDomainBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TransitGatewayMulticastDomainBuilder
Auto Trait Implementations§
impl Freeze for TransitGatewayMulticastDomainBuilder
impl RefUnwindSafe for TransitGatewayMulticastDomainBuilder
impl Send for TransitGatewayMulticastDomainBuilder
impl Sync for TransitGatewayMulticastDomainBuilder
impl Unpin for TransitGatewayMulticastDomainBuilder
impl UnwindSafe for TransitGatewayMulticastDomainBuilder
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