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