403 lines
16 KiB
C++
403 lines
16 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 <aws/chime/model/CreateAttendeeRequestItem.h>
|
|
#include <utility>
|
|
#include <aws/core/utils/UUID.h>
|
|
|
|
namespace Aws
|
|
{
|
|
namespace Chime
|
|
{
|
|
namespace Model
|
|
{
|
|
|
|
/**
|
|
*/
|
|
class AWS_CHIME_API CreateMeetingWithAttendeesRequest : public ChimeRequest
|
|
{
|
|
public:
|
|
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::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 CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& WithExternalMeetingId(const Aws::String& value) { SetExternalMeetingId(value); return *this;}
|
|
|
|
/**
|
|
* <p>The external meeting ID.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& WithExternalMeetingId(Aws::String&& value) { SetExternalMeetingId(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The external meeting ID.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& WithMeetingHostId(const Aws::String& value) { SetMeetingHostId(value); return *this;}
|
|
|
|
/**
|
|
* <p>Reserved.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& WithMeetingHostId(Aws::String&& value) { SetMeetingHostId(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>Reserved.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& 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 CreateMeetingWithAttendeesRequest& WithTags(const Aws::Vector<Tag>& value) { SetTags(value); return *this;}
|
|
|
|
/**
|
|
* <p>The tag key-value pairs.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& WithTags(Aws::Vector<Tag>&& value) { SetTags(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The tag key-value pairs.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; }
|
|
|
|
/**
|
|
* <p>The tag key-value pairs.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; }
|
|
|
|
|
|
|
|
inline const MeetingNotificationConfiguration& GetNotificationsConfiguration() const{ return m_notificationsConfiguration; }
|
|
|
|
|
|
inline bool NotificationsConfigurationHasBeenSet() const { return m_notificationsConfigurationHasBeenSet; }
|
|
|
|
|
|
inline void SetNotificationsConfiguration(const MeetingNotificationConfiguration& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = value; }
|
|
|
|
|
|
inline void SetNotificationsConfiguration(MeetingNotificationConfiguration&& value) { m_notificationsConfigurationHasBeenSet = true; m_notificationsConfiguration = std::move(value); }
|
|
|
|
|
|
inline CreateMeetingWithAttendeesRequest& WithNotificationsConfiguration(const MeetingNotificationConfiguration& value) { SetNotificationsConfiguration(value); return *this;}
|
|
|
|
|
|
inline CreateMeetingWithAttendeesRequest& WithNotificationsConfiguration(MeetingNotificationConfiguration&& value) { SetNotificationsConfiguration(std::move(value)); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline const Aws::Vector<CreateAttendeeRequestItem>& GetAttendees() const{ return m_attendees; }
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline bool AttendeesHasBeenSet() const { return m_attendeesHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline void SetAttendees(const Aws::Vector<CreateAttendeeRequestItem>& value) { m_attendeesHasBeenSet = true; m_attendees = value; }
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline void SetAttendees(Aws::Vector<CreateAttendeeRequestItem>&& value) { m_attendeesHasBeenSet = true; m_attendees = std::move(value); }
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& WithAttendees(const Aws::Vector<CreateAttendeeRequestItem>& value) { SetAttendees(value); return *this;}
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& WithAttendees(Aws::Vector<CreateAttendeeRequestItem>&& value) { SetAttendees(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& AddAttendees(const CreateAttendeeRequestItem& value) { m_attendeesHasBeenSet = true; m_attendees.push_back(value); return *this; }
|
|
|
|
/**
|
|
* <p>The request containing the attendees to create.</p>
|
|
*/
|
|
inline CreateMeetingWithAttendeesRequest& AddAttendees(CreateAttendeeRequestItem&& value) { m_attendeesHasBeenSet = true; m_attendees.push_back(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;
|
|
|
|
Aws::Vector<CreateAttendeeRequestItem> m_attendees;
|
|
bool m_attendeesHasBeenSet;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace Chime
|
|
} // namespace Aws
|