@Generated(value="software.amazon.awssdk:codegen") public final class StringAttributeConstraintsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>
The constraints associated with a string attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringAttributeConstraintsType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StringAttributeConstraintsType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maxLength()
The maximum length.
|
String |
minLength()
The minimum length.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StringAttributeConstraintsType.Builder> |
serializableBuilderClass() |
StringAttributeConstraintsType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String minLength()
The minimum length.
public final String maxLength()
The maximum length.
public StringAttributeConstraintsType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>public static StringAttributeConstraintsType.Builder builder()
public static Class<? extends StringAttributeConstraintsType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.