@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum RequiredSignUpAttributesElement extends Enum<RequiredSignUpAttributesElement>
| Enum Constant and Description | 
|---|
| ADDRESS | 
| BIRTHDATE | 
| EMAIL | 
| FAMILY_NAME | 
| GENDER | 
| GIVEN_NAME | 
| LOCALE | 
| MIDDLE_NAME | 
| NAME | 
| NICKNAME | 
| PHONE_NUMBER | 
| PICTURE | 
| PREFERRED_USERNAME | 
| PROFILE | 
| UPDATED_AT | 
| WEBSITE | 
| ZONE_INFO | 
| Modifier and Type | Method and Description | 
|---|---|
| static RequiredSignUpAttributesElement | fromValue(String value)Use this in place of valueOf. | 
| String | toString() | 
| static RequiredSignUpAttributesElement | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RequiredSignUpAttributesElement[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RequiredSignUpAttributesElement ADDRESS
public static final RequiredSignUpAttributesElement BIRTHDATE
public static final RequiredSignUpAttributesElement EMAIL
public static final RequiredSignUpAttributesElement FAMILY_NAME
public static final RequiredSignUpAttributesElement GENDER
public static final RequiredSignUpAttributesElement GIVEN_NAME
public static final RequiredSignUpAttributesElement LOCALE
public static final RequiredSignUpAttributesElement MIDDLE_NAME
public static final RequiredSignUpAttributesElement NAME
public static final RequiredSignUpAttributesElement NICKNAME
public static final RequiredSignUpAttributesElement PHONE_NUMBER
public static final RequiredSignUpAttributesElement PICTURE
public static final RequiredSignUpAttributesElement PREFERRED_USERNAME
public static final RequiredSignUpAttributesElement PROFILE
public static final RequiredSignUpAttributesElement UPDATED_AT
public static final RequiredSignUpAttributesElement WEBSITE
public static final RequiredSignUpAttributesElement ZONE_INFO
public static RequiredSignUpAttributesElement[] values()
for (RequiredSignUpAttributesElement c : RequiredSignUpAttributesElement.values()) System.out.println(c);
public static RequiredSignUpAttributesElement 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<RequiredSignUpAttributesElement>public static RequiredSignUpAttributesElement fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.