@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TextAreaControlDisplayOptions extends Object implements Serializable, Cloneable, StructuredPojo
The display options of a control.
Constructor and Description |
---|
TextAreaControlDisplayOptions() |
Modifier and Type | Method and Description |
---|---|
TextAreaControlDisplayOptions |
clone() |
boolean |
equals(Object obj) |
SheetControlInfoIconLabelOptions |
getInfoIconLabelOptions()
The configuration of info icon label options.
|
TextControlPlaceholderOptions |
getPlaceholderOptions()
The configuration of the placeholder options in a text area control.
|
LabelOptions |
getTitleOptions()
The options to configure the title visibility, name, and font size.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
void |
setPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
|
void |
setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
String |
toString()
Returns a string representation of this object.
|
TextAreaControlDisplayOptions |
withInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
TextAreaControlDisplayOptions |
withPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
|
TextAreaControlDisplayOptions |
withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
public void setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions
- The options to configure the title visibility, name, and font size.public LabelOptions getTitleOptions()
The options to configure the title visibility, name, and font size.
public TextAreaControlDisplayOptions withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions
- The options to configure the title visibility, name, and font size.public void setPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
placeholderOptions
- The configuration of the placeholder options in a text area control.public TextControlPlaceholderOptions getPlaceholderOptions()
The configuration of the placeholder options in a text area control.
public TextAreaControlDisplayOptions withPlaceholderOptions(TextControlPlaceholderOptions placeholderOptions)
The configuration of the placeholder options in a text area control.
placeholderOptions
- The configuration of the placeholder options in a text area control.public void setInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions
- The configuration of info icon label options.public SheetControlInfoIconLabelOptions getInfoIconLabelOptions()
The configuration of info icon label options.
public TextAreaControlDisplayOptions withInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions
- The configuration of info icon label options.public String toString()
toString
in class Object
Object.toString()
public TextAreaControlDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.