/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include #include namespace Aws { namespace ChimeSDKMeetings { namespace Model { /** */ class CreateMeetingWithAttendeesRequest : public ChimeSDKMeetingsRequest { public: AWS_CHIMESDKMEETINGS_API CreateMeetingWithAttendeesRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "CreateMeetingWithAttendees"; } AWS_CHIMESDKMEETINGS_API Aws::String SerializePayload() const override; /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline const Aws::String& GetClientRequestToken() const{ return m_clientRequestToken; } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline bool ClientRequestTokenHasBeenSet() const { return m_clientRequestTokenHasBeenSet; } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline void SetClientRequestToken(const Aws::String& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = value; } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline void SetClientRequestToken(Aws::String&& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = std::move(value); } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline void SetClientRequestToken(const char* value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken.assign(value); } /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline CreateMeetingWithAttendeesRequest& WithClientRequestToken(const Aws::String& value) { SetClientRequestToken(value); return *this;} /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline CreateMeetingWithAttendeesRequest& WithClientRequestToken(Aws::String&& value) { SetClientRequestToken(std::move(value)); return *this;} /** *

The unique identifier for the client request. Use a different token for * different meetings.

*/ inline CreateMeetingWithAttendeesRequest& WithClientRequestToken(const char* value) { SetClientRequestToken(value); return *this;} /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline const Aws::String& GetMediaRegion() const{ return m_mediaRegion; } /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline bool MediaRegionHasBeenSet() const { return m_mediaRegionHasBeenSet; } /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline void SetMediaRegion(const Aws::String& value) { m_mediaRegionHasBeenSet = true; m_mediaRegion = value; } /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline void SetMediaRegion(Aws::String&& value) { m_mediaRegionHasBeenSet = true; m_mediaRegion = std::move(value); } /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline void SetMediaRegion(const char* value) { m_mediaRegionHasBeenSet = true; m_mediaRegion.assign(value); } /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline CreateMeetingWithAttendeesRequest& WithMediaRegion(const Aws::String& value) { SetMediaRegion(value); return *this;} /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline CreateMeetingWithAttendeesRequest& WithMediaRegion(Aws::String&& value) { SetMediaRegion(std::move(value)); return *this;} /** *

The Region in which to 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.

*

Available values in AWS GovCloud (US) Regions: us-gov-east-1, * us-gov-west-1.

*/ inline CreateMeetingWithAttendeesRequest& WithMediaRegion(const char* value) { SetMediaRegion(value); return *this;} /** *

Reserved.

*/ inline const Aws::String& GetMeetingHostId() const{ return m_meetingHostId; } /** *

Reserved.

*/ inline bool MeetingHostIdHasBeenSet() const { return m_meetingHostIdHasBeenSet; } /** *

Reserved.

*/ inline void SetMeetingHostId(const Aws::String& value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId = value; } /** *

Reserved.

*/ inline void SetMeetingHostId(Aws::String&& value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId = std::move(value); } /** *

Reserved.

*/ inline void SetMeetingHostId(const char* value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId.assign(value); } /** *

Reserved.

*/ inline CreateMeetingWithAttendeesRequest& WithMeetingHostId(const Aws::String& value) { SetMeetingHostId(value); return *this;} /** *

Reserved.

*/ inline CreateMeetingWithAttendeesRequest& WithMeetingHostId(Aws::String&& value) { SetMeetingHostId(std::move(value)); return *this;} /** *

Reserved.

*/ inline CreateMeetingWithAttendeesRequest& WithMeetingHostId(const char* value) { SetMeetingHostId(value); return *this;} /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline const Aws::String& GetExternalMeetingId() const{ return m_externalMeetingId; } /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline bool ExternalMeetingIdHasBeenSet() const { return m_externalMeetingIdHasBeenSet; } /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline void SetExternalMeetingId(const Aws::String& value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId = value; } /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline void SetExternalMeetingId(Aws::String&& value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId = std::move(value); } /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline void SetExternalMeetingId(const char* value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId.assign(value); } /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline CreateMeetingWithAttendeesRequest& WithExternalMeetingId(const Aws::String& value) { SetExternalMeetingId(value); return *this;} /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline CreateMeetingWithAttendeesRequest& WithExternalMeetingId(Aws::String&& value) { SetExternalMeetingId(std::move(value)); return *this;} /** *

The external meeting ID.

Pattern: * [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that * begin with aws: are reserved. You can't configure a value that uses * this prefix. Case insensitive.

*/ inline CreateMeetingWithAttendeesRequest& WithExternalMeetingId(const char* value) { SetExternalMeetingId(value); return *this;} /** *

Lists the audio and video features enabled for a meeting, such as echo * reduction.

*/ inline const MeetingFeaturesConfiguration& GetMeetingFeatures() const{ return m_meetingFeatures; } /** *

Lists the audio and video features enabled for a meeting, such as echo * reduction.

*/ inline bool MeetingFeaturesHasBeenSet() const { return m_meetingFeaturesHasBeenSet; } /** *

Lists the audio and video features enabled for a meeting, such as echo * reduction.

*/ inline void SetMeetingFeatures(const MeetingFeaturesConfiguration& value) { m_meetingFeaturesHasBeenSet = true; m_meetingFeatures = value; } /** *

Lists the audio and video features enabled for a meeting, such as echo * reduction.

*/ inline void SetMeetingFeatures(MeetingFeaturesConfiguration&& value) { m_meetingFeaturesHasBeenSet = true; m_meetingFeatures = std::move(value); } /** *

Lists the audio and video features enabled for a meeting, such as echo * reduction.

*/ inline CreateMeetingWithAttendeesRequest& WithMeetingFeatures(const MeetingFeaturesConfiguration& value) { SetMeetingFeatures(value); return *this;} /** *

Lists the audio and video features enabled for a meeting, such as echo * reduction.

*/ inline CreateMeetingWithAttendeesRequest& WithMeetingFeatures(MeetingFeaturesConfiguration&& value) { SetMeetingFeatures(std::move(value)); return *this;} /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline const NotificationsConfiguration& GetNotificationsConfiguration() const{ return m_notificationsConfiguration; } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline bool NotificationsConfigurationHasBeenSet() const { return m_notificationsConfigurationHasBeenSet; } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline void SetNotificationsConfiguration(const NotificationsConfiguration& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = value; } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline void SetNotificationsConfiguration(NotificationsConfiguration&& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = std::move(value); } /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline CreateMeetingWithAttendeesRequest& WithNotificationsConfiguration(const NotificationsConfiguration& value) { SetNotificationsConfiguration(value); return *this;} /** *

The configuration for resource targets to receive notifications when meeting * and attendee events occur.

*/ inline CreateMeetingWithAttendeesRequest& WithNotificationsConfiguration(NotificationsConfiguration&& value) { SetNotificationsConfiguration(std::move(value)); return *this;} /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline const Aws::Vector& GetAttendees() const{ return m_attendees; } /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline bool AttendeesHasBeenSet() const { return m_attendeesHasBeenSet; } /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline void SetAttendees(const Aws::Vector& value) { m_attendeesHasBeenSet = true; m_attendees = value; } /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline void SetAttendees(Aws::Vector&& value) { m_attendeesHasBeenSet = true; m_attendees = std::move(value); } /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline CreateMeetingWithAttendeesRequest& WithAttendees(const Aws::Vector& value) { SetAttendees(value); return *this;} /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline CreateMeetingWithAttendeesRequest& WithAttendees(Aws::Vector&& value) { SetAttendees(std::move(value)); return *this;} /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline CreateMeetingWithAttendeesRequest& AddAttendees(const CreateAttendeeRequestItem& value) { m_attendeesHasBeenSet = true; m_attendees.push_back(value); return *this; } /** *

The attendee information, including attendees' IDs and join tokens.

*/ inline CreateMeetingWithAttendeesRequest& AddAttendees(CreateAttendeeRequestItem&& value) { m_attendeesHasBeenSet = true; m_attendees.push_back(std::move(value)); return *this; } /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline const Aws::String& GetPrimaryMeetingId() const{ return m_primaryMeetingId; } /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline bool PrimaryMeetingIdHasBeenSet() const { return m_primaryMeetingIdHasBeenSet; } /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline void SetPrimaryMeetingId(const Aws::String& value) { m_primaryMeetingIdHasBeenSet = true; m_primaryMeetingId = value; } /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline void SetPrimaryMeetingId(Aws::String&& value) { m_primaryMeetingIdHasBeenSet = true; m_primaryMeetingId = std::move(value); } /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline void SetPrimaryMeetingId(const char* value) { m_primaryMeetingIdHasBeenSet = true; m_primaryMeetingId.assign(value); } /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline CreateMeetingWithAttendeesRequest& WithPrimaryMeetingId(const Aws::String& value) { SetPrimaryMeetingId(value); return *this;} /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline CreateMeetingWithAttendeesRequest& WithPrimaryMeetingId(Aws::String&& value) { SetPrimaryMeetingId(std::move(value)); return *this;} /** *

When specified, replicates the media from the primary meeting to the new * meeting.

*/ inline CreateMeetingWithAttendeesRequest& WithPrimaryMeetingId(const char* value) { SetPrimaryMeetingId(value); return *this;} /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline const Aws::Vector& GetTenantIds() const{ return m_tenantIds; } /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline bool TenantIdsHasBeenSet() const { return m_tenantIdsHasBeenSet; } /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline void SetTenantIds(const Aws::Vector& value) { m_tenantIdsHasBeenSet = true; m_tenantIds = value; } /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline void SetTenantIds(Aws::Vector&& value) { m_tenantIdsHasBeenSet = true; m_tenantIds = std::move(value); } /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline CreateMeetingWithAttendeesRequest& WithTenantIds(const Aws::Vector& value) { SetTenantIds(value); return *this;} /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline CreateMeetingWithAttendeesRequest& WithTenantIds(Aws::Vector&& value) { SetTenantIds(std::move(value)); return *this;} /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline CreateMeetingWithAttendeesRequest& AddTenantIds(const Aws::String& value) { m_tenantIdsHasBeenSet = true; m_tenantIds.push_back(value); return *this; } /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline CreateMeetingWithAttendeesRequest& AddTenantIds(Aws::String&& value) { m_tenantIdsHasBeenSet = true; m_tenantIds.push_back(std::move(value)); return *this; } /** *

A consistent and opaque identifier, created and maintained by the builder to * represent a segment of their users.

*/ inline CreateMeetingWithAttendeesRequest& AddTenantIds(const char* value) { m_tenantIdsHasBeenSet = true; m_tenantIds.push_back(value); return *this; } /** *

The tags in the request.

*/ inline const Aws::Vector& GetTags() const{ return m_tags; } /** *

The tags in the request.

*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *

The tags in the request.

*/ inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } /** *

The tags in the request.

*/ inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } /** *

The tags in the request.

*/ inline CreateMeetingWithAttendeesRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} /** *

The tags in the request.

*/ inline CreateMeetingWithAttendeesRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} /** *

The tags in the request.

*/ inline CreateMeetingWithAttendeesRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *

The tags in the request.

*/ inline CreateMeetingWithAttendeesRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_clientRequestToken; bool m_clientRequestTokenHasBeenSet = false; Aws::String m_mediaRegion; bool m_mediaRegionHasBeenSet = false; Aws::String m_meetingHostId; bool m_meetingHostIdHasBeenSet = false; Aws::String m_externalMeetingId; bool m_externalMeetingIdHasBeenSet = false; MeetingFeaturesConfiguration m_meetingFeatures; bool m_meetingFeaturesHasBeenSet = false; NotificationsConfiguration m_notificationsConfiguration; bool m_notificationsConfigurationHasBeenSet = false; Aws::Vector m_attendees; bool m_attendeesHasBeenSet = false; Aws::String m_primaryMeetingId; bool m_primaryMeetingIdHasBeenSet = false; Aws::Vector m_tenantIds; bool m_tenantIdsHasBeenSet = false; Aws::Vector m_tags; bool m_tagsHasBeenSet = false; }; } // namespace Model } // namespace ChimeSDKMeetings } // namespace Aws