@Generated(value="software.amazon.awssdk:codegen") public final class PanelTitleOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PanelTitleOptions.Builder,PanelTitleOptions>
The options that determine the title styles for each small multiples panel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PanelTitleOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PanelTitleOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FontConfiguration |
fontConfiguration()
Returns the value of the FontConfiguration property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HorizontalTextAlignment |
horizontalTextAlignment()
Sets the horizontal text alignment of the title within each panel.
|
String |
horizontalTextAlignmentAsString()
Sets the horizontal text alignment of the title within each panel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PanelTitleOptions.Builder> |
serializableBuilderClass() |
PanelTitleOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Visibility |
visibility()
Determines whether or not panel titles are displayed.
|
String |
visibilityAsString()
Determines whether or not panel titles are displayed.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility visibility()
Determines whether or not panel titles are displayed.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic final String visibilityAsString()
Determines whether or not panel titles are displayed.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic final FontConfiguration fontConfiguration()
public final HorizontalTextAlignment horizontalTextAlignment()
Sets the horizontal text alignment of the title within each panel.
If the service returns an enum value that is not available in the current SDK version,
horizontalTextAlignment will return HorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from horizontalTextAlignmentAsString().
HorizontalTextAlignmentpublic final String horizontalTextAlignmentAsString()
Sets the horizontal text alignment of the title within each panel.
If the service returns an enum value that is not available in the current SDK version,
horizontalTextAlignment will return HorizontalTextAlignment.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from horizontalTextAlignmentAsString().
HorizontalTextAlignmentpublic PanelTitleOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PanelTitleOptions.Builder,PanelTitleOptions>public static PanelTitleOptions.Builder builder()
public static Class<? extends PanelTitleOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.