@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpRoute.Builder |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteAction |
action()
An object that represents the action to take if a match is determined.
|
static HttpRoute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HttpRouteMatch |
match()
An object that represents the criteria for determining a request match.
|
HttpRetryPolicy |
retryPolicy()
An object that represents a retry policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HttpRoute.Builder> |
serializableBuilderClass() |
HttpTimeout |
timeout()
An object that represents types of timeouts.
|
HttpRoute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HttpRouteAction action()
An object that represents the action to take if a match is determined.
public final HttpRouteMatch match()
An object that represents the criteria for determining a request match.
public final HttpRetryPolicy retryPolicy()
An object that represents a retry policy.
public final HttpTimeout timeout()
An object that represents types of timeouts.
public HttpRoute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HttpRoute.Builder,HttpRoute>public static HttpRoute.Builder builder()
public static Class<? extends HttpRoute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.