@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumberAttributeConstraintsType extends Object implements Serializable, Cloneable, StructuredPojo
The minimum and maximum value 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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.