Class HttpGatewayRoute
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.HttpGatewayRoute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HttpGatewayRoute.Builder,HttpGatewayRoute>
@Generated("software.amazon.awssdk:codegen") public final class HttpGatewayRoute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpGatewayRoute.Builder,HttpGatewayRoute>
An object that represents an HTTP gateway route.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpGatewayRoute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpGatewayRouteActionaction()An object that represents the action to take if a match is determined.static HttpGatewayRoute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HttpGatewayRouteMatchmatch()An object that represents the criteria for determining a request match.List<SdkField<?>>sdkFields()static Class<? extends HttpGatewayRoute.Builder>serializableBuilderClass()HttpGatewayRoute.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
action
public final HttpGatewayRouteAction action()
An object that represents the action to take if a match is determined.
- Returns:
- An object that represents the action to take if a match is determined.
-
match
public final HttpGatewayRouteMatch match()
An object that represents the criteria for determining a request match.
- Returns:
- An object that represents the criteria for determining a request match.
-
toBuilder
public HttpGatewayRoute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HttpGatewayRoute.Builder,HttpGatewayRoute>
-
builder
public static HttpGatewayRoute.Builder builder()
-
serializableBuilderClass
public static Class<? extends HttpGatewayRoute.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.
-
-