@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
String |
virtualGatewayName()
The virtual gateway that the gateway route is associated with.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()