@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NewDefaultValues extends Object implements Serializable, Cloneable, StructuredPojo
The configuration that overrides the existing default values for a dataset parameter that is inherited from another dataset.
| Constructor and Description |
|---|
NewDefaultValues() |
| Modifier and Type | Method and Description |
|---|---|
NewDefaultValues |
clone() |
boolean |
equals(Object obj) |
List<Date> |
getDateTimeStaticValues()
A list of static default values for a given date time parameter.
|
List<Double> |
getDecimalStaticValues()
A list of static default values for a given decimal parameter.
|
List<Long> |
getIntegerStaticValues()
A list of static default values for a given integer parameter.
|
List<String> |
getStringStaticValues()
A list of static default values for a given string parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDateTimeStaticValues(Collection<Date> dateTimeStaticValues)
A list of static default values for a given date time parameter.
|
void |
setDecimalStaticValues(Collection<Double> decimalStaticValues)
A list of static default values for a given decimal parameter.
|
void |
setIntegerStaticValues(Collection<Long> integerStaticValues)
A list of static default values for a given integer parameter.
|
void |
setStringStaticValues(Collection<String> stringStaticValues)
A list of static default values for a given string parameter.
|
String |
toString()
Returns a string representation of this object.
|
NewDefaultValues |
withDateTimeStaticValues(Collection<Date> dateTimeStaticValues)
A list of static default values for a given date time parameter.
|
NewDefaultValues |
withDateTimeStaticValues(Date... dateTimeStaticValues)
A list of static default values for a given date time parameter.
|
NewDefaultValues |
withDecimalStaticValues(Collection<Double> decimalStaticValues)
A list of static default values for a given decimal parameter.
|
NewDefaultValues |
withDecimalStaticValues(Double... decimalStaticValues)
A list of static default values for a given decimal parameter.
|
NewDefaultValues |
withIntegerStaticValues(Collection<Long> integerStaticValues)
A list of static default values for a given integer parameter.
|
NewDefaultValues |
withIntegerStaticValues(Long... integerStaticValues)
A list of static default values for a given integer parameter.
|
NewDefaultValues |
withStringStaticValues(Collection<String> stringStaticValues)
A list of static default values for a given string parameter.
|
NewDefaultValues |
withStringStaticValues(String... stringStaticValues)
A list of static default values for a given string parameter.
|
public List<String> getStringStaticValues()
A list of static default values for a given string parameter.
public void setStringStaticValues(Collection<String> stringStaticValues)
A list of static default values for a given string parameter.
stringStaticValues - A list of static default values for a given string parameter.public NewDefaultValues withStringStaticValues(String... stringStaticValues)
A list of static default values for a given string parameter.
NOTE: This method appends the values to the existing list (if any). Use
setStringStaticValues(java.util.Collection) or withStringStaticValues(java.util.Collection) if
you want to override the existing values.
stringStaticValues - A list of static default values for a given string parameter.public NewDefaultValues withStringStaticValues(Collection<String> stringStaticValues)
A list of static default values for a given string parameter.
stringStaticValues - A list of static default values for a given string parameter.public List<Double> getDecimalStaticValues()
A list of static default values for a given decimal parameter.
public void setDecimalStaticValues(Collection<Double> decimalStaticValues)
A list of static default values for a given decimal parameter.
decimalStaticValues - A list of static default values for a given decimal parameter.public NewDefaultValues withDecimalStaticValues(Double... decimalStaticValues)
A list of static default values for a given decimal parameter.
NOTE: This method appends the values to the existing list (if any). Use
setDecimalStaticValues(java.util.Collection) or withDecimalStaticValues(java.util.Collection)
if you want to override the existing values.
decimalStaticValues - A list of static default values for a given decimal parameter.public NewDefaultValues withDecimalStaticValues(Collection<Double> decimalStaticValues)
A list of static default values for a given decimal parameter.
decimalStaticValues - A list of static default values for a given decimal parameter.public List<Date> getDateTimeStaticValues()
A list of static default values for a given date time parameter.
public void setDateTimeStaticValues(Collection<Date> dateTimeStaticValues)
A list of static default values for a given date time parameter.
dateTimeStaticValues - A list of static default values for a given date time parameter.public NewDefaultValues withDateTimeStaticValues(Date... dateTimeStaticValues)
A list of static default values for a given date time parameter.
NOTE: This method appends the values to the existing list (if any). Use
setDateTimeStaticValues(java.util.Collection) or withDateTimeStaticValues(java.util.Collection)
if you want to override the existing values.
dateTimeStaticValues - A list of static default values for a given date time parameter.public NewDefaultValues withDateTimeStaticValues(Collection<Date> dateTimeStaticValues)
A list of static default values for a given date time parameter.
dateTimeStaticValues - A list of static default values for a given date time parameter.public List<Long> getIntegerStaticValues()
A list of static default values for a given integer parameter.
public void setIntegerStaticValues(Collection<Long> integerStaticValues)
A list of static default values for a given integer parameter.
integerStaticValues - A list of static default values for a given integer parameter.public NewDefaultValues withIntegerStaticValues(Long... integerStaticValues)
A list of static default values for a given integer parameter.
NOTE: This method appends the values to the existing list (if any). Use
setIntegerStaticValues(java.util.Collection) or withIntegerStaticValues(java.util.Collection)
if you want to override the existing values.
integerStaticValues - A list of static default values for a given integer parameter.public NewDefaultValues withIntegerStaticValues(Collection<Long> integerStaticValues)
A list of static default values for a given integer parameter.
integerStaticValues - A list of static default values for a given integer parameter.public String toString()
toString in class ObjectObject.toString()public NewDefaultValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.