@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultDateTimePickerControlOptions extends Object implements Serializable, Cloneable, StructuredPojo
The default options that correspond to the filter control type of a DateTimePicker
.
Constructor and Description |
---|
DefaultDateTimePickerControlOptions() |
Modifier and Type | Method and Description |
---|---|
DefaultDateTimePickerControlOptions |
clone() |
boolean |
equals(Object obj) |
DateTimePickerControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
String |
getType()
The date time picker type of the
DefaultDateTimePickerControlOptions . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setType(String type)
The date time picker type of the
DefaultDateTimePickerControlOptions . |
String |
toString()
Returns a string representation of this object.
|
DefaultDateTimePickerControlOptions |
withDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
|
DefaultDateTimePickerControlOptions |
withType(SheetControlDateTimePickerType type)
The date time picker type of the
DefaultDateTimePickerControlOptions . |
DefaultDateTimePickerControlOptions |
withType(String type)
The date time picker type of the
DefaultDateTimePickerControlOptions . |
public void setType(String type)
The date time picker type of the DefaultDateTimePickerControlOptions
. 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 the DefaultDateTimePickerControlOptions
. 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.
SheetControlDateTimePickerType
public String getType()
The date time picker type of the DefaultDateTimePickerControlOptions
. 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.
DefaultDateTimePickerControlOptions
. 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.
SheetControlDateTimePickerType
public DefaultDateTimePickerControlOptions withType(String type)
The date time picker type of the DefaultDateTimePickerControlOptions
. 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 the DefaultDateTimePickerControlOptions
. 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.
SheetControlDateTimePickerType
public DefaultDateTimePickerControlOptions withType(SheetControlDateTimePickerType type)
The date time picker type of the DefaultDateTimePickerControlOptions
. 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 the DefaultDateTimePickerControlOptions
. 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.
SheetControlDateTimePickerType
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 DefaultDateTimePickerControlOptions withDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public String toString()
toString
in class Object
Object.toString()
public DefaultDateTimePickerControlOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.