@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllowedInputTypes extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the allowed input types.
Constructor and Description |
---|
AllowedInputTypes() |
Modifier and Type | Method and Description |
---|---|
AllowedInputTypes |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowAudioInput()
Indicates whether audio input is allowed.
|
Boolean |
getAllowDTMFInput()
Indicates whether DTMF input is allowed.
|
int |
hashCode() |
Boolean |
isAllowAudioInput()
Indicates whether audio input is allowed.
|
Boolean |
isAllowDTMFInput()
Indicates whether DTMF input is allowed.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllowAudioInput(Boolean allowAudioInput)
Indicates whether audio input is allowed.
|
void |
setAllowDTMFInput(Boolean allowDTMFInput)
Indicates whether DTMF input is allowed.
|
String |
toString()
Returns a string representation of this object.
|
AllowedInputTypes |
withAllowAudioInput(Boolean allowAudioInput)
Indicates whether audio input is allowed.
|
AllowedInputTypes |
withAllowDTMFInput(Boolean allowDTMFInput)
Indicates whether DTMF input is allowed.
|
public void setAllowAudioInput(Boolean allowAudioInput)
Indicates whether audio input is allowed.
allowAudioInput
- Indicates whether audio input is allowed.public Boolean getAllowAudioInput()
Indicates whether audio input is allowed.
public AllowedInputTypes withAllowAudioInput(Boolean allowAudioInput)
Indicates whether audio input is allowed.
allowAudioInput
- Indicates whether audio input is allowed.public Boolean isAllowAudioInput()
Indicates whether audio input is allowed.
public void setAllowDTMFInput(Boolean allowDTMFInput)
Indicates whether DTMF input is allowed.
allowDTMFInput
- Indicates whether DTMF input is allowed.public Boolean getAllowDTMFInput()
Indicates whether DTMF input is allowed.
public AllowedInputTypes withAllowDTMFInput(Boolean allowDTMFInput)
Indicates whether DTMF input is allowed.
allowDTMFInput
- Indicates whether DTMF input is allowed.public Boolean isAllowDTMFInput()
Indicates whether DTMF input is allowed.
public String toString()
toString
in class Object
Object.toString()
public AllowedInputTypes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.