@Generated(value="software.amazon.awssdk:codegen") public final class AssociationSetDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociationSetDetails.Builder,AssociationSetDetails>
The associations between a route table and one or more subnets or a gateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociationSetDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
AssociationStateDetails |
associationState()
The state of the association between a route table and a subnet or gateway.
|
static AssociationSetDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayId()
The ID of the internet gateway or virtual private gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
main()
Indicates whether this is the main route table.
|
String |
routeTableAssociationId()
The ID of the association.
|
String |
routeTableId()
The ID of the route table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociationSetDetails.Builder> |
serializableBuilderClass() |
String |
subnetId()
The ID of the subnet.
|
AssociationSetDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AssociationStateDetails associationState()
The state of the association between a route table and a subnet or gateway.
public final String gatewayId()
The ID of the internet gateway or virtual private gateway.
public final Boolean main()
Indicates whether this is the main route table.
public final String routeTableAssociationId()
The ID of the association.
public final String routeTableId()
The ID of the route table.
public final String subnetId()
The ID of the subnet. A subnet ID is not returned for an implicit association.
public AssociationSetDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociationSetDetails.Builder,AssociationSetDetails>public static AssociationSetDetails.Builder builder()
public static Class<? extends AssociationSetDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.