@Generated(value="software.amazon.awssdk:codegen") public final class PivotTableSortBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PivotTableSortBy.Builder,PivotTableSortBy>
The sort by field for the field sort options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PivotTableSortBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PivotTableSortBy.Builder |
builder() |
ColumnSort |
column()
The column sort (field id, direction) for the pivot table sort by options.
|
DataPathSort |
dataPath()
The data path sort (data path value, direction) for the pivot table sort by options.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FieldSort |
field()
The field sort (field id, direction) for the pivot table sort by options.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PivotTableSortBy.Builder> |
serializableBuilderClass() |
PivotTableSortBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FieldSort field()
The field sort (field id, direction) for the pivot table sort by options.
public final ColumnSort column()
The column sort (field id, direction) for the pivot table sort by options.
public final DataPathSort dataPath()
The data path sort (data path value, direction) for the pivot table sort by options.
public PivotTableSortBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PivotTableSortBy.Builder,PivotTableSortBy>public static PivotTableSortBy.Builder builder()
public static Class<? extends PivotTableSortBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.