@Generated(value="software.amazon.awssdk:codegen") public final class DataPathValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataPathValue.Builder,DataPathValue>
The data path that needs to be sorted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataPathValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataPathValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldId()
The field ID of the field that needs to be sorted.
|
String |
fieldValue()
The actual value of the field that needs to be sorted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataPathValue.Builder> |
serializableBuilderClass() |
DataPathValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldId()
The field ID of the field that needs to be sorted.
public final String fieldValue()
The actual value of the field that needs to be sorted.
public DataPathValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataPathValue.Builder,DataPathValue>public static DataPathValue.Builder builder()
public static Class<? extends DataPathValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.