@Generated(value="software.amazon.awssdk:codegen") public final class SubnetAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubnetAssociation.Builder,SubnetAssociation>
Describes the subnet association with the transit gateway multicast domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubnetAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SubnetAssociation.Builder |
builder() |
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 SubnetAssociation.Builder> |
serializableBuilderClass() |
TransitGatewayMulitcastDomainAssociationState |
state()
The state of the subnet association.
|
String |
stateAsString()
The state of the subnet association.
|
String |
subnetId()
The ID of the subnet.
|
SubnetAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String subnetId()
The ID of the subnet.
public TransitGatewayMulitcastDomainAssociationState state()
The state of the subnet association.
If the service returns an enum value that is not available in the current SDK version, state will return
TransitGatewayMulitcastDomainAssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from stateAsString().
TransitGatewayMulitcastDomainAssociationStatepublic String stateAsString()
The state of the subnet association.
If the service returns an enum value that is not available in the current SDK version, state will return
TransitGatewayMulitcastDomainAssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from stateAsString().
TransitGatewayMulitcastDomainAssociationStatepublic SubnetAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SubnetAssociation.Builder,SubnetAssociation>public static SubnetAssociation.Builder builder()
public static Class<? extends SubnetAssociation.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.