@Generated(value="software.amazon.awssdk:codegen") public final class RouteTableAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteTableAssociation.Builder,RouteTableAssociation>
Describes an association between a route table and a subnet.
Modifier and Type | Class and Description |
---|---|
static interface |
RouteTableAssociation.Builder |
Modifier and Type | Method and Description |
---|---|
static RouteTableAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 between a route table and a subnet.
|
String |
routeTableId()
The ID of the route table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RouteTableAssociation.Builder> |
serializableBuilderClass() |
String |
subnetId()
The ID of the subnet.
|
RouteTableAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Boolean main()
Indicates whether this is the main route table.
public String routeTableAssociationId()
The ID of the association between a route table and a subnet.
public String routeTableId()
The ID of the route table.
public String subnetId()
The ID of the subnet. A subnet ID is not returned for an implicit association.
public RouteTableAssociation.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RouteTableAssociation.Builder,RouteTableAssociation>
public static RouteTableAssociation.Builder builder()
public static Class<? extends RouteTableAssociation.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.