@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegerDefaultValues extends Object implements Serializable, Cloneable, StructuredPojo
The default values of the IntegerParameterDeclaration
.
Constructor and Description |
---|
IntegerDefaultValues() |
Modifier and Type | Method and Description |
---|---|
IntegerDefaultValues |
clone() |
boolean |
equals(Object obj) |
DynamicDefaultValue |
getDynamicValue()
The dynamic value of the
IntegerDefaultValues . |
List<Long> |
getStaticValues()
The static values of the
IntegerDefaultValues . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
IntegerDefaultValues . |
void |
setStaticValues(Collection<Long> staticValues)
The static values of the
IntegerDefaultValues . |
String |
toString()
Returns a string representation of this object.
|
IntegerDefaultValues |
withDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
IntegerDefaultValues . |
IntegerDefaultValues |
withStaticValues(Collection<Long> staticValues)
The static values of the
IntegerDefaultValues . |
IntegerDefaultValues |
withStaticValues(Long... staticValues)
The static values of the
IntegerDefaultValues . |
public void setDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to users,
groups, and values mapping.
dynamicValue
- The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to
users, groups, and values mapping.public DynamicDefaultValue getDynamicValue()
The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to users,
groups, and values mapping.
IntegerDefaultValues
. Different defaults are displayed according to
users, groups, and values mapping.public IntegerDefaultValues withDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to users,
groups, and values mapping.
dynamicValue
- The dynamic value of the IntegerDefaultValues
. Different defaults are displayed according to
users, groups, and values mapping.public List<Long> getStaticValues()
The static values of the IntegerDefaultValues
.
IntegerDefaultValues
.public void setStaticValues(Collection<Long> staticValues)
The static values of the IntegerDefaultValues
.
staticValues
- The static values of the IntegerDefaultValues
.public IntegerDefaultValues withStaticValues(Long... staticValues)
The static values of the IntegerDefaultValues
.
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 IntegerDefaultValues
.public IntegerDefaultValues withStaticValues(Collection<Long> staticValues)
The static values of the IntegerDefaultValues
.
staticValues
- The static values of the IntegerDefaultValues
.public String toString()
toString
in class Object
Object.toString()
public IntegerDefaultValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.