@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecimalParameterDeclaration extends Object implements Serializable, Cloneable, StructuredPojo
A parameter declaration for the Decimal
data type.
Constructor and Description |
---|
DecimalParameterDeclaration() |
Modifier and Type | Method and Description |
---|---|
DecimalParameterDeclaration |
clone() |
boolean |
equals(Object obj) |
DecimalDefaultValues |
getDefaultValues()
The default values of a parameter.
|
List<MappedDataSetParameter> |
getMappedDataSetParameters() |
String |
getName()
The name of the parameter that is being declared.
|
String |
getParameterValueType()
The value type determines whether the parameter is a single-value or multi-value parameter.
|
DecimalValueWhenUnsetConfiguration |
getValueWhenUnset()
The configuration that defines the default value of a
Decimal parameter when a value has not been
set. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter.
|
void |
setMappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters) |
void |
setName(String name)
The name of the parameter that is being declared.
|
void |
setParameterValueType(String parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
void |
setValueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a
Decimal parameter when a value has not been
set. |
String |
toString()
Returns a string representation of this object.
|
DecimalParameterDeclaration |
withDefaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter.
|
DecimalParameterDeclaration |
withMappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters) |
DecimalParameterDeclaration |
withMappedDataSetParameters(MappedDataSetParameter... mappedDataSetParameters)
NOTE: This method appends the values to the existing list (if any).
|
DecimalParameterDeclaration |
withName(String name)
The name of the parameter that is being declared.
|
DecimalParameterDeclaration |
withParameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
DecimalParameterDeclaration |
withParameterValueType(String parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
DecimalParameterDeclaration |
withValueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a
Decimal parameter when a value has not been
set. |
public void setParameterValueType(String parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
parameterValueType
- The value type determines whether the parameter is a single-value or multi-value parameter.ParameterValueType
public String getParameterValueType()
The value type determines whether the parameter is a single-value or multi-value parameter.
ParameterValueType
public DecimalParameterDeclaration withParameterValueType(String parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
parameterValueType
- The value type determines whether the parameter is a single-value or multi-value parameter.ParameterValueType
public DecimalParameterDeclaration withParameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
parameterValueType
- The value type determines whether the parameter is a single-value or multi-value parameter.ParameterValueType
public void setName(String name)
The name of the parameter that is being declared.
name
- The name of the parameter that is being declared.public String getName()
The name of the parameter that is being declared.
public DecimalParameterDeclaration withName(String name)
The name of the parameter that is being declared.
name
- The name of the parameter that is being declared.public void setDefaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
defaultValues
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default
value can be provided.public DecimalDefaultValues getDefaultValues()
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
public DecimalParameterDeclaration withDefaultValues(DecimalDefaultValues defaultValues)
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
defaultValues
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default
value can be provided.public void setValueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a Decimal
parameter when a value has not been
set.
valueWhenUnset
- The configuration that defines the default value of a Decimal
parameter when a value has not
been set.public DecimalValueWhenUnsetConfiguration getValueWhenUnset()
The configuration that defines the default value of a Decimal
parameter when a value has not been
set.
Decimal
parameter when a value has not
been set.public DecimalParameterDeclaration withValueWhenUnset(DecimalValueWhenUnsetConfiguration valueWhenUnset)
The configuration that defines the default value of a Decimal
parameter when a value has not been
set.
valueWhenUnset
- The configuration that defines the default value of a Decimal
parameter when a value has not
been set.public List<MappedDataSetParameter> getMappedDataSetParameters()
public void setMappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters)
mappedDataSetParameters
- public DecimalParameterDeclaration withMappedDataSetParameters(MappedDataSetParameter... mappedDataSetParameters)
NOTE: This method appends the values to the existing list (if any). Use
setMappedDataSetParameters(java.util.Collection)
or
withMappedDataSetParameters(java.util.Collection)
if you want to override the existing values.
mappedDataSetParameters
- public DecimalParameterDeclaration withMappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters)
mappedDataSetParameters
- public String toString()
toString
in class Object
Object.toString()
public DecimalParameterDeclaration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.