@Generated(value="software.amazon.awssdk:codegen") public final class GrpcGatewayRouteAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrpcGatewayRouteAction.Builder,GrpcGatewayRouteAction>
An object that represents the action to take if a match is determined.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GrpcGatewayRouteAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GrpcGatewayRouteAction.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 GrpcGatewayRouteAction.Builder> |
serializableBuilderClass() |
GatewayRouteTarget |
target()
An object that represents the target that traffic is routed to when a request matches the gateway route.
|
GrpcGatewayRouteAction.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 GrpcGatewayRouteAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GrpcGatewayRouteAction.Builder,GrpcGatewayRouteAction>public static GrpcGatewayRouteAction.Builder builder()
public static Class<? extends GrpcGatewayRouteAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.