@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum OrganizationMode extends Enum<OrganizationMode>
| Enum Constant and Description |
|---|
BILLING |
FULL_CONTROL |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationMode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static OrganizationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationMode FULL_CONTROL
public static final OrganizationMode BILLING
public static OrganizationMode[] values()
for (OrganizationMode c : OrganizationMode.values()) System.out.println(c);
public static OrganizationMode 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<OrganizationMode>public static OrganizationMode fromValue(String value)
value - real valueCopyright © 2017. All rights reserved.