@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DateTimePickerControlDisplayOptions extends Object implements Serializable, Cloneable, StructuredPojo
The display options of a control.
Constructor and Description |
---|
DateTimePickerControlDisplayOptions() |
Modifier and Type | Method and Description |
---|---|
DateTimePickerControlDisplayOptions |
clone() |
boolean |
equals(Object obj) |
String |
getDateTimeFormat()
Customize how dates are formatted in controls.
|
LabelOptions |
getTitleOptions()
The options to configure the title visibility, name, and font size.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
|
void |
setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
String |
toString()
Returns a string representation of this object.
|
DateTimePickerControlDisplayOptions |
withDateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
|
DateTimePickerControlDisplayOptions |
withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
public void setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions
- The options to configure the title visibility, name, and font size.public LabelOptions getTitleOptions()
The options to configure the title visibility, name, and font size.
public DateTimePickerControlDisplayOptions withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions
- The options to configure the title visibility, name, and font size.public void setDateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
dateTimeFormat
- Customize how dates are formatted in controls.public String getDateTimeFormat()
Customize how dates are formatted in controls.
public DateTimePickerControlDisplayOptions withDateTimeFormat(String dateTimeFormat)
Customize how dates are formatted in controls.
dateTimeFormat
- Customize how dates are formatted in controls.public String toString()
toString
in class Object
Object.toString()
public DateTimePickerControlDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.