@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VoiceEnhancementSinkConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A static structure that contains the configuration data for a VoiceEnhancementSinkConfiguration
element.
Constructor and Description |
---|
VoiceEnhancementSinkConfiguration() |
Modifier and Type | Method and Description |
---|---|
VoiceEnhancementSinkConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDisabled()
Disables the
VoiceEnhancementSinkConfiguration element. |
int |
hashCode() |
Boolean |
isDisabled()
Disables the
VoiceEnhancementSinkConfiguration element. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisabled(Boolean disabled)
Disables the
VoiceEnhancementSinkConfiguration element. |
String |
toString()
Returns a string representation of this object.
|
VoiceEnhancementSinkConfiguration |
withDisabled(Boolean disabled)
Disables the
VoiceEnhancementSinkConfiguration element. |
public void setDisabled(Boolean disabled)
Disables the VoiceEnhancementSinkConfiguration
element.
disabled
- Disables the VoiceEnhancementSinkConfiguration
element.public Boolean getDisabled()
Disables the VoiceEnhancementSinkConfiguration
element.
VoiceEnhancementSinkConfiguration
element.public VoiceEnhancementSinkConfiguration withDisabled(Boolean disabled)
Disables the VoiceEnhancementSinkConfiguration
element.
disabled
- Disables the VoiceEnhancementSinkConfiguration
element.public Boolean isDisabled()
Disables the VoiceEnhancementSinkConfiguration
element.
VoiceEnhancementSinkConfiguration
element.public String toString()
toString
in class Object
Object.toString()
public VoiceEnhancementSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.