@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum AnsweringMachineDetectionStatus extends Enum<AnsweringMachineDetectionStatus>
Enum Constant and Description |
---|
AMD_ERROR |
AMD_NOT_APPLICABLE |
AMD_UNANSWERED |
AMD_UNRESOLVED |
ANSWERED |
ERROR |
FAX_MACHINE_DETECTED |
HUMAN_ANSWERED |
SIT_TONE_BUSY |
SIT_TONE_DETECTED |
SIT_TONE_INVALID_NUMBER |
UNDETECTED |
VOICEMAIL_BEEP |
VOICEMAIL_NO_BEEP |
Modifier and Type | Method and Description |
---|---|
static AnsweringMachineDetectionStatus |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static AnsweringMachineDetectionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnsweringMachineDetectionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnsweringMachineDetectionStatus ANSWERED
public static final AnsweringMachineDetectionStatus UNDETECTED
public static final AnsweringMachineDetectionStatus ERROR
public static final AnsweringMachineDetectionStatus HUMAN_ANSWERED
public static final AnsweringMachineDetectionStatus SIT_TONE_DETECTED
public static final AnsweringMachineDetectionStatus SIT_TONE_BUSY
public static final AnsweringMachineDetectionStatus SIT_TONE_INVALID_NUMBER
public static final AnsweringMachineDetectionStatus FAX_MACHINE_DETECTED
public static final AnsweringMachineDetectionStatus VOICEMAIL_BEEP
public static final AnsweringMachineDetectionStatus VOICEMAIL_NO_BEEP
public static final AnsweringMachineDetectionStatus AMD_UNRESOLVED
public static final AnsweringMachineDetectionStatus AMD_UNANSWERED
public static final AnsweringMachineDetectionStatus AMD_ERROR
public static final AnsweringMachineDetectionStatus AMD_NOT_APPLICABLE
public static AnsweringMachineDetectionStatus[] values()
for (AnsweringMachineDetectionStatus c : AnsweringMachineDetectionStatus.values()) System.out.println(c);
public static AnsweringMachineDetectionStatus 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<AnsweringMachineDetectionStatus>
public static AnsweringMachineDetectionStatus fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.