@Generated(value="software.amazon.awssdk:codegen") public final class PathMatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PathMatch.Builder,PathMatch>
Describes the conditions that can be applied when matching a path for incoming requests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PathMatch.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PathMatch.Builder |
builder() |
Boolean |
caseSensitive()
Indicates whether the match is case sensitive.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PathMatchType |
match()
The type of path match.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PathMatch.Builder> |
serializableBuilderClass() |
PathMatch.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean caseSensitive()
Indicates whether the match is case sensitive. Defaults to false.
public final PathMatchType match()
The type of path match.
public PathMatch.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PathMatch.Builder,PathMatch>public static PathMatch.Builder builder()
public static Class<? extends PathMatch.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.