@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) |
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 ObjectObject.toString()public MeetingFeaturesConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.