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