@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioFeatures extends Object implements Serializable, Cloneable, StructuredPojo
Has audio-specific configurations as the operating parameter for Echo Reduction.
| Constructor and Description |
|---|
AudioFeatures() |
| Modifier and Type | Method and Description |
|---|---|
AudioFeatures |
clone() |
boolean |
equals(Object obj) |
String |
getEchoReduction()
Makes echo reduction available to clients who connect to the meeting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEchoReduction(String echoReduction)
Makes echo reduction available to clients who connect to the meeting.
|
String |
toString()
Returns a string representation of this object.
|
AudioFeatures |
withEchoReduction(MeetingFeatureStatus echoReduction)
Makes echo reduction available to clients who connect to the meeting.
|
AudioFeatures |
withEchoReduction(String echoReduction)
Makes echo reduction available to clients who connect to the meeting.
|
public void setEchoReduction(String echoReduction)
Makes echo reduction available to clients who connect to the meeting.
echoReduction - Makes echo reduction available to clients who connect to the meeting.MeetingFeatureStatuspublic String getEchoReduction()
Makes echo reduction available to clients who connect to the meeting.
MeetingFeatureStatuspublic AudioFeatures withEchoReduction(String echoReduction)
Makes echo reduction available to clients who connect to the meeting.
echoReduction - Makes echo reduction available to clients who connect to the meeting.MeetingFeatureStatuspublic AudioFeatures withEchoReduction(MeetingFeatureStatus echoReduction)
Makes echo reduction available to clients who connect to the meeting.
echoReduction - Makes echo reduction available to clients who connect to the meeting.MeetingFeatureStatuspublic String toString()
toString in class ObjectObject.toString()public AudioFeatures clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.