@Generated(value="software.amazon.awssdk:codegen") public final class UriPath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UriPath.Builder,UriPath>
Inspect the path component of the URI of the web request. This is the part of the web request that identifies a
resource. For example, /images/daily-ad.jpg.
This is used in the FieldToMatch specification for some web request component types.
JSON specification: "UriPath": {}
| Modifier and Type | Class and Description |
|---|---|
static interface |
UriPath.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UriPath.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UriPath.Builder> |
serializableBuilderClass() |
UriPath.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic UriPath.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UriPath.Builder,UriPath>public static UriPath.Builder builder()
public static Class<? extends UriPath.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.