@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) |
AttendeeFeatures |
getAttendee()
The configuration settings for the attendee features available to a meeting.
|
AudioFeatures |
getAudio()
The configuration settings for the audio features available to a meeting.
|
ContentFeatures |
getContent()
The configuration settings for the content features available to a meeting.
|
VideoFeatures |
getVideo()
The configuration settings for the video features available to a meeting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttendee(AttendeeFeatures attendee)
The configuration settings for the attendee features available to a meeting.
|
void |
setAudio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
|
void |
setContent(ContentFeatures content)
The configuration settings for the content features available to a meeting.
|
void |
setVideo(VideoFeatures video)
The configuration settings for the video features available to a meeting.
|
String |
toString()
Returns a string representation of this object.
|
MeetingFeaturesConfiguration |
withAttendee(AttendeeFeatures attendee)
The configuration settings for the attendee features available to a meeting.
|
MeetingFeaturesConfiguration |
withAudio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
|
MeetingFeaturesConfiguration |
withContent(ContentFeatures content)
The configuration settings for the content features available to a meeting.
|
MeetingFeaturesConfiguration |
withVideo(VideoFeatures video)
The configuration settings for the video 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 void setVideo(VideoFeatures video)
The configuration settings for the video features available to a meeting.
video
- The configuration settings for the video features available to a meeting.public VideoFeatures getVideo()
The configuration settings for the video features available to a meeting.
public MeetingFeaturesConfiguration withVideo(VideoFeatures video)
The configuration settings for the video features available to a meeting.
video
- The configuration settings for the video features available to a meeting.public void setContent(ContentFeatures content)
The configuration settings for the content features available to a meeting.
content
- The configuration settings for the content features available to a meeting.public ContentFeatures getContent()
The configuration settings for the content features available to a meeting.
public MeetingFeaturesConfiguration withContent(ContentFeatures content)
The configuration settings for the content features available to a meeting.
content
- The configuration settings for the content features available to a meeting.public void setAttendee(AttendeeFeatures attendee)
The configuration settings for the attendee features available to a meeting.
attendee
- The configuration settings for the attendee features available to a meeting.public AttendeeFeatures getAttendee()
The configuration settings for the attendee features available to a meeting.
public MeetingFeaturesConfiguration withAttendee(AttendeeFeatures attendee)
The configuration settings for the attendee features available to a meeting.
attendee
- The configuration settings for the attendee 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.