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