@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegerDatasetParameterDefaultValues extends Object implements Serializable, Cloneable, StructuredPojo
The default values of an integer parameter.
Constructor and Description |
---|
IntegerDatasetParameterDefaultValues() |
Modifier and Type | Method and Description |
---|---|
IntegerDatasetParameterDefaultValues |
clone() |
boolean |
equals(Object obj) |
List<Long> |
getStaticValues()
A list of static default values for a given integer parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStaticValues(Collection<Long> staticValues)
A list of static default values for a given integer parameter.
|
String |
toString()
Returns a string representation of this object.
|
IntegerDatasetParameterDefaultValues |
withStaticValues(Collection<Long> staticValues)
A list of static default values for a given integer parameter.
|
IntegerDatasetParameterDefaultValues |
withStaticValues(Long... staticValues)
A list of static default values for a given integer parameter.
|
public IntegerDatasetParameterDefaultValues()
public List<Long> getStaticValues()
A list of static default values for a given integer parameter.
public void setStaticValues(Collection<Long> staticValues)
A list of static default values for a given integer parameter.
staticValues
- A list of static default values for a given integer parameter.public IntegerDatasetParameterDefaultValues withStaticValues(Long... staticValues)
A list of static default values for a given integer parameter.
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
- A list of static default values for a given integer parameter.public IntegerDatasetParameterDefaultValues withStaticValues(Collection<Long> staticValues)
A list of static default values for a given integer parameter.
staticValues
- A list of static default values for a given integer parameter.public String toString()
toString
in class Object
Object.toString()
public IntegerDatasetParameterDefaultValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.