@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Meeting extends Object implements Serializable, Cloneable, StructuredPojo
A meeting created using the Amazon Chime SDK.
Constructor and Description |
---|
Meeting() |
Modifier and Type | Method and Description |
---|---|
Meeting |
clone() |
boolean |
equals(Object obj) |
MediaPlacement |
getMediaPlacement()
The media placement for the meeting.
|
String |
getMediaRegion()
The Amazon Web Services Region in which you create the meeting.
|
MeetingFeaturesConfiguration |
getMeetingFeatures()
The configuration settings of the features available to a meeting.
|
String |
getMeetingId()
The Amazon Chime SDK meeting ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
void |
setMediaRegion(String mediaRegion)
The Amazon Web Services Region in which you create the meeting.
|
void |
setMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The configuration settings of the features available to a meeting.
|
void |
setMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
String |
toString()
Returns a string representation of this object.
|
Meeting |
withMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
Meeting |
withMediaRegion(String mediaRegion)
The Amazon Web Services Region in which you create the meeting.
|
Meeting |
withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The configuration settings of the features available to a meeting.
|
Meeting |
withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
public void setMediaRegion(String mediaRegion)
The Amazon Web Services Region in which you create the meeting.
mediaRegion
- The Amazon Web Services Region in which you create the meeting.public String getMediaRegion()
The Amazon Web Services Region in which you create the meeting.
public Meeting withMediaRegion(String mediaRegion)
The Amazon Web Services Region in which you create the meeting.
mediaRegion
- The Amazon Web Services Region in which you create the meeting.public void setMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
mediaPlacement
- The media placement for the meeting.public MediaPlacement getMediaPlacement()
The media placement for the meeting.
public Meeting withMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
mediaPlacement
- The media placement for the meeting.public void setMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The configuration settings of the features available to a meeting.
meetingFeatures
- The configuration settings of the features available to a meeting.public MeetingFeaturesConfiguration getMeetingFeatures()
The configuration settings of the features available to a meeting.
public Meeting withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The configuration settings of the features available to a meeting.
meetingFeatures
- The configuration settings of the features available to a meeting.public void setMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
meetingId
- The Amazon Chime SDK meeting ID.public String getMeetingId()
The Amazon Chime SDK meeting ID.
public Meeting withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
meetingId
- The Amazon Chime SDK meeting ID.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.