@Generated(value="software.amazon.awssdk:codegen") public final class NumberAttributeConstraintsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumberAttributeConstraintsType.Builder,NumberAttributeConstraintsType>
The minimum and maximum values 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NumberAttributeConstraintsType.Builder> |
serializableBuilderClass() |
NumberAttributeConstraintsType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String minValue()
The minimum value of an attribute that is of the number data type.
public final String maxValue()
The maximum value of an attribute that is of the number data type.
public NumberAttributeConstraintsType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NumberAttributeConstraintsType.Builder,NumberAttributeConstraintsType>public static NumberAttributeConstraintsType.Builder builder()
public static Class<? extends NumberAttributeConstraintsType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.