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