@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ResettableElementName extends Enum<ResettableElementName>
| Enum Constant and Description |
|---|
ChildHealthChecks |
FullyQualifiedDomainName |
Regions |
ResourcePath |
| Modifier and Type | Method and Description |
|---|---|
static ResettableElementName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ResettableElementName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResettableElementName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResettableElementName FullyQualifiedDomainName
public static final ResettableElementName Regions
public static final ResettableElementName ResourcePath
public static final ResettableElementName ChildHealthChecks
public static ResettableElementName[] values()
for (ResettableElementName c : ResettableElementName.values()) System.out.println(c);
public static ResettableElementName 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<ResettableElementName>public static ResettableElementName fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.