Serializable, Comparable<NestingLevelValue>@Generated("software.amazon.awssdk:codegen") public enum NestingLevelValue extends Enum<NestingLevelValue>
| Modifier and Type | Method | Description |
|---|---|---|
static NestingLevelValue |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static NestingLevelValue |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NestingLevelValue[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NestingLevelValue None
public static final NestingLevelValue One
public static NestingLevelValue[] values()
for (NestingLevelValue c : NestingLevelValue.values()) System.out.println(c);
public static NestingLevelValue 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<NestingLevelValue>public static NestingLevelValue fromValue(String value)
value - real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.