@Generated(value="software.amazon.awssdk:codegen") public final class HttpRoute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpRoute.Builder,HttpRoute>
An object representing the HTTP routing specification for a route.
Modifier and Type | Class and Description |
---|---|
static interface |
HttpRoute.Builder |
Modifier and Type | Method and Description |
---|---|
HttpRouteAction |
action()
The action to take if a match is determined.
|
static HttpRoute.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HttpRouteMatch |
match()
The criteria for determining an HTTP request match.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HttpRoute.Builder> |
serializableBuilderClass() |
HttpRoute.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public HttpRouteAction action()
The action to take if a match is determined.
public HttpRouteMatch match()
The criteria for determining an HTTP request match.
public HttpRoute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HttpRoute.Builder,HttpRoute>
public static HttpRoute.Builder builder()
public static Class<? extends HttpRoute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.