Class NumberAttributeConstraintsType
java.lang.Object
com.amazonaws.services.cognitoidp.model.NumberAttributeConstraintsType
- All Implemented Interfaces:
Serializable
,Cloneable
The minimum and maximum value of an attribute that is of the number data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The maximum value of an attribute that is of the number data type.The minimum value of an attribute that is of the number data type.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withMaxValue
(String maxValue) The maximum value of an attribute that is of the number data type.withMinValue
(String minValue) The minimum value of an attribute that is of the number data type.
-
Constructor Details
-
NumberAttributeConstraintsType
public NumberAttributeConstraintsType()
-
-
Method Details
-
setMinValue
The minimum value of an attribute that is of the number data type.
- Parameters:
minValue
- The minimum value of an attribute that is of the number data type.
-
getMinValue
The minimum value of an attribute that is of the number data type.
- Returns:
- The minimum value of an attribute that is of the number data type.
-
withMinValue
The minimum value of an attribute that is of the number data type.
- Parameters:
minValue
- The minimum value of an attribute that is of the number data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxValue
The maximum value of an attribute that is of the number data type.
- Parameters:
maxValue
- The maximum value of an attribute that is of the number data type.
-
getMaxValue
The maximum value of an attribute that is of the number data type.
- Returns:
- The maximum value of an attribute that is of the number data type.
-
withMaxValue
The maximum value of an attribute that is of the number data type.
- Parameters:
maxValue
- The maximum value of an attribute that is of the number data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-