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