@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) |
String |
getExternalMeetingId()
The external meeting ID.
|
MediaPlacement |
getMediaPlacement()
The media placement for the meeting.
|
String |
getMediaRegion()
The Region in which you create the meeting.
|
String |
getMeetingId()
The Amazon Chime SDK meeting ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExternalMeetingId(String externalMeetingId)
The external meeting ID.
|
void |
setMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
void |
setMediaRegion(String mediaRegion)
The Region in which you create the meeting.
|
void |
setMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
String |
toString()
Returns a string representation of this object.
|
Meeting |
withExternalMeetingId(String externalMeetingId)
The external meeting ID.
|
Meeting |
withMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
Meeting |
withMediaRegion(String mediaRegion)
The Region in which you 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 setExternalMeetingId(String externalMeetingId)
The external meeting ID.
externalMeetingId - The external meeting ID.public String getExternalMeetingId()
The external meeting ID.
public Meeting withExternalMeetingId(String externalMeetingId)
The external meeting ID.
externalMeetingId - The external 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 you create the meeting. Available values: af-south-1 ,
ap-northeast-1 , ap-northeast-2 , ap-south-1 , ap-southeast-1
, ap-southeast-2 , ca-central-1 , eu-central-1 , eu-north-1 ,
eu-south-1 , eu-west-1 , eu-west-2 , eu-west-3 ,
sa-east-1 , us-east-1 , us-east-2 , us-west-1 ,
us-west-2 .
mediaRegion - The Region in which you create the meeting. Available values: af-south-1 ,
ap-northeast-1 , ap-northeast-2 , ap-south-1 ,
ap-southeast-1 , ap-southeast-2 , ca-central-1 ,
eu-central-1 , eu-north-1 , eu-south-1 , eu-west-1 ,
eu-west-2 , eu-west-3 , sa-east-1 , us-east-1 ,
us-east-2 , us-west-1 , us-west-2 .public String getMediaRegion()
The Region in which you create the meeting. Available values: af-south-1 ,
ap-northeast-1 , ap-northeast-2 , ap-south-1 , ap-southeast-1
, ap-southeast-2 , ca-central-1 , eu-central-1 , eu-north-1 ,
eu-south-1 , eu-west-1 , eu-west-2 , eu-west-3 ,
sa-east-1 , us-east-1 , us-east-2 , us-west-1 ,
us-west-2 .
af-south-1 ,
ap-northeast-1 , ap-northeast-2 , ap-south-1 ,
ap-southeast-1 , ap-southeast-2 , ca-central-1 ,
eu-central-1 , eu-north-1 , eu-south-1 , eu-west-1 ,
eu-west-2 , eu-west-3 , sa-east-1 , us-east-1 ,
us-east-2 , us-west-1 , us-west-2 .public Meeting withMediaRegion(String mediaRegion)
The Region in which you create the meeting. Available values: af-south-1 ,
ap-northeast-1 , ap-northeast-2 , ap-south-1 , ap-southeast-1
, ap-southeast-2 , ca-central-1 , eu-central-1 , eu-north-1 ,
eu-south-1 , eu-west-1 , eu-west-2 , eu-west-3 ,
sa-east-1 , us-east-1 , us-east-2 , us-west-1 ,
us-west-2 .
mediaRegion - The Region in which you create the meeting. Available values: af-south-1 ,
ap-northeast-1 , ap-northeast-2 , ap-south-1 ,
ap-southeast-1 , ap-southeast-2 , ca-central-1 ,
eu-central-1 , eu-north-1 , eu-south-1 , eu-west-1 ,
eu-west-2 , eu-west-3 , sa-east-1 , us-east-1 ,
us-east-2 , us-west-1 , us-west-2 .public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.