@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayMulticastDomain extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayMulticastDomain.Builder,TransitGatewayMulticastDomain>
Describes the transit gateway multicast domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayMulticastDomain.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayMulticastDomain.Builder |
builder() |
Instant |
creationTime()
The time the transit gateway multicast domain was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayMulticastDomain.Builder> |
serializableBuilderClass() |
TransitGatewayMulticastDomainState |
state()
The state of the transit gateway multicast domain.
|
String |
stateAsString()
The state of the transit gateway multicast domain.
|
List<Tag> |
tags()
The tags for the transit gateway multicast domain.
|
TransitGatewayMulticastDomain.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayId()
The ID of the transit gateway.
|
String |
transitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String transitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
public String transitGatewayId()
The ID of the transit gateway.
public TransitGatewayMulticastDomainState state()
The state of the transit gateway multicast domain.
If the service returns an enum value that is not available in the current SDK version, state will return
TransitGatewayMulticastDomainState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from stateAsString().
TransitGatewayMulticastDomainStatepublic String stateAsString()
The state of the transit gateway multicast domain.
If the service returns an enum value that is not available in the current SDK version, state will return
TransitGatewayMulticastDomainState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from stateAsString().
TransitGatewayMulticastDomainStatepublic Instant creationTime()
The time the transit gateway multicast domain was created.
public List<Tag> tags()
The tags for the transit gateway multicast domain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TransitGatewayMulticastDomain.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayMulticastDomain.Builder,TransitGatewayMulticastDomain>public static TransitGatewayMulticastDomain.Builder builder()
public static Class<? extends TransitGatewayMulticastDomain.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.