This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-chime/include/aws/chime/model/CreateMeetingRequest.h

376 lines
15 KiB
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/chime/Chime_EXPORTS.h>
#include <aws/chime/ChimeRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/chime/model/MeetingNotificationConfiguration.h>
#include <aws/chime/model/Tag.h>
#include <utility>
#include <aws/core/utils/UUID.h>
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;
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline const Aws::String& GetClientRequestToken() const{ return m_clientRequestToken; }
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline bool ClientRequestTokenHasBeenSet() const { return m_clientRequestTokenHasBeenSet; }
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline void SetClientRequestToken(const Aws::String& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = value; }
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline void SetClientRequestToken(Aws::String&& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = std::move(value); }
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline void SetClientRequestToken(const char* value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken.assign(value); }
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline CreateMeetingRequest& WithClientRequestToken(const Aws::String& value) { SetClientRequestToken(value); return *this;}
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline CreateMeetingRequest& WithClientRequestToken(Aws::String&& value) { SetClientRequestToken(std::move(value)); return *this;}
/**
* <p>The unique identifier for the client request. Use a different token for
* different meetings.</p>
*/
inline CreateMeetingRequest& WithClientRequestToken(const char* value) { SetClientRequestToken(value); return *this;}
/**
* <p>The external meeting ID.</p>
*/
inline const Aws::String& GetExternalMeetingId() const{ return m_externalMeetingId; }
/**
* <p>The external meeting ID.</p>
*/
inline bool ExternalMeetingIdHasBeenSet() const { return m_externalMeetingIdHasBeenSet; }
/**
* <p>The external meeting ID.</p>
*/
inline void SetExternalMeetingId(const Aws::String& value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId = value; }
/**
* <p>The external meeting ID.</p>
*/
inline void SetExternalMeetingId(Aws::String&& value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId = std::move(value); }
/**
* <p>The external meeting ID.</p>
*/
inline void SetExternalMeetingId(const char* value) { m_externalMeetingIdHasBeenSet = true; m_externalMeetingId.assign(value); }
/**
* <p>The external meeting ID.</p>
*/
inline CreateMeetingRequest& WithExternalMeetingId(const Aws::String& value) { SetExternalMeetingId(value); return *this;}
/**
* <p>The external meeting ID.</p>
*/
inline CreateMeetingRequest& WithExternalMeetingId(Aws::String&& value) { SetExternalMeetingId(std::move(value)); return *this;}
/**
* <p>The external meeting ID.</p>
*/
inline CreateMeetingRequest& WithExternalMeetingId(const char* value) { SetExternalMeetingId(value); return *this;}
/**
* <p>Reserved.</p>
*/
inline const Aws::String& GetMeetingHostId() const{ return m_meetingHostId; }
/**
* <p>Reserved.</p>
*/
inline bool MeetingHostIdHasBeenSet() const { return m_meetingHostIdHasBeenSet; }
/**
* <p>Reserved.</p>
*/
inline void SetMeetingHostId(const Aws::String& value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId = value; }
/**
* <p>Reserved.</p>
*/
inline void SetMeetingHostId(Aws::String&& value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId = std::move(value); }
/**
* <p>Reserved.</p>
*/
inline void SetMeetingHostId(const char* value) { m_meetingHostIdHasBeenSet = true; m_meetingHostId.assign(value); }
/**
* <p>Reserved.</p>
*/
inline CreateMeetingRequest& WithMeetingHostId(const Aws::String& value) { SetMeetingHostId(value); return *this;}
/**
* <p>Reserved.</p>
*/
inline CreateMeetingRequest& WithMeetingHostId(Aws::String&& value) { SetMeetingHostId(std::move(value)); return *this;}
/**
* <p>Reserved.</p>
*/
inline CreateMeetingRequest& WithMeetingHostId(const char* value) { SetMeetingHostId(value); return *this;}
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline const Aws::String& GetMediaRegion() const{ return m_mediaRegion; }
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline bool MediaRegionHasBeenSet() const { return m_mediaRegionHasBeenSet; }
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline void SetMediaRegion(const Aws::String& value) { m_mediaRegionHasBeenSet = true; m_mediaRegion = value; }
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline void SetMediaRegion(Aws::String&& value) { m_mediaRegionHasBeenSet = true; m_mediaRegion = std::move(value); }
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline void SetMediaRegion(const char* value) { m_mediaRegionHasBeenSet = true; m_mediaRegion.assign(value); }
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline CreateMeetingRequest& WithMediaRegion(const Aws::String& value) { SetMediaRegion(value); return *this;}
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline CreateMeetingRequest& WithMediaRegion(Aws::String&& value) { SetMediaRegion(std::move(value)); return *this;}
/**
* <p>The Region in which to create the meeting. Default:
* <code>us-east-1</code>.</p> <p>Available values: <code>af-south-1</code>,
* <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
* <code>ap-south-1</code>, <code>ap-southeast-1</code>,
* <code>ap-southeast-2</code>, <code>ca-central-1</code>,
* <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
*/
inline CreateMeetingRequest& WithMediaRegion(const char* value) { SetMediaRegion(value); return *this;}
/**
* <p>The tag key-value pairs.</p>
*/
inline const Aws::Vector<Tag>& GetTags() const{ return m_tags; }
/**
* <p>The tag key-value pairs.</p>
*/
inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }
/**
* <p>The tag key-value pairs.</p>
*/
inline void SetTags(const Aws::Vector<Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; }
/**
* <p>The tag key-value pairs.</p>
*/
inline void SetTags(Aws::Vector<Tag>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); }
/**
* <p>The tag key-value pairs.</p>
*/
inline CreateMeetingRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;}
/**
* <p>The tag key-value pairs.</p>
*/
inline CreateMeetingRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *this;}
/**
* <p>The tag key-value pairs.</p>
*/
inline CreateMeetingRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; }
/**
* <p>The tag key-value pairs.</p>
*/
inline CreateMeetingRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; }
/**
* <p>The configuration for resource targets to receive notifications when meeting
* and attendee events occur.</p>
*/
inline const MeetingNotificationConfiguration& GetNotificationsConfiguration() const{ return m_notificationsConfiguration; }
/**
* <p>The configuration for resource targets to receive notifications when meeting
* and attendee events occur.</p>
*/
inline bool NotificationsConfigurationHasBeenSet() const { return m_notificationsConfigurationHasBeenSet; }
/**
* <p>The configuration for resource targets to receive notifications when meeting
* and attendee events occur.</p>
*/
inline void SetNotificationsConfiguration(const MeetingNotificationConfiguration& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = value; }
/**
* <p>The configuration for resource targets to receive notifications when meeting
* and attendee events occur.</p>
*/
inline void SetNotificationsConfiguration(MeetingNotificationConfiguration&& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = std::move(value); }
/**
* <p>The configuration for resource targets to receive notifications when meeting
* and attendee events occur.</p>
*/
inline CreateMeetingRequest& WithNotificationsConfiguration(const MeetingNotificationConfiguration& value) { SetNotificationsConfiguration(value); return *this;}
/**
* <p>The configuration for resource targets to receive notifications when meeting
* and attendee events occur.</p>
*/
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<Tag> m_tags;
bool m_tagsHasBeenSet;
MeetingNotificationConfiguration m_notificationsConfiguration;
bool m_notificationsConfigurationHasBeenSet;
};
} // namespace Model
} // namespace Chime
} // namespace Aws