@Generated(value="software.amazon.awssdk:codegen") public final class TextAreaControlDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextAreaControlDisplayOptions.Builder,TextAreaControlDisplayOptions>
The display options of a control.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextAreaControlDisplayOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TextAreaControlDisplayOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SheetControlInfoIconLabelOptions |
infoIconLabelOptions()
The configuration of info icon label options.
|
TextControlPlaceholderOptions |
placeholderOptions()
The configuration of the placeholder options in a text area control.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TextAreaControlDisplayOptions.Builder> |
serializableBuilderClass() |
LabelOptions |
titleOptions()
The options to configure the title visibility, name, and font size.
|
TextAreaControlDisplayOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LabelOptions titleOptions()
The options to configure the title visibility, name, and font size.
public final TextControlPlaceholderOptions placeholderOptions()
The configuration of the placeholder options in a text area control.
public final SheetControlInfoIconLabelOptions infoIconLabelOptions()
The configuration of info icon label options.
public TextAreaControlDisplayOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TextAreaControlDisplayOptions.Builder,TextAreaControlDisplayOptions>public static TextAreaControlDisplayOptions.Builder builder()
public static Class<? extends TextAreaControlDisplayOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.