@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMeetingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateMeetingRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMeetingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The unique identifier for the client request.
|
String |
getMediaRegion()
The Region in which to create the meeting.
|
String |
getMeetingHostId()
Reserved.
|
MeetingNotificationConfiguration |
getNotificationsConfiguration()
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
void |
setMediaRegion(String mediaRegion)
The Region in which to create the meeting.
|
void |
setMeetingHostId(String meetingHostId)
Reserved.
|
void |
setNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
String |
toString()
Returns a string representation of this object.
|
CreateMeetingRequest |
withClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
CreateMeetingRequest |
withMediaRegion(String mediaRegion)
The Region in which to create the meeting.
|
CreateMeetingRequest |
withMeetingHostId(String meetingHostId)
Reserved.
|
CreateMeetingRequest |
withNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different meetings.
clientRequestToken
- The unique identifier for the client request. Use a different token for different meetings.public String getClientRequestToken()
The unique identifier for the client request. Use a different token for different meetings.
public CreateMeetingRequest withClientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different meetings.
clientRequestToken
- The unique identifier for the client request. Use a different token for different meetings.public void setMeetingHostId(String meetingHostId)
Reserved.
meetingHostId
- Reserved.public String getMeetingHostId()
Reserved.
public CreateMeetingRequest withMeetingHostId(String meetingHostId)
Reserved.
meetingHostId
- Reserved.public void setMediaRegion(String mediaRegion)
The Region in which to create the meeting. Available values: ap-northeast-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
, eu-central-1
,
eu-north-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 to create the meeting. Available values: ap-northeast-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
,
eu-central-1
, eu-north-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 to create the meeting. Available values: ap-northeast-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
, eu-central-1
,
eu-north-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
.
ap-northeast-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
,
eu-central-1
, eu-north-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 CreateMeetingRequest withMediaRegion(String mediaRegion)
The Region in which to create the meeting. Available values: ap-northeast-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
, eu-central-1
,
eu-north-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 to create the meeting. Available values: ap-northeast-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
,
eu-central-1
, eu-north-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 void setNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
notificationsConfiguration
- The configuration for resource targets to receive notifications when meeting and attendee events occur.public MeetingNotificationConfiguration getNotificationsConfiguration()
The configuration for resource targets to receive notifications when meeting and attendee events occur.
public CreateMeetingRequest withNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
notificationsConfiguration
- The configuration for resource targets to receive notifications when meeting and attendee events occur.public String toString()
toString
in class Object
Object.toString()
public CreateMeetingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.