@Generated(value="software.amazon.awssdk:codegen") public enum PhoneNumberFilterName extends Enum<PhoneNumberFilterName>
| Enum Constant and Description |
|---|
DELETION_PROTECTION_ENABLED |
ISO_COUNTRY_CODE |
MESSAGE_TYPE |
NUMBER_CAPABILITY |
NUMBER_TYPE |
OPT_OUT_LIST_NAME |
SELF_MANAGED_OPT_OUTS_ENABLED |
STATUS |
TWO_WAY_ENABLED |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberFilterName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<PhoneNumberFilterName> |
knownValues()
|
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 ISO_COUNTRY_CODE
public static final PhoneNumberFilterName MESSAGE_TYPE
public static final PhoneNumberFilterName NUMBER_CAPABILITY
public static final PhoneNumberFilterName NUMBER_TYPE
public static final PhoneNumberFilterName TWO_WAY_ENABLED
public static final PhoneNumberFilterName SELF_MANAGED_OPT_OUTS_ENABLED
public static final PhoneNumberFilterName OPT_OUT_LIST_NAME
public static final PhoneNumberFilterName DELETION_PROTECTION_ENABLED
public static final PhoneNumberFilterName UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<PhoneNumberFilterName> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known PhoneNumberFilterNamesCopyright © 2023. All rights reserved.