@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeetingFeaturesConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration settings of the features available to a meeting.
Constructor and Description |
---|
MeetingFeaturesConfiguration() |
Modifier and Type | Method and Description |
---|---|
MeetingFeaturesConfiguration |
clone() |
boolean |
equals(Object obj) |
AudioFeatures |
getAudio()
The configuration settings for the audio features available to a meeting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
|
String |
toString()
Returns a string representation of this object.
|
MeetingFeaturesConfiguration |
withAudio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
|
public void setAudio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
audio
- The configuration settings for the audio features available to a meeting.public AudioFeatures getAudio()
The configuration settings for the audio features available to a meeting.
public MeetingFeaturesConfiguration withAudio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
audio
- The configuration settings for the audio features available to a meeting.public String toString()
toString
in class Object
Object.toString()
public MeetingFeaturesConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.