@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumberAttributeConstraintsType extends Object implements Serializable, Cloneable, StructuredPojo
The minimum and maximum values of an attribute that is of the number data type.
| Constructor and Description |
|---|
NumberAttributeConstraintsType() |
| Modifier and Type | Method and Description |
|---|---|
NumberAttributeConstraintsType |
clone() |
boolean |
equals(Object obj) |
String |
getMaxValue()
The maximum value of an attribute that is of the number data type.
|
String |
getMinValue()
The minimum value of an attribute that is of the number data type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
|
void |
setMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
|
String |
toString()
Returns a string representation of this object.
|
NumberAttributeConstraintsType |
withMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType |
withMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
|
public void setMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
minValue - The minimum value of an attribute that is of the number data type.public String getMinValue()
The minimum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType withMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
minValue - The minimum value of an attribute that is of the number data type.public void setMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
maxValue - The maximum value of an attribute that is of the number data type.public String getMaxValue()
The maximum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType withMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
maxValue - The maximum value of an attribute that is of the number data type.public String toString()
toString in class ObjectObject.toString()public NumberAttributeConstraintsType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.