@Generated(value="software.amazon.awssdk:codegen") public final class PivotTablePaginatedReportOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PivotTablePaginatedReportOptions.Builder,PivotTablePaginatedReportOptions>
The paginated report options for a pivot table visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PivotTablePaginatedReportOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PivotTablePaginatedReportOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Visibility |
overflowColumnHeaderVisibility()
The visibility of the repeating header rows on each page.
|
String |
overflowColumnHeaderVisibilityAsString()
The visibility of the repeating header rows on each page.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PivotTablePaginatedReportOptions.Builder> |
serializableBuilderClass() |
PivotTablePaginatedReportOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Visibility |
verticalOverflowVisibility()
The visibility of the printing table overflow across pages.
|
String |
verticalOverflowVisibilityAsString()
The visibility of the printing table overflow across pages.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility verticalOverflowVisibility()
The visibility of the printing table overflow across pages.
If the service returns an enum value that is not available in the current SDK version,
verticalOverflowVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from verticalOverflowVisibilityAsString().
Visibilitypublic final String verticalOverflowVisibilityAsString()
The visibility of the printing table overflow across pages.
If the service returns an enum value that is not available in the current SDK version,
verticalOverflowVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from verticalOverflowVisibilityAsString().
Visibilitypublic final Visibility overflowColumnHeaderVisibility()
The visibility of the repeating header rows on each page.
If the service returns an enum value that is not available in the current SDK version,
overflowColumnHeaderVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from overflowColumnHeaderVisibilityAsString().
Visibilitypublic final String overflowColumnHeaderVisibilityAsString()
The visibility of the repeating header rows on each page.
If the service returns an enum value that is not available in the current SDK version,
overflowColumnHeaderVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from overflowColumnHeaderVisibilityAsString().
Visibilitypublic PivotTablePaginatedReportOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PivotTablePaginatedReportOptions.Builder,PivotTablePaginatedReportOptions>public static PivotTablePaginatedReportOptions.Builder builder()
public static Class<? extends PivotTablePaginatedReportOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.