@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterDateTimePickerControl extends Object implements Serializable, Cloneable, StructuredPojo
A control from a date filter that is used to specify date and time.
| Constructor and Description |
|---|
FilterDateTimePickerControl() |
| Modifier and Type | Method and Description |
|---|---|
FilterDateTimePickerControl |
clone() |
boolean |
equals(Object obj) |
DateTimePickerControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
String |
getFilterControlId()
The ID of the
FilterDateTimePickerControl. |
String |
getSourceFilterId()
The source filter ID of the
FilterDateTimePickerControl. |
String |
getTitle()
The title of the
FilterDateTimePickerControl. |
String |
getType()
The date time picker type of a
FilterDateTimePickerControl. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setFilterControlId(String filterControlId)
The ID of the
FilterDateTimePickerControl. |
void |
setSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterDateTimePickerControl. |
void |
setTitle(String title)
The title of the
FilterDateTimePickerControl. |
void |
setType(String type)
The date time picker type of a
FilterDateTimePickerControl. |
String |
toString()
Returns a string representation of this object.
|
FilterDateTimePickerControl |
withDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
|
FilterDateTimePickerControl |
withFilterControlId(String filterControlId)
The ID of the
FilterDateTimePickerControl. |
FilterDateTimePickerControl |
withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterDateTimePickerControl. |
FilterDateTimePickerControl |
withTitle(String title)
The title of the
FilterDateTimePickerControl. |
FilterDateTimePickerControl |
withType(SheetControlDateTimePickerType type)
The date time picker type of a
FilterDateTimePickerControl. |
FilterDateTimePickerControl |
withType(String type)
The date time picker type of a
FilterDateTimePickerControl. |
public void setFilterControlId(String filterControlId)
The ID of the FilterDateTimePickerControl.
filterControlId - The ID of the FilterDateTimePickerControl.public String getFilterControlId()
The ID of the FilterDateTimePickerControl.
FilterDateTimePickerControl.public FilterDateTimePickerControl withFilterControlId(String filterControlId)
The ID of the FilterDateTimePickerControl.
filterControlId - The ID of the FilterDateTimePickerControl.public void setTitle(String title)
The title of the FilterDateTimePickerControl.
title - The title of the FilterDateTimePickerControl.public String getTitle()
The title of the FilterDateTimePickerControl.
FilterDateTimePickerControl.public FilterDateTimePickerControl withTitle(String title)
The title of the FilterDateTimePickerControl.
title - The title of the FilterDateTimePickerControl.public void setSourceFilterId(String sourceFilterId)
The source filter ID of the FilterDateTimePickerControl.
sourceFilterId - The source filter ID of the FilterDateTimePickerControl.public String getSourceFilterId()
The source filter ID of the FilterDateTimePickerControl.
FilterDateTimePickerControl.public FilterDateTimePickerControl withSourceFilterId(String sourceFilterId)
The source filter ID of the FilterDateTimePickerControl.
sourceFilterId - The source filter ID of the FilterDateTimePickerControl.public void setDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public DateTimePickerControlDisplayOptions getDisplayOptions()
The display options of a control.
public FilterDateTimePickerControl withDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.public void setType(String type)
The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
type - The date time picker type of a FilterDateTimePickerControl. Choose one of the following
options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
SheetControlDateTimePickerTypepublic String getType()
The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
FilterDateTimePickerControl. Choose one of the following
options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
SheetControlDateTimePickerTypepublic FilterDateTimePickerControl withType(String type)
The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
type - The date time picker type of a FilterDateTimePickerControl. Choose one of the following
options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
SheetControlDateTimePickerTypepublic FilterDateTimePickerControl withType(SheetControlDateTimePickerType type)
The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
type - The date time picker type of a FilterDateTimePickerControl. Choose one of the following
options:
SINGLE_VALUED: The filter condition is a fixed date.
DATE_RANGE: The filter condition is a date time range.
SheetControlDateTimePickerTypepublic String toString()
toString in class ObjectObject.toString()public FilterDateTimePickerControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.