@Generated(value="software.amazon.awssdk:codegen") public final class TotalOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TotalOptions.Builder,TotalOptions>
The total options for a table visual.
Modifier and Type | Class and Description |
---|---|
static interface |
TotalOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static TotalOptions.Builder |
builder() |
String |
customLabel()
The custom label string for the total cells.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TableTotalsPlacement |
placement()
The placement (start, end) for the total cells.
|
String |
placementAsString()
The placement (start, end) for the total cells.
|
TableTotalsScrollStatus |
scrollStatus()
The scroll status (pinned, scrolled) for the total cells.
|
String |
scrollStatusAsString()
The scroll status (pinned, scrolled) for the total cells.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TotalOptions.Builder> |
serializableBuilderClass() |
TotalOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TableCellStyle |
totalCellStyle()
Cell styling options for the total cells.
|
Visibility |
totalsVisibility()
The visibility configuration for the total cells.
|
String |
totalsVisibilityAsString()
The visibility configuration for the total cells.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Visibility totalsVisibility()
The visibility configuration for the total cells.
If the service returns an enum value that is not available in the current SDK version, totalsVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
totalsVisibilityAsString()
.
Visibility
public final String totalsVisibilityAsString()
The visibility configuration for the total cells.
If the service returns an enum value that is not available in the current SDK version, totalsVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
totalsVisibilityAsString()
.
Visibility
public final TableTotalsPlacement placement()
The placement (start, end) for the total cells.
If the service returns an enum value that is not available in the current SDK version, placement
will
return TableTotalsPlacement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from placementAsString()
.
TableTotalsPlacement
public final String placementAsString()
The placement (start, end) for the total cells.
If the service returns an enum value that is not available in the current SDK version, placement
will
return TableTotalsPlacement.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from placementAsString()
.
TableTotalsPlacement
public final TableTotalsScrollStatus scrollStatus()
The scroll status (pinned, scrolled) for the total cells.
If the service returns an enum value that is not available in the current SDK version, scrollStatus
will
return TableTotalsScrollStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from scrollStatusAsString()
.
TableTotalsScrollStatus
public final String scrollStatusAsString()
The scroll status (pinned, scrolled) for the total cells.
If the service returns an enum value that is not available in the current SDK version, scrollStatus
will
return TableTotalsScrollStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from scrollStatusAsString()
.
TableTotalsScrollStatus
public final String customLabel()
The custom label string for the total cells.
public final TableCellStyle totalCellStyle()
Cell styling options for the total cells.
public TotalOptions.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TotalOptions.Builder,TotalOptions>
public static TotalOptions.Builder builder()
public static Class<? extends TotalOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.