#[non_exhaustive]pub struct DeleteTransitGatewayMulticastDomainInput { /* private fields */ }
Implementations§
source§impl DeleteTransitGatewayMulticastDomainInput
impl DeleteTransitGatewayMulticastDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTransitGatewayMulticastDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTransitGatewayMulticastDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTransitGatewayMulticastDomain
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTransitGatewayMulticastDomainInput
.
source§impl DeleteTransitGatewayMulticastDomainInput
impl DeleteTransitGatewayMulticastDomainInput
sourcepub fn transit_gateway_multicast_domain_id(&self) -> Option<&str>
pub fn transit_gateway_multicast_domain_id(&self) -> Option<&str>
The ID of the transit gateway multicast domain.
Trait Implementations§
source§impl Clone for DeleteTransitGatewayMulticastDomainInput
impl Clone for DeleteTransitGatewayMulticastDomainInput
source§fn clone(&self) -> DeleteTransitGatewayMulticastDomainInput
fn clone(&self) -> DeleteTransitGatewayMulticastDomainInput
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 PartialEq<DeleteTransitGatewayMulticastDomainInput> for DeleteTransitGatewayMulticastDomainInput
impl PartialEq<DeleteTransitGatewayMulticastDomainInput> for DeleteTransitGatewayMulticastDomainInput
source§fn eq(&self, other: &DeleteTransitGatewayMulticastDomainInput) -> bool
fn eq(&self, other: &DeleteTransitGatewayMulticastDomainInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.