Class GatewayRouteData
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.GatewayRouteData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GatewayRouteData.Builder,GatewayRouteData>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGatewayRouteData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GatewayRouteData.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgatewayRouteName()The name of the gateway route.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmeshName()The name of the service mesh that the resource resides in.ResourceMetadatametadata()Returns the value of the Metadata property for this object.List<SdkField<?>>sdkFields()static Class<? extends GatewayRouteData.Builder>serializableBuilderClass()GatewayRouteSpecspec()The specifications of the gateway route.GatewayRouteStatusstatus()The status of the gateway route.GatewayRouteData.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvirtualGatewayName()The virtual gateway that the gateway route is associated with.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
gatewayRouteName
public final String gatewayRouteName()
The name of the gateway route.
- Returns:
- The name of the gateway route.
-
meshName
public final String meshName()
The name of the service mesh that the resource resides in.
- Returns:
- The name of the service mesh that the resource resides in.
-
metadata
public final ResourceMetadata metadata()
Returns the value of the Metadata property for this object.- Returns:
- The value of the Metadata property for this object.
-
spec
public final GatewayRouteSpec spec()
The specifications of the gateway route.
- Returns:
- The specifications of the gateway route.
-
status
public final GatewayRouteStatus status()
The status of the gateway route.
- Returns:
- The status of the gateway route.
-
virtualGatewayName
public final String virtualGatewayName()
The virtual gateway that the gateway route is associated with.
- Returns:
- The virtual gateway that the gateway route is associated with.
-
toBuilder
public GatewayRouteData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GatewayRouteData.Builder,GatewayRouteData>
-
builder
public static GatewayRouteData.Builder builder()
-
serializableBuilderClass
public static Class<? extends GatewayRouteData.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-