/** * 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 namespace Aws { namespace Chime { namespace Model { /** */ class AWS_CHIME_API CreateMeetingRequest : public ChimeRequest { public: CreateMeetingRequest(); // 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 "CreateMeeting"; } 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 CreateMeetingRequest& WithClientRequestToken(const Aws::String& value) { SetClientRequestToken(value); return *this;} /** *

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

*/ inline CreateMeetingRequest& 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 CreateMeetingRequest& WithClientRequestToken(const char* value) { SetClientRequestToken(value); return *this;} /** *

The external meeting ID.

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

The external meeting ID.

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

The external meeting ID.

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

The external meeting ID.

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

The external meeting ID.

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

The external meeting ID.

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

The external meeting ID.

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

The external meeting ID.

*/ inline CreateMeetingRequest& WithExternalMeetingId(const char* value) { SetExternalMeetingId(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 CreateMeetingRequest& WithMeetingHostId(const Aws::String& value) { SetMeetingHostId(value); return *this;} /** *

Reserved.

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

Reserved.

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

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.

*/ inline const Aws::String& GetMediaRegion() const{ return m_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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

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.

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

The tag key-value pairs.

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

The tag key-value pairs.

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

The tag key-value pairs.

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

The tag key-value pairs.

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

The tag key-value pairs.

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

The tag key-value pairs.

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

The tag key-value pairs.

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

The tag key-value pairs.

*/ inline CreateMeetingRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } /** *

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

*/ inline const MeetingNotificationConfiguration& 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 MeetingNotificationConfiguration& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = value; } /** *

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

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

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

*/ inline CreateMeetingRequest& WithNotificationsConfiguration(const MeetingNotificationConfiguration& value) { SetNotificationsConfiguration(value); return *this;} /** *

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

*/ inline CreateMeetingRequest& WithNotificationsConfiguration(MeetingNotificationConfiguration&& value) { SetNotificationsConfiguration(std::move(value)); return *this;} private: Aws::String m_clientRequestToken; bool m_clientRequestTokenHasBeenSet; Aws::String m_externalMeetingId; bool m_externalMeetingIdHasBeenSet; Aws::String m_meetingHostId; bool m_meetingHostIdHasBeenSet; Aws::String m_mediaRegion; bool m_mediaRegionHasBeenSet; Aws::Vector m_tags; bool m_tagsHasBeenSet; MeetingNotificationConfiguration m_notificationsConfiguration; bool m_notificationsConfigurationHasBeenSet; }; } // namespace Model } // namespace Chime } // namespace Aws