@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterTextFieldControl extends Object implements Serializable, Cloneable, StructuredPojo
A control to display a text box that is used to enter a single entry.
| Constructor and Description |
|---|
FilterTextFieldControl() |
| Modifier and Type | Method and Description |
|---|---|
FilterTextFieldControl |
clone() |
boolean |
equals(Object obj) |
TextFieldControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
String |
getFilterControlId()
The ID of the
FilterTextFieldControl. |
String |
getSourceFilterId()
The source filter ID of the
FilterTextFieldControl. |
String |
getTitle()
The title of the
FilterTextFieldControl. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setFilterControlId(String filterControlId)
The ID of the
FilterTextFieldControl. |
void |
setSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterTextFieldControl. |
void |
setTitle(String title)
The title of the
FilterTextFieldControl. |
String |
toString()
Returns a string representation of this object.
|
FilterTextFieldControl |
withDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
|
FilterTextFieldControl |
withFilterControlId(String filterControlId)
The ID of the
FilterTextFieldControl. |
FilterTextFieldControl |
withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterTextFieldControl. |
FilterTextFieldControl |
withTitle(String title)
The title of the
FilterTextFieldControl. |
public void setFilterControlId(String filterControlId)
The ID of the FilterTextFieldControl.
filterControlId - The ID of the FilterTextFieldControl.public String getFilterControlId()
The ID of the FilterTextFieldControl.
FilterTextFieldControl.public FilterTextFieldControl withFilterControlId(String filterControlId)
The ID of the FilterTextFieldControl.
filterControlId - The ID of the FilterTextFieldControl.public void setTitle(String title)
The title of the FilterTextFieldControl.
title - The title of the FilterTextFieldControl.public String getTitle()
The title of the FilterTextFieldControl.
FilterTextFieldControl.public FilterTextFieldControl withTitle(String title)
The title of the FilterTextFieldControl.
title - The title of the FilterTextFieldControl.public void setSourceFilterId(String sourceFilterId)
The source filter ID of the FilterTextFieldControl.
sourceFilterId - The source filter ID of the FilterTextFieldControl.public String getSourceFilterId()
The source filter ID of the FilterTextFieldControl.
FilterTextFieldControl.public FilterTextFieldControl withSourceFilterId(String sourceFilterId)
The source filter ID of the FilterTextFieldControl.
sourceFilterId - The source filter ID of the FilterTextFieldControl.public void setDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public TextFieldControlDisplayOptions getDisplayOptions()
The display options of a control.
public FilterTextFieldControl withDisplayOptions(TextFieldControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public String toString()
toString in class ObjectObject.toString()public FilterTextFieldControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.