@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum GatewayResponseType extends Enum<GatewayResponseType>
Modifier and Type | Method and Description |
---|---|
static GatewayResponseType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static GatewayResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GatewayResponseType DEFAULT_4XX
public static final GatewayResponseType DEFAULT_5XX
public static final GatewayResponseType RESOURCE_NOT_FOUND
public static final GatewayResponseType UNAUTHORIZED
public static final GatewayResponseType INVALID_API_KEY
public static final GatewayResponseType ACCESS_DENIED
public static final GatewayResponseType AUTHORIZER_FAILURE
public static final GatewayResponseType AUTHORIZER_CONFIGURATION_ERROR
public static final GatewayResponseType INVALID_SIGNATURE
public static final GatewayResponseType EXPIRED_TOKEN
public static final GatewayResponseType MISSING_AUTHENTICATION_TOKEN
public static final GatewayResponseType INTEGRATION_FAILURE
public static final GatewayResponseType INTEGRATION_TIMEOUT
public static final GatewayResponseType API_CONFIGURATION_ERROR
public static final GatewayResponseType UNSUPPORTED_MEDIA_TYPE
public static final GatewayResponseType BAD_REQUEST_PARAMETERS
public static final GatewayResponseType BAD_REQUEST_BODY
public static final GatewayResponseType REQUEST_TOO_LARGE
public static final GatewayResponseType THROTTLED
public static final GatewayResponseType QUOTA_EXCEEDED
public static GatewayResponseType[] values()
for (GatewayResponseType c : GatewayResponseType.values()) System.out.println(c);
public static GatewayResponseType 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<GatewayResponseType>
public static GatewayResponseType 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.