@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultTextAreaControlOptions extends Object implements Serializable, Cloneable, StructuredPojo
The default options that correspond to the TextArea
filter control type.
Constructor and Description |
---|
DefaultTextAreaControlOptions() |
Modifier and Type | Method and Description |
---|---|
DefaultTextAreaControlOptions |
clone() |
boolean |
equals(Object obj) |
String |
getDelimiter()
The delimiter that is used to separate the lines in text.
|
TextAreaControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDelimiter(String delimiter)
The delimiter that is used to separate the lines in text.
|
void |
setDisplayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
|
String |
toString()
Returns a string representation of this object.
|
DefaultTextAreaControlOptions |
withDelimiter(String delimiter)
The delimiter that is used to separate the lines in text.
|
DefaultTextAreaControlOptions |
withDisplayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
|
public void setDelimiter(String delimiter)
The delimiter that is used to separate the lines in text.
delimiter
- The delimiter that is used to separate the lines in text.public String getDelimiter()
The delimiter that is used to separate the lines in text.
public DefaultTextAreaControlOptions withDelimiter(String delimiter)
The delimiter that is used to separate the lines in text.
delimiter
- The delimiter that is used to separate the lines in text.public void setDisplayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public TextAreaControlDisplayOptions getDisplayOptions()
The display options of a control.
public DefaultTextAreaControlOptions withDisplayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public String toString()
toString
in class Object
Object.toString()
public DefaultTextAreaControlOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.