@Generated(value="software.amazon.awssdk:codegen") public final class CreateMeetingWithAttendeesRequest extends ChimeRequest implements ToCopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMeetingWithAttendeesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<CreateAttendeeRequestItem> |
attendees()
The request containing the attendees to create.
|
static CreateMeetingWithAttendeesRequest.Builder |
builder() |
String |
clientRequestToken()
The unique identifier for the client request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalMeetingId()
The external meeting ID.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttendees()
Returns true if the Attendees property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
mediaRegion()
The Region in which to create the meeting.
|
String |
meetingHostId()
Reserved.
|
MeetingNotificationConfiguration |
notificationsConfiguration()
Returns the value of the NotificationsConfiguration property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMeetingWithAttendeesRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tag key-value pairs.
|
CreateMeetingWithAttendeesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientRequestToken()
The unique identifier for the client request. Use a different token for different meetings.
public final String externalMeetingId()
The external meeting ID.
public final String meetingHostId()
Reserved.
public final String mediaRegion()
The Region in which to create the meeting. Default: us-east-1 .
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 .
us-east-1 .
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 final boolean hasTags()
public final List<Tag> tags()
The tag key-value pairs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final MeetingNotificationConfiguration notificationsConfiguration()
public final boolean hasAttendees()
public final List<CreateAttendeeRequestItem> attendees()
The request containing the attendees to create.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttendees() to see if a value was sent in this field.
public CreateMeetingWithAttendeesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>toBuilder in class ChimeRequestpublic static CreateMeetingWithAttendeesRequest.Builder builder()
public static Class<? extends CreateMeetingWithAttendeesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.