@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TransitGatewayAttachmentState extends Enum<TransitGatewayAttachmentState>
Enum Constant and Description |
---|
Available |
Deleted |
Deleting |
Failed |
Failing |
Modifying |
Pending |
PendingAcceptance |
Rejected |
Rejecting |
RollingBack |
Modifier and Type | Method and Description |
---|---|
static TransitGatewayAttachmentState |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TransitGatewayAttachmentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitGatewayAttachmentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitGatewayAttachmentState PendingAcceptance
public static final TransitGatewayAttachmentState RollingBack
public static final TransitGatewayAttachmentState Pending
public static final TransitGatewayAttachmentState Available
public static final TransitGatewayAttachmentState Modifying
public static final TransitGatewayAttachmentState Deleting
public static final TransitGatewayAttachmentState Deleted
public static final TransitGatewayAttachmentState Failed
public static final TransitGatewayAttachmentState Rejected
public static final TransitGatewayAttachmentState Rejecting
public static final TransitGatewayAttachmentState Failing
public static TransitGatewayAttachmentState[] values()
for (TransitGatewayAttachmentState c : TransitGatewayAttachmentState.values()) System.out.println(c);
public static TransitGatewayAttachmentState 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<TransitGatewayAttachmentState>
public static TransitGatewayAttachmentState 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.