@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegerParameter extends Object implements Serializable, Cloneable, StructuredPojo
Integer parameter.
| Constructor and Description |
|---|
IntegerParameter() |
| Modifier and Type | Method and Description |
|---|---|
IntegerParameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A display name for the dataset.
|
List<Long> |
getValues()
Values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
A display name for the dataset.
|
void |
setValues(Collection<Long> values)
Values.
|
String |
toString()
Returns a string representation of this object.
|
IntegerParameter |
withName(String name)
A display name for the dataset.
|
IntegerParameter |
withValues(Collection<Long> values)
Values.
|
IntegerParameter |
withValues(Long... values)
Values.
|
public void setName(String name)
A display name for the dataset.
name - A display name for the dataset.public String getName()
A display name for the dataset.
public IntegerParameter withName(String name)
A display name for the dataset.
name - A display name for the dataset.public void setValues(Collection<Long> values)
Values.
values - Values.public IntegerParameter withValues(Long... values)
Values.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - Values.public IntegerParameter withValues(Collection<Long> values)
Values.
values - Values.public String toString()
toString in class ObjectObject.toString()public IntegerParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.