@Generated(value="software.amazon.awssdk:codegen") public final class GrpcMetadataMatchMethod extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrpcMetadataMatchMethod.Builder,GrpcMetadataMatchMethod>
An object representing the method header to be matched.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GrpcMetadataMatchMethod.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GrpcMetadataMatchMethod.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exact()
The exact method header to be matched on.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The specified beginning characters of the method header to be matched on.
|
MatchRange |
range()
Returns the value of the Range property for this object.
|
String |
regex()
The regex used to match the method header.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GrpcMetadataMatchMethod.Builder> |
serializableBuilderClass() |
String |
suffix()
The specified ending characters of the method header to match on.
|
GrpcMetadataMatchMethod.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exact()
The exact method header to be matched on.
public final String prefix()
The specified beginning characters of the method header to be matched on.
public final MatchRange range()
public final String regex()
The regex used to match the method header.
public final String suffix()
The specified ending characters of the method header to match on.
public GrpcMetadataMatchMethod.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GrpcMetadataMatchMethod.Builder,GrpcMetadataMatchMethod>public static GrpcMetadataMatchMethod.Builder builder()
public static Class<? extends GrpcMetadataMatchMethod.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.