@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterDateTimePickerControl extends Object implements Serializable, Cloneable, StructuredPojo
A control from a date parameter that specifies date and time.
Constructor and Description |
---|
ParameterDateTimePickerControl() |
Modifier and Type | Method and Description |
---|---|
ParameterDateTimePickerControl |
clone() |
boolean |
equals(Object obj) |
DateTimePickerControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
String |
getParameterControlId()
The ID of the
ParameterDateTimePickerControl . |
String |
getSourceParameterName()
The name of the
ParameterDateTimePickerControl . |
String |
getTitle()
The title of the
ParameterDateTimePickerControl . |
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 |
setParameterControlId(String parameterControlId)
The ID of the
ParameterDateTimePickerControl . |
void |
setSourceParameterName(String sourceParameterName)
The name of the
ParameterDateTimePickerControl . |
void |
setTitle(String title)
The title of the
ParameterDateTimePickerControl . |
String |
toString()
Returns a string representation of this object.
|
ParameterDateTimePickerControl |
withDisplayOptions(DateTimePickerControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterDateTimePickerControl |
withParameterControlId(String parameterControlId)
The ID of the
ParameterDateTimePickerControl . |
ParameterDateTimePickerControl |
withSourceParameterName(String sourceParameterName)
The name of the
ParameterDateTimePickerControl . |
ParameterDateTimePickerControl |
withTitle(String title)
The title of the
ParameterDateTimePickerControl . |
public void setParameterControlId(String parameterControlId)
The ID of the ParameterDateTimePickerControl
.
parameterControlId
- The ID of the ParameterDateTimePickerControl
.public String getParameterControlId()
The ID of the ParameterDateTimePickerControl
.
ParameterDateTimePickerControl
.public ParameterDateTimePickerControl withParameterControlId(String parameterControlId)
The ID of the ParameterDateTimePickerControl
.
parameterControlId
- The ID of the ParameterDateTimePickerControl
.public void setTitle(String title)
The title of the ParameterDateTimePickerControl
.
title
- The title of the ParameterDateTimePickerControl
.public String getTitle()
The title of the ParameterDateTimePickerControl
.
ParameterDateTimePickerControl
.public ParameterDateTimePickerControl withTitle(String title)
The title of the ParameterDateTimePickerControl
.
title
- The title of the ParameterDateTimePickerControl
.public void setSourceParameterName(String sourceParameterName)
The name of the ParameterDateTimePickerControl
.
sourceParameterName
- The name of the ParameterDateTimePickerControl
.public String getSourceParameterName()
The name of the ParameterDateTimePickerControl
.
ParameterDateTimePickerControl
.public ParameterDateTimePickerControl withSourceParameterName(String sourceParameterName)
The name of the ParameterDateTimePickerControl
.
sourceParameterName
- The name of the ParameterDateTimePickerControl
.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 ParameterDateTimePickerControl 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 ParameterDateTimePickerControl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.