@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegerParameterRangeSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Defines the possible values for an integer hyperparameter.
| Constructor and Description | 
|---|
| IntegerParameterRangeSpecification() | 
| Modifier and Type | Method and Description | 
|---|---|
| IntegerParameterRangeSpecification | clone() | 
| boolean | equals(Object obj) | 
| String | getMaxValue()
 The maximum integer value allowed. | 
| String | getMinValue()
 The minimum integer value allowed. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setMaxValue(String maxValue)
 The maximum integer value allowed. | 
| void | setMinValue(String minValue)
 The minimum integer value allowed. | 
| String | toString()Returns a string representation of this object. | 
| IntegerParameterRangeSpecification | withMaxValue(String maxValue)
 The maximum integer value allowed. | 
| IntegerParameterRangeSpecification | withMinValue(String minValue)
 The minimum integer value allowed. | 
public void setMinValue(String minValue)
The minimum integer value allowed.
minValue - The minimum integer value allowed.public String getMinValue()
The minimum integer value allowed.
public IntegerParameterRangeSpecification withMinValue(String minValue)
The minimum integer value allowed.
minValue - The minimum integer value allowed.public void setMaxValue(String maxValue)
The maximum integer value allowed.
maxValue - The maximum integer value allowed.public String getMaxValue()
The maximum integer value allowed.
public IntegerParameterRangeSpecification withMaxValue(String maxValue)
The maximum integer value allowed.
maxValue - The maximum integer value allowed.public String toString()
toString in class ObjectObject.toString()public IntegerParameterRangeSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.