@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() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
TransitGatewayMulticastDomainOptions |
options()
The options for the transit gateway multicast domain.
|
String |
ownerId()
The ID of the AWS account that owns the transit gateway multiicast domain.
|
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 |
transitGatewayMulticastDomainArn()
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
|
String |
transitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
public final String transitGatewayId()
The ID of the transit gateway.
public final String transitGatewayMulticastDomainArn()
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
public final String ownerId()
The ID of the AWS account that owns the transit gateway multiicast domain.
public final TransitGatewayMulticastDomainOptions options()
The options for the transit gateway multicast domain.
public final 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 final 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 final Instant creationTime()
The time the transit gateway multicast domain was created.
public final boolean hasTags()
public final 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.
You can use hasTags() to see if a value was sent in this field.
public TransitGatewayMulticastDomain.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayMulticastDomain.Builder,TransitGatewayMulticastDomain>public static TransitGatewayMulticastDomain.Builder builder()
public static Class<? extends TransitGatewayMulticastDomain.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.