@Generated(value="software.amazon.awssdk:codegen") public final class PivotTableFieldCollapseStateOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PivotTableFieldCollapseStateOption.Builder,PivotTableFieldCollapseStateOption>
The collapse state options for the pivot table field options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PivotTableFieldCollapseStateOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PivotTableFieldCollapseStateOption.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 PivotTableFieldCollapseStateOption.Builder> |
serializableBuilderClass() |
PivotTableFieldCollapseState |
state()
The state of the field target of a pivot table.
|
String |
stateAsString()
The state of the field target of a pivot table.
|
PivotTableFieldCollapseStateTarget |
target()
A tagged-union object that sets the collapse state.
|
PivotTableFieldCollapseStateOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PivotTableFieldCollapseStateTarget target()
A tagged-union object that sets the collapse state.
public final PivotTableFieldCollapseState state()
The state of the field target of a pivot table. Choose one of the following options:
COLLAPSED
EXPANDED
If the service returns an enum value that is not available in the current SDK version, state will return
PivotTableFieldCollapseState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from stateAsString().
COLLAPSED
EXPANDED
PivotTableFieldCollapseStatepublic final String stateAsString()
The state of the field target of a pivot table. Choose one of the following options:
COLLAPSED
EXPANDED
If the service returns an enum value that is not available in the current SDK version, state will return
PivotTableFieldCollapseState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from stateAsString().
COLLAPSED
EXPANDED
PivotTableFieldCollapseStatepublic PivotTableFieldCollapseStateOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PivotTableFieldCollapseStateOption.Builder,PivotTableFieldCollapseStateOption>public static PivotTableFieldCollapseStateOption.Builder builder()
public static Class<? extends PivotTableFieldCollapseStateOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.