@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegerDatasetParameter extends Object implements Serializable, Cloneable, StructuredPojo
An integer parameter for a dataset.
Constructor and Description |
---|
IntegerDatasetParameter() |
Modifier and Type | Method and Description |
---|---|
IntegerDatasetParameter |
clone() |
boolean |
equals(Object obj) |
IntegerDatasetParameterDefaultValues |
getDefaultValues()
A list of default values for a given integer parameter.
|
String |
getId()
An identifier for the integer parameter created in the dataset.
|
String |
getName()
The name of the integer parameter that is created in the dataset.
|
String |
getValueType()
The value type of the dataset parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultValues(IntegerDatasetParameterDefaultValues defaultValues)
A list of default values for a given integer parameter.
|
void |
setId(String id)
An identifier for the integer parameter created in the dataset.
|
void |
setName(String name)
The name of the integer parameter that is created in the dataset.
|
void |
setValueType(String valueType)
The value type of the dataset parameter.
|
String |
toString()
Returns a string representation of this object.
|
IntegerDatasetParameter |
withDefaultValues(IntegerDatasetParameterDefaultValues defaultValues)
A list of default values for a given integer parameter.
|
IntegerDatasetParameter |
withId(String id)
An identifier for the integer parameter created in the dataset.
|
IntegerDatasetParameter |
withName(String name)
The name of the integer parameter that is created in the dataset.
|
IntegerDatasetParameter |
withValueType(DatasetParameterValueType valueType)
The value type of the dataset parameter.
|
IntegerDatasetParameter |
withValueType(String valueType)
The value type of the dataset parameter.
|
public void setId(String id)
An identifier for the integer parameter created in the dataset.
id
- An identifier for the integer parameter created in the dataset.public String getId()
An identifier for the integer parameter created in the dataset.
public IntegerDatasetParameter withId(String id)
An identifier for the integer parameter created in the dataset.
id
- An identifier for the integer parameter created in the dataset.public void setName(String name)
The name of the integer parameter that is created in the dataset.
name
- The name of the integer parameter that is created in the dataset.public String getName()
The name of the integer parameter that is created in the dataset.
public IntegerDatasetParameter withName(String name)
The name of the integer parameter that is created in the dataset.
name
- The name of the integer parameter that is created in the dataset.public void setValueType(String valueType)
The value type of the dataset parameter. Valid values are single value
or multi value
.
valueType
- The value type of the dataset parameter. Valid values are single value
or
multi value
.DatasetParameterValueType
public String getValueType()
The value type of the dataset parameter. Valid values are single value
or multi value
.
single value
or
multi value
.DatasetParameterValueType
public IntegerDatasetParameter withValueType(String valueType)
The value type of the dataset parameter. Valid values are single value
or multi value
.
valueType
- The value type of the dataset parameter. Valid values are single value
or
multi value
.DatasetParameterValueType
public IntegerDatasetParameter withValueType(DatasetParameterValueType valueType)
The value type of the dataset parameter. Valid values are single value
or multi value
.
valueType
- The value type of the dataset parameter. Valid values are single value
or
multi value
.DatasetParameterValueType
public void setDefaultValues(IntegerDatasetParameterDefaultValues defaultValues)
A list of default values for a given integer parameter. This structure only accepts static values.
defaultValues
- A list of default values for a given integer parameter. This structure only accepts static values.public IntegerDatasetParameterDefaultValues getDefaultValues()
A list of default values for a given integer parameter. This structure only accepts static values.
public IntegerDatasetParameter withDefaultValues(IntegerDatasetParameterDefaultValues defaultValues)
A list of default values for a given integer parameter. This structure only accepts static values.
defaultValues
- A list of default values for a given integer parameter. This structure only accepts static values.public String toString()
toString
in class Object
Object.toString()
public IntegerDatasetParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.