@Generated(value="software.amazon.awssdk:codegen") public final class GrpcRouteMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrpcRouteMetadata.Builder,GrpcRouteMetadata>
An object that represents the match metadata for the route.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GrpcRouteMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GrpcRouteMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
invert()
Specify
True to match anything except the match criteria. |
GrpcRouteMetadataMatchMethod |
match()
An object that represents the data to match from the request.
|
String |
name()
The name of the route.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GrpcRouteMetadata.Builder> |
serializableBuilderClass() |
GrpcRouteMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean invert()
Specify True to match anything except the match criteria. The default value is False.
True to match anything except the match criteria. The default value is
False.public final GrpcRouteMetadataMatchMethod match()
An object that represents the data to match from the request.
public final String name()
The name of the route.
public GrpcRouteMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GrpcRouteMetadata.Builder,GrpcRouteMetadata>public static GrpcRouteMetadata.Builder builder()
public static Class<? extends GrpcRouteMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.