@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 Region in which to create the 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 Region in which to create the 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 Region in which to create the meeting.
|
Meeting |
withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
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 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 setMediaRegion(String mediaRegion)
The Region in which to create the meeting. Available values: us-east-1
, us-west-2
.
mediaRegion
- The Region in which to create the meeting. Available values: us-east-1
,
us-west-2
.public String getMediaRegion()
The Region in which to create the meeting. Available values: us-east-1
, us-west-2
.
us-east-1
,
us-west-2
.public Meeting withMediaRegion(String mediaRegion)
The Region in which to create the meeting. Available values: us-east-1
, us-west-2
.
mediaRegion
- The Region in which to create the meeting. Available values: us-east-1
,
us-west-2
.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.