@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterRelativeDateTimeControl extends Object implements Serializable, Cloneable, StructuredPojo
A control from a date filter that is used to specify the relative date.
| Constructor and Description |
|---|
FilterRelativeDateTimeControl() |
| Modifier and Type | Method and Description |
|---|---|
FilterRelativeDateTimeControl |
clone() |
boolean |
equals(Object obj) |
RelativeDateTimeControlDisplayOptions |
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) |
void |
setDisplayOptions(RelativeDateTimeControlDisplayOptions 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.
|
FilterRelativeDateTimeControl |
withDisplayOptions(RelativeDateTimeControlDisplayOptions displayOptions)
The display options of a control.
|
FilterRelativeDateTimeControl |
withFilterControlId(String filterControlId)
The ID of the
FilterTextAreaControl. |
FilterRelativeDateTimeControl |
withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterTextAreaControl. |
FilterRelativeDateTimeControl |
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 FilterRelativeDateTimeControl 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 FilterRelativeDateTimeControl 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 FilterRelativeDateTimeControl withSourceFilterId(String sourceFilterId)
The source filter ID of the FilterTextAreaControl.
sourceFilterId - The source filter ID of the FilterTextAreaControl.public void setDisplayOptions(RelativeDateTimeControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public RelativeDateTimeControlDisplayOptions getDisplayOptions()
The display options of a control.
public FilterRelativeDateTimeControl withDisplayOptions(RelativeDateTimeControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public String toString()
toString in class ObjectObject.toString()public FilterRelativeDateTimeControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.