@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
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.
|
copy
public 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()
.
TransitGatewayMulticastDomainState
public 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()
.
TransitGatewayMulticastDomainState
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.