Class HttpRoute
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.HttpRoute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HttpRoute.Builder,HttpRoute>
@Generated("software.amazon.awssdk:codegen") public final class HttpRoute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpRoute.Builder,HttpRoute>
An object that represents an HTTP or HTTP/2 route type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpRoute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpRouteActionaction()An object that represents the action to take if a match is determined.static HttpRoute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HttpRouteMatchmatch()An object that represents the criteria for determining a request match.HttpRetryPolicyretryPolicy()An object that represents a retry policy.List<SdkField<?>>sdkFields()static Class<? extends HttpRoute.Builder>serializableBuilderClass()HttpTimeouttimeout()An object that represents types of timeouts.HttpRoute.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 HttpRouteAction 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 HttpRouteMatch match()
An object that represents the criteria for determining a request match.
- Returns:
- An object that represents the criteria for determining a request match.
-
retryPolicy
public final HttpRetryPolicy retryPolicy()
An object that represents a retry policy.
- Returns:
- An object that represents a retry policy.
-
timeout
public final HttpTimeout timeout()
An object that represents types of timeouts.
- Returns:
- An object that represents types of timeouts.
-
toBuilder
public HttpRoute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HttpRoute.Builder,HttpRoute>
-
builder
public static HttpRoute.Builder builder()
-
serializableBuilderClass
public static Class<? extends HttpRoute.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.
-
-