@Generated(value="software.amazon.awssdk:codegen") public class NumberAttributeConstraintsType extends Object implements StructuredPojo, ToCopyableBuilder<NumberAttributeConstraintsType.Builder,NumberAttributeConstraintsType>
The minimum and maximum value of an attribute that is of the number data type.
Modifier and Type | Class and Description |
---|---|
static interface |
NumberAttributeConstraintsType.Builder |
Modifier and Type | Method and Description |
---|---|
static NumberAttributeConstraintsType.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
maxValue()
The maximum value of an attribute that is of the number data type.
|
String |
minValue()
The minimum value of an attribute that is of the number data type.
|
static Class<? extends NumberAttributeConstraintsType.Builder> |
serializableBuilderClass() |
NumberAttributeConstraintsType.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String minValue()
The minimum value of an attribute that is of the number data type.
public String maxValue()
The maximum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NumberAttributeConstraintsType.Builder,NumberAttributeConstraintsType>
public static NumberAttributeConstraintsType.Builder builder()
public static Class<? extends NumberAttributeConstraintsType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.