@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioFeatures extends Object implements Serializable, Cloneable, StructuredPojo
An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.
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.MeetingFeatureStatus
public String getEchoReduction()
Makes echo reduction available to clients who connect to the meeting.
MeetingFeatureStatus
public 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.MeetingFeatureStatus
public 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.MeetingFeatureStatus
public String toString()
toString
in class Object
Object.toString()
public AudioFeatures clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.