@Generated(value="software.amazon.awssdk:codegen") public final class HttpGatewayRouteAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpGatewayRouteAction.Builder,HttpGatewayRouteAction>
An object that represents the action to take if a match is determined.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpGatewayRouteAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRouteAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HttpGatewayRouteAction.Builder> |
serializableBuilderClass() |
GatewayRouteTarget |
target()
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
HttpGatewayRouteAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GatewayRouteTarget target()
An object that represents the target that traffic is routed to when a request matches the gateway route.
public HttpGatewayRouteAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HttpGatewayRouteAction.Builder,HttpGatewayRouteAction>public static HttpGatewayRouteAction.Builder builder()
public static Class<? extends HttpGatewayRouteAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.