@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DateTimeDefaultValues extends Object implements Serializable, Cloneable, StructuredPojo
 The default values of the DateTimeParameterDeclaration.
 
| Constructor and Description | 
|---|
| DateTimeDefaultValues() | 
| Modifier and Type | Method and Description | 
|---|---|
| DateTimeDefaultValues | clone() | 
| boolean | equals(Object obj) | 
| DynamicDefaultValue | getDynamicValue()
 The dynamic value of the  DataTimeDefaultValues. | 
| RollingDateConfiguration | getRollingDate()
 The rolling date of the  DataTimeDefaultValues. | 
| List<Date> | getStaticValues()
 The static values of the  DataTimeDefaultValues. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDynamicValue(DynamicDefaultValue dynamicValue)
 The dynamic value of the  DataTimeDefaultValues. | 
| void | setRollingDate(RollingDateConfiguration rollingDate)
 The rolling date of the  DataTimeDefaultValues. | 
| void | setStaticValues(Collection<Date> staticValues)
 The static values of the  DataTimeDefaultValues. | 
| String | toString()Returns a string representation of this object. | 
| DateTimeDefaultValues | withDynamicValue(DynamicDefaultValue dynamicValue)
 The dynamic value of the  DataTimeDefaultValues. | 
| DateTimeDefaultValues | withRollingDate(RollingDateConfiguration rollingDate)
 The rolling date of the  DataTimeDefaultValues. | 
| DateTimeDefaultValues | withStaticValues(Collection<Date> staticValues)
 The static values of the  DataTimeDefaultValues. | 
| DateTimeDefaultValues | withStaticValues(Date... staticValues)
 The static values of the  DataTimeDefaultValues. | 
public void setDynamicValue(DynamicDefaultValue dynamicValue)
 The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users,
 groups, and values mapping.
 
dynamicValue - The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to
        users, groups, and values mapping.public DynamicDefaultValue getDynamicValue()
 The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users,
 groups, and values mapping.
 
DataTimeDefaultValues. Different defaults are displayed according
         to users, groups, and values mapping.public DateTimeDefaultValues withDynamicValue(DynamicDefaultValue dynamicValue)
 The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users,
 groups, and values mapping.
 
dynamicValue - The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to
        users, groups, and values mapping.public List<Date> getStaticValues()
 The static values of the DataTimeDefaultValues.
 
DataTimeDefaultValues.public void setStaticValues(Collection<Date> staticValues)
 The static values of the DataTimeDefaultValues.
 
staticValues - The static values of the DataTimeDefaultValues.public DateTimeDefaultValues withStaticValues(Date... staticValues)
 The static values of the DataTimeDefaultValues.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setStaticValues(java.util.Collection) or withStaticValues(java.util.Collection) if you want to
 override the existing values.
 
staticValues - The static values of the DataTimeDefaultValues.public DateTimeDefaultValues withStaticValues(Collection<Date> staticValues)
 The static values of the DataTimeDefaultValues.
 
staticValues - The static values of the DataTimeDefaultValues.public void setRollingDate(RollingDateConfiguration rollingDate)
 The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on
 input expression.
 
rollingDate - The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based
        on input expression.public RollingDateConfiguration getRollingDate()
 The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on
 input expression.
 
DataTimeDefaultValues. The date is determined from the dataset based
         on input expression.public DateTimeDefaultValues withRollingDate(RollingDateConfiguration rollingDate)
 The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on
 input expression.
 
rollingDate - The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based
        on input expression.public String toString()
toString in class ObjectObject.toString()public DateTimeDefaultValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.