@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayRouteTableRoute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayRouteTableRoute.Builder,TransitGatewayRouteTableRoute>
Describes a route in a transit gateway route table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayRouteTableRoute.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentId()
The ID of the route attachment.
|
static TransitGatewayRouteTableRoute.Builder |
builder() |
String |
destinationCidr()
The CIDR block used for destination matches.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefixListId()
The ID of the prefix list.
|
String |
resourceId()
The ID of the resource for the route attachment.
|
String |
resourceType()
The resource type for the route attachment.
|
String |
routeOrigin()
The route origin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayRouteTableRoute.Builder> |
serializableBuilderClass() |
String |
state()
The state of the route.
|
TransitGatewayRouteTableRoute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destinationCidr()
The CIDR block used for destination matches.
public final String state()
The state of the route.
public final String routeOrigin()
The route origin. The following are the possible values:
static
propagated
static
propagated
public final String prefixListId()
The ID of the prefix list.
public final String attachmentId()
The ID of the route attachment.
public final String resourceId()
The ID of the resource for the route attachment.
public final String resourceType()
The resource type for the route attachment.
public TransitGatewayRouteTableRoute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayRouteTableRoute.Builder,TransitGatewayRouteTableRoute>public static TransitGatewayRouteTableRoute.Builder builder()
public static Class<? extends TransitGatewayRouteTableRoute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.