Class GrpcRouteMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.GrpcRouteMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GrpcRouteMetadata.Builder,GrpcRouteMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGrpcRouteMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GrpcRouteMetadata.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleaninvert()SpecifyTrueto match anything except the match criteria.GrpcRouteMetadataMatchMethodmatch()An object that represents the data to match from the request.Stringname()The name of the route.List<SdkField<?>>sdkFields()static Class<? extends GrpcRouteMetadata.Builder>serializableBuilderClass()GrpcRouteMetadata.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
-
invert
public final Boolean invert()
Specify
Trueto match anything except the match criteria. The default value isFalse.- Returns:
- Specify
Trueto match anything except the match criteria. The default value isFalse.
-
match
public final GrpcRouteMetadataMatchMethod match()
An object that represents the data to match from the request.
- Returns:
- An object that represents the data to match from the request.
-
name
public final String name()
The name of the route.
- Returns:
- The name of the route.
-
toBuilder
public GrpcRouteMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GrpcRouteMetadata.Builder,GrpcRouteMetadata>
-
builder
public static GrpcRouteMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends GrpcRouteMetadata.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.
-
-