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