@Generated(value="software.amazon.awssdk:codegen") public final class RouteData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteData.Builder,RouteData>
An object that represents a route returned by a describe operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RouteData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RouteData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
meshName()
The name of the service mesh that the route resides in.
|
ResourceMetadata |
metadata()
The associated metadata for the route.
|
String |
routeName()
The name of the route.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RouteData.Builder> |
serializableBuilderClass() |
RouteSpec |
spec()
The specifications of the route.
|
RouteStatus |
status()
The status of the route.
|
RouteData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualRouterName()
The virtual router that the route is associated with.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String meshName()
The name of the service mesh that the route resides in.
public final ResourceMetadata metadata()
The associated metadata for the route.
public final String routeName()
The name of the route.
public final RouteSpec spec()
The specifications of the route.
public final RouteStatus status()
The status of the route.
public final String virtualRouterName()
The virtual router that the route is associated with.
public RouteData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RouteData.Builder,RouteData>public static RouteData.Builder builder()
public static Class<? extends RouteData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.