@Generated(value="software.amazon.awssdk:codegen") public final class LocalGatewayRouteTableVirtualInterfaceGroupAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder,LocalGatewayRouteTableVirtualInterfaceGroupAssociation>
Describes an association between a local gateway route table and a virtual interface group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localGatewayId()
The ID of the local gateway.
|
String |
localGatewayRouteTableId()
The ID of the local gateway route table.
|
String |
localGatewayRouteTableVirtualInterfaceGroupAssociationId()
The ID of the association.
|
String |
localGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder> |
serializableBuilderClass() |
String |
state()
The state of the association.
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String localGatewayRouteTableVirtualInterfaceGroupAssociationId()
The ID of the association.
public String localGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
public String localGatewayId()
The ID of the local gateway.
public String localGatewayRouteTableId()
The ID of the local gateway route table.
public String state()
The state of the association.
public LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder toBuilder()
public static LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder builder()
public static Class<? extends LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.