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