@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecimalParameter extends Object implements Serializable, Cloneable, StructuredPojo
A decimal parameter.
Constructor and Description |
---|
DecimalParameter() |
Modifier and Type | Method and Description |
---|---|
DecimalParameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A display name for the decimal parameter.
|
List<Double> |
getValues()
The values for the decimal parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
A display name for the decimal parameter.
|
void |
setValues(Collection<Double> values)
The values for the decimal parameter.
|
String |
toString()
Returns a string representation of this object.
|
DecimalParameter |
withName(String name)
A display name for the decimal parameter.
|
DecimalParameter |
withValues(Collection<Double> values)
The values for the decimal parameter.
|
DecimalParameter |
withValues(Double... values)
The values for the decimal parameter.
|
public void setName(String name)
A display name for the decimal parameter.
name
- A display name for the decimal parameter.public String getName()
A display name for the decimal parameter.
public DecimalParameter withName(String name)
A display name for the decimal parameter.
name
- A display name for the decimal parameter.public List<Double> getValues()
The values for the decimal parameter.
public void setValues(Collection<Double> values)
The values for the decimal parameter.
values
- The values for the decimal parameter.public DecimalParameter withValues(Double... values)
The values for the decimal parameter.
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
- The values for the decimal parameter.public DecimalParameter withValues(Collection<Double> values)
The values for the decimal parameter.
values
- The values for the decimal parameter.public String toString()
toString
in class Object
Object.toString()
public DecimalParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.