@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterTextAreaControl extends Object implements Serializable, Cloneable, StructuredPojo
A control to display a text box that is used to enter multiple entries.
Constructor and Description |
---|
FilterTextAreaControl() |
Modifier and Type | Method and Description |
---|---|
FilterTextAreaControl |
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.
|
String |
getFilterControlId()
The ID of the
FilterTextAreaControl . |
String |
getSourceFilterId()
The source filter ID of the
FilterTextAreaControl . |
String |
getTitle()
The title of the
FilterTextAreaControl . |
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.
|
void |
setFilterControlId(String filterControlId)
The ID of the
FilterTextAreaControl . |
void |
setSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterTextAreaControl . |
void |
setTitle(String title)
The title of the
FilterTextAreaControl . |
String |
toString()
Returns a string representation of this object.
|
FilterTextAreaControl |
withDelimiter(String delimiter)
The delimiter that is used to separate the lines in text.
|
FilterTextAreaControl |
withDisplayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
|
FilterTextAreaControl |
withFilterControlId(String filterControlId)
The ID of the
FilterTextAreaControl . |
FilterTextAreaControl |
withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterTextAreaControl . |
FilterTextAreaControl |
withTitle(String title)
The title of the
FilterTextAreaControl . |
public void setFilterControlId(String filterControlId)
The ID of the FilterTextAreaControl
.
filterControlId
- The ID of the FilterTextAreaControl
.public String getFilterControlId()
The ID of the FilterTextAreaControl
.
FilterTextAreaControl
.public FilterTextAreaControl withFilterControlId(String filterControlId)
The ID of the FilterTextAreaControl
.
filterControlId
- The ID of the FilterTextAreaControl
.public void setTitle(String title)
The title of the FilterTextAreaControl
.
title
- The title of the FilterTextAreaControl
.public String getTitle()
The title of the FilterTextAreaControl
.
FilterTextAreaControl
.public FilterTextAreaControl withTitle(String title)
The title of the FilterTextAreaControl
.
title
- The title of the FilterTextAreaControl
.public void setSourceFilterId(String sourceFilterId)
The source filter ID of the FilterTextAreaControl
.
sourceFilterId
- The source filter ID of the FilterTextAreaControl
.public String getSourceFilterId()
The source filter ID of the FilterTextAreaControl
.
FilterTextAreaControl
.public FilterTextAreaControl withSourceFilterId(String sourceFilterId)
The source filter ID of the FilterTextAreaControl
.
sourceFilterId
- The source filter ID of the FilterTextAreaControl
.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 FilterTextAreaControl 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 FilterTextAreaControl 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 FilterTextAreaControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.