@Generated(value="software.amazon.awssdk:codegen") public enum SchemaAttributeType extends Enum<SchemaAttributeType>
| Enum Constant and Description |
|---|
ADDRESS |
ADDRESS_CITY |
ADDRESS_COUNTRY |
ADDRESS_POSTALCODE |
ADDRESS_STATE |
ADDRESS_STREET1 |
ADDRESS_STREET2 |
ADDRESS_STREET3 |
DATE |
EMAIL_ADDRESS |
NAME |
NAME_FIRST |
NAME_LAST |
NAME_MIDDLE |
PHONE |
PHONE_COUNTRYCODE |
PHONE_NUMBER |
STRING |
UNIQUE_ID |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static SchemaAttributeType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<SchemaAttributeType> |
knownValues()
|
String |
toString() |
static SchemaAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaAttributeType NAME
public static final SchemaAttributeType NAME_FIRST
public static final SchemaAttributeType NAME_MIDDLE
public static final SchemaAttributeType NAME_LAST
public static final SchemaAttributeType ADDRESS
public static final SchemaAttributeType ADDRESS_STREET1
public static final SchemaAttributeType ADDRESS_STREET2
public static final SchemaAttributeType ADDRESS_STREET3
public static final SchemaAttributeType ADDRESS_CITY
public static final SchemaAttributeType ADDRESS_STATE
public static final SchemaAttributeType ADDRESS_COUNTRY
public static final SchemaAttributeType ADDRESS_POSTALCODE
public static final SchemaAttributeType PHONE
public static final SchemaAttributeType PHONE_NUMBER
public static final SchemaAttributeType PHONE_COUNTRYCODE
public static final SchemaAttributeType EMAIL_ADDRESS
public static final SchemaAttributeType UNIQUE_ID
public static final SchemaAttributeType DATE
public static final SchemaAttributeType STRING
public static final SchemaAttributeType UNKNOWN_TO_SDK_VERSION
public static SchemaAttributeType[] values()
for (SchemaAttributeType c : SchemaAttributeType.values()) System.out.println(c);
public static SchemaAttributeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SchemaAttributeType>public static SchemaAttributeType fromValue(String value)
value - real valuepublic static Set<SchemaAttributeType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known SchemaAttributeTypesCopyright © 2023. All rights reserved.