Class GrpcGatewayRoute
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.GrpcGatewayRoute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GrpcGatewayRoute.Builder,GrpcGatewayRoute>
@Generated("software.amazon.awssdk:codegen") public final class GrpcGatewayRoute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrpcGatewayRoute.Builder,GrpcGatewayRoute>
An object that represents a gRPC gateway route.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGrpcGatewayRoute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GrpcGatewayRouteActionaction()An object that represents the action to take if a match is determined.static GrpcGatewayRoute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()GrpcGatewayRouteMatchmatch()An object that represents the criteria for determining a request match.List<SdkField<?>>sdkFields()static Class<? extends GrpcGatewayRoute.Builder>serializableBuilderClass()GrpcGatewayRoute.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
action
public final GrpcGatewayRouteAction action()
An object that represents the action to take if a match is determined.
- Returns:
- An object that represents the action to take if a match is determined.
-
match
public final GrpcGatewayRouteMatch match()
An object that represents the criteria for determining a request match.
- Returns:
- An object that represents the criteria for determining a request match.
-
toBuilder
public GrpcGatewayRoute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GrpcGatewayRoute.Builder,GrpcGatewayRoute>
-
builder
public static GrpcGatewayRoute.Builder builder()
-
serializableBuilderClass
public static Class<? extends GrpcGatewayRoute.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-