@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnswerMachineDetectionConfig extends Object implements Serializable, Cloneable, StructuredPojo
Answering Machine Detection config
Constructor and Description |
---|
AnswerMachineDetectionConfig() |
Modifier and Type | Method and Description |
---|---|
AnswerMachineDetectionConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableAnswerMachineDetection()
Enable or disable answering machine detection
|
int |
hashCode() |
Boolean |
isEnableAnswerMachineDetection()
Enable or disable answering machine detection
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableAnswerMachineDetection(Boolean enableAnswerMachineDetection)
Enable or disable answering machine detection
|
String |
toString()
Returns a string representation of this object.
|
AnswerMachineDetectionConfig |
withEnableAnswerMachineDetection(Boolean enableAnswerMachineDetection)
Enable or disable answering machine detection
|
public void setEnableAnswerMachineDetection(Boolean enableAnswerMachineDetection)
Enable or disable answering machine detection
enableAnswerMachineDetection
- Enable or disable answering machine detectionpublic Boolean getEnableAnswerMachineDetection()
Enable or disable answering machine detection
public AnswerMachineDetectionConfig withEnableAnswerMachineDetection(Boolean enableAnswerMachineDetection)
Enable or disable answering machine detection
enableAnswerMachineDetection
- Enable or disable answering machine detectionpublic Boolean isEnableAnswerMachineDetection()
Enable or disable answering machine detection
public String toString()
toString
in class Object
Object.toString()
public AnswerMachineDetectionConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.