From c9d491d80dce6190d9dff8b7dc0be1d57a248a27 Mon Sep 17 00:00:00 2001
From: sbiscigl Alexa for Business has been retired and is no longer supported. Triggers an asynchronous flow to send text, SSML, or audio announcements to
- * rooms that are identified by a search or filter. See Also:
AWS
- * API Reference
An address book with attributes.
The ARN of the address book.
- */ - inline const Aws::String& GetAddressBookArn() const{ return m_addressBookArn; } - - /** - *The ARN of the address book.
- */ - inline bool AddressBookArnHasBeenSet() const { return m_addressBookArnHasBeenSet; } - - /** - *The ARN of the address book.
- */ - inline void SetAddressBookArn(const Aws::String& value) { m_addressBookArnHasBeenSet = true; m_addressBookArn = value; } - - /** - *The ARN of the address book.
- */ - inline void SetAddressBookArn(Aws::String&& value) { m_addressBookArnHasBeenSet = true; m_addressBookArn = std::move(value); } - - /** - *The ARN of the address book.
- */ - inline void SetAddressBookArn(const char* value) { m_addressBookArnHasBeenSet = true; m_addressBookArn.assign(value); } - - /** - *The ARN of the address book.
- */ - inline AddressBook& WithAddressBookArn(const Aws::String& value) { SetAddressBookArn(value); return *this;} - - /** - *The ARN of the address book.
- */ - inline AddressBook& WithAddressBookArn(Aws::String&& value) { SetAddressBookArn(std::move(value)); return *this;} - - /** - *The ARN of the address book.
- */ - inline AddressBook& WithAddressBookArn(const char* value) { SetAddressBookArn(value); return *this;} - - - /** - *The name of the address book.
- */ - inline const Aws::String& GetName() const{ return m_name; } - - /** - *The name of the address book.
- */ - inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } - - /** - *The name of the address book.
- */ - inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } - - /** - *The name of the address book.
- */ - inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } - - /** - *The name of the address book.
- */ - inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } - - /** - *The name of the address book.
- */ - inline AddressBook& WithName(const Aws::String& value) { SetName(value); return *this;} - - /** - *The name of the address book.
- */ - inline AddressBook& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} - - /** - *The name of the address book.
- */ - inline AddressBook& WithName(const char* value) { SetName(value); return *this;} - - - /** - *The description of the address book.
- */ - inline const Aws::String& GetDescription() const{ return m_description; } - - /** - *The description of the address book.
- */ - inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } - - /** - *The description of the address book.
- */ - inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } - - /** - *The description of the address book.
- */ - inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } - - /** - *The description of the address book.
- */ - inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } - - /** - *The description of the address book.
- */ - inline AddressBook& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} - - /** - *The description of the address book.
- */ - inline AddressBook& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} - - /** - *The description of the address book.
- */ - inline AddressBook& WithDescription(const char* value) { SetDescription(value); return *this;} - - private: - - Aws::String m_addressBookArn; - bool m_addressBookArnHasBeenSet = false; - - Aws::String m_name; - bool m_nameHasBeenSet = false; - - Aws::String m_description; - bool m_descriptionHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/AddressBookData.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/AddressBookData.h deleted file mode 100644 index 353fff4bde9..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/AddressBookData.h +++ /dev/null @@ -1,176 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeInformation related to an address book.
The ARN of the address book.
- */ - inline const Aws::String& GetAddressBookArn() const{ return m_addressBookArn; } - - /** - *The ARN of the address book.
- */ - inline bool AddressBookArnHasBeenSet() const { return m_addressBookArnHasBeenSet; } - - /** - *The ARN of the address book.
- */ - inline void SetAddressBookArn(const Aws::String& value) { m_addressBookArnHasBeenSet = true; m_addressBookArn = value; } - - /** - *The ARN of the address book.
- */ - inline void SetAddressBookArn(Aws::String&& value) { m_addressBookArnHasBeenSet = true; m_addressBookArn = std::move(value); } - - /** - *The ARN of the address book.
- */ - inline void SetAddressBookArn(const char* value) { m_addressBookArnHasBeenSet = true; m_addressBookArn.assign(value); } - - /** - *The ARN of the address book.
- */ - inline AddressBookData& WithAddressBookArn(const Aws::String& value) { SetAddressBookArn(value); return *this;} - - /** - *The ARN of the address book.
- */ - inline AddressBookData& WithAddressBookArn(Aws::String&& value) { SetAddressBookArn(std::move(value)); return *this;} - - /** - *The ARN of the address book.
- */ - inline AddressBookData& WithAddressBookArn(const char* value) { SetAddressBookArn(value); return *this;} - - - /** - *The name of the address book.
- */ - inline const Aws::String& GetName() const{ return m_name; } - - /** - *The name of the address book.
- */ - inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } - - /** - *The name of the address book.
- */ - inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } - - /** - *The name of the address book.
- */ - inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } - - /** - *The name of the address book.
- */ - inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } - - /** - *The name of the address book.
- */ - inline AddressBookData& WithName(const Aws::String& value) { SetName(value); return *this;} - - /** - *The name of the address book.
- */ - inline AddressBookData& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} - - /** - *The name of the address book.
- */ - inline AddressBookData& WithName(const char* value) { SetName(value); return *this;} - - - /** - *The description of the address book.
- */ - inline const Aws::String& GetDescription() const{ return m_description; } - - /** - *The description of the address book.
- */ - inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } - - /** - *The description of the address book.
- */ - inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } - - /** - *The description of the address book.
- */ - inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } - - /** - *The description of the address book.
- */ - inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } - - /** - *The description of the address book.
- */ - inline AddressBookData& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} - - /** - *The description of the address book.
- */ - inline AddressBookData& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} - - /** - *The description of the address book.
- */ - inline AddressBookData& WithDescription(const char* value) { SetDescription(value); return *this;} - - private: - - Aws::String m_addressBookArn; - bool m_addressBookArnHasBeenSet = false; - - Aws::String m_name; - bool m_nameHasBeenSet = false; - - Aws::String m_description; - bool m_descriptionHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/Audio.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/Audio.h deleted file mode 100644 index 006b4aa9c94..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/Audio.h +++ /dev/null @@ -1,155 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeThe audio message. There is a 1 MB limit on the audio file input and the only - * supported format is MP3. To convert your MP3 audio files to an Alexa-friendly, - *
required codec version (MPEG version 2) and bit rate (48 kbps), you - * might use converter software. One option for this is a command-line tool, - * FFmpeg. For more information, see FFmpeg. - * The following command converts the provided <input-file> to an MP3 file - * that is played in the announcement:
ffmpeg -i <input-file>
- * -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 <output-file.mp3>
- *
The locale of the audio message. Currently, en-US is supported.
- */ - inline const Locale& GetLocale() const{ return m_locale; } - - /** - *The locale of the audio message. Currently, en-US is supported.
- */ - inline bool LocaleHasBeenSet() const { return m_localeHasBeenSet; } - - /** - *The locale of the audio message. Currently, en-US is supported.
- */ - inline void SetLocale(const Locale& value) { m_localeHasBeenSet = true; m_locale = value; } - - /** - *The locale of the audio message. Currently, en-US is supported.
- */ - inline void SetLocale(Locale&& value) { m_localeHasBeenSet = true; m_locale = std::move(value); } - - /** - *The locale of the audio message. Currently, en-US is supported.
- */ - inline Audio& WithLocale(const Locale& value) { SetLocale(value); return *this;} - - /** - *The locale of the audio message. Currently, en-US is supported.
- */ - inline Audio& WithLocale(Locale&& value) { SetLocale(std::move(value)); return *this;} - - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline const Aws::String& GetLocation() const{ return m_location; } - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline bool LocationHasBeenSet() const { return m_locationHasBeenSet; } - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline void SetLocation(const Aws::String& value) { m_locationHasBeenSet = true; m_location = value; } - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline void SetLocation(Aws::String&& value) { m_locationHasBeenSet = true; m_location = std::move(value); } - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline void SetLocation(const char* value) { m_locationHasBeenSet = true; m_location.assign(value); } - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline Audio& WithLocation(const Aws::String& value) { SetLocation(value); return *this;} - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline Audio& WithLocation(Aws::String&& value) { SetLocation(std::move(value)); return *this;} - - /** - *The location of the audio file. Currently, S3 URLs are supported. Only S3 - * locations comprised of safe characters are valid. For more information, see Safe - * Characters.
- */ - inline Audio& WithLocation(const char* value) { SetLocation(value); return *this;} - - private: - - Locale m_locale; - bool m_localeHasBeenSet = false; - - Aws::String m_location; - bool m_locationHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReport.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReport.h deleted file mode 100644 index 2e62a5f44b3..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReport.h +++ /dev/null @@ -1,234 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeUsage report with specified parameters.
The status of the report generation execution (RUNNING, SUCCEEDED, or - * FAILED).
- */ - inline const BusinessReportStatus& GetStatus() const{ return m_status; } - - /** - *The status of the report generation execution (RUNNING, SUCCEEDED, or - * FAILED).
- */ - inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } - - /** - *The status of the report generation execution (RUNNING, SUCCEEDED, or - * FAILED).
- */ - inline void SetStatus(const BusinessReportStatus& value) { m_statusHasBeenSet = true; m_status = value; } - - /** - *The status of the report generation execution (RUNNING, SUCCEEDED, or - * FAILED).
- */ - inline void SetStatus(BusinessReportStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } - - /** - *The status of the report generation execution (RUNNING, SUCCEEDED, or - * FAILED).
- */ - inline BusinessReport& WithStatus(const BusinessReportStatus& value) { SetStatus(value); return *this;} - - /** - *The status of the report generation execution (RUNNING, SUCCEEDED, or - * FAILED).
- */ - inline BusinessReport& WithStatus(BusinessReportStatus&& value) { SetStatus(std::move(value)); return *this;} - - - /** - *The failure code.
- */ - inline const BusinessReportFailureCode& GetFailureCode() const{ return m_failureCode; } - - /** - *The failure code.
- */ - inline bool FailureCodeHasBeenSet() const { return m_failureCodeHasBeenSet; } - - /** - *The failure code.
- */ - inline void SetFailureCode(const BusinessReportFailureCode& value) { m_failureCodeHasBeenSet = true; m_failureCode = value; } - - /** - *The failure code.
- */ - inline void SetFailureCode(BusinessReportFailureCode&& value) { m_failureCodeHasBeenSet = true; m_failureCode = std::move(value); } - - /** - *The failure code.
- */ - inline BusinessReport& WithFailureCode(const BusinessReportFailureCode& value) { SetFailureCode(value); return *this;} - - /** - *The failure code.
- */ - inline BusinessReport& WithFailureCode(BusinessReportFailureCode&& value) { SetFailureCode(std::move(value)); return *this;} - - - /** - *The S3 location of the output reports.
- */ - inline const BusinessReportS3Location& GetS3Location() const{ return m_s3Location; } - - /** - *The S3 location of the output reports.
- */ - inline bool S3LocationHasBeenSet() const { return m_s3LocationHasBeenSet; } - - /** - *The S3 location of the output reports.
- */ - inline void SetS3Location(const BusinessReportS3Location& value) { m_s3LocationHasBeenSet = true; m_s3Location = value; } - - /** - *The S3 location of the output reports.
- */ - inline void SetS3Location(BusinessReportS3Location&& value) { m_s3LocationHasBeenSet = true; m_s3Location = std::move(value); } - - /** - *The S3 location of the output reports.
- */ - inline BusinessReport& WithS3Location(const BusinessReportS3Location& value) { SetS3Location(value); return *this;} - - /** - *The S3 location of the output reports.
- */ - inline BusinessReport& WithS3Location(BusinessReportS3Location&& value) { SetS3Location(std::move(value)); return *this;} - - - /** - *The time of report delivery.
- */ - inline const Aws::Utils::DateTime& GetDeliveryTime() const{ return m_deliveryTime; } - - /** - *The time of report delivery.
- */ - inline bool DeliveryTimeHasBeenSet() const { return m_deliveryTimeHasBeenSet; } - - /** - *The time of report delivery.
- */ - inline void SetDeliveryTime(const Aws::Utils::DateTime& value) { m_deliveryTimeHasBeenSet = true; m_deliveryTime = value; } - - /** - *The time of report delivery.
- */ - inline void SetDeliveryTime(Aws::Utils::DateTime&& value) { m_deliveryTimeHasBeenSet = true; m_deliveryTime = std::move(value); } - - /** - *The time of report delivery.
- */ - inline BusinessReport& WithDeliveryTime(const Aws::Utils::DateTime& value) { SetDeliveryTime(value); return *this;} - - /** - *The time of report delivery.
- */ - inline BusinessReport& WithDeliveryTime(Aws::Utils::DateTime&& value) { SetDeliveryTime(std::move(value)); return *this;} - - - /** - *The download link where a user can download the report.
- */ - inline const Aws::String& GetDownloadUrl() const{ return m_downloadUrl; } - - /** - *The download link where a user can download the report.
- */ - inline bool DownloadUrlHasBeenSet() const { return m_downloadUrlHasBeenSet; } - - /** - *The download link where a user can download the report.
- */ - inline void SetDownloadUrl(const Aws::String& value) { m_downloadUrlHasBeenSet = true; m_downloadUrl = value; } - - /** - *The download link where a user can download the report.
- */ - inline void SetDownloadUrl(Aws::String&& value) { m_downloadUrlHasBeenSet = true; m_downloadUrl = std::move(value); } - - /** - *The download link where a user can download the report.
- */ - inline void SetDownloadUrl(const char* value) { m_downloadUrlHasBeenSet = true; m_downloadUrl.assign(value); } - - /** - *The download link where a user can download the report.
- */ - inline BusinessReport& WithDownloadUrl(const Aws::String& value) { SetDownloadUrl(value); return *this;} - - /** - *The download link where a user can download the report.
- */ - inline BusinessReport& WithDownloadUrl(Aws::String&& value) { SetDownloadUrl(std::move(value)); return *this;} - - /** - *The download link where a user can download the report.
- */ - inline BusinessReport& WithDownloadUrl(const char* value) { SetDownloadUrl(value); return *this;} - - private: - - BusinessReportStatus m_status; - bool m_statusHasBeenSet = false; - - BusinessReportFailureCode m_failureCode; - bool m_failureCodeHasBeenSet = false; - - BusinessReportS3Location m_s3Location; - bool m_s3LocationHasBeenSet = false; - - Aws::Utils::DateTime m_deliveryTime; - bool m_deliveryTimeHasBeenSet = false; - - Aws::String m_downloadUrl; - bool m_downloadUrlHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportContentRange.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportContentRange.h deleted file mode 100644 index b450124a907..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportContentRange.h +++ /dev/null @@ -1,78 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeThe content range of the report.
The interval of the content range.
- */ - inline const BusinessReportInterval& GetInterval() const{ return m_interval; } - - /** - *The interval of the content range.
- */ - inline bool IntervalHasBeenSet() const { return m_intervalHasBeenSet; } - - /** - *The interval of the content range.
- */ - inline void SetInterval(const BusinessReportInterval& value) { m_intervalHasBeenSet = true; m_interval = value; } - - /** - *The interval of the content range.
- */ - inline void SetInterval(BusinessReportInterval&& value) { m_intervalHasBeenSet = true; m_interval = std::move(value); } - - /** - *The interval of the content range.
- */ - inline BusinessReportContentRange& WithInterval(const BusinessReportInterval& value) { SetInterval(value); return *this;} - - /** - *The interval of the content range.
- */ - inline BusinessReportContentRange& WithInterval(BusinessReportInterval&& value) { SetInterval(std::move(value)); return *this;} - - private: - - BusinessReportInterval m_interval; - bool m_intervalHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportFailureCode.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportFailureCode.h deleted file mode 100644 index 20099fe7439..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportFailureCode.h +++ /dev/null @@ -1,32 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeThe recurrence of the reports.
The start date.
- */ - inline const Aws::String& GetStartDate() const{ return m_startDate; } - - /** - *The start date.
- */ - inline bool StartDateHasBeenSet() const { return m_startDateHasBeenSet; } - - /** - *The start date.
- */ - inline void SetStartDate(const Aws::String& value) { m_startDateHasBeenSet = true; m_startDate = value; } - - /** - *The start date.
- */ - inline void SetStartDate(Aws::String&& value) { m_startDateHasBeenSet = true; m_startDate = std::move(value); } - - /** - *The start date.
- */ - inline void SetStartDate(const char* value) { m_startDateHasBeenSet = true; m_startDate.assign(value); } - - /** - *The start date.
- */ - inline BusinessReportRecurrence& WithStartDate(const Aws::String& value) { SetStartDate(value); return *this;} - - /** - *The start date.
- */ - inline BusinessReportRecurrence& WithStartDate(Aws::String&& value) { SetStartDate(std::move(value)); return *this;} - - /** - *The start date.
- */ - inline BusinessReportRecurrence& WithStartDate(const char* value) { SetStartDate(value); return *this;} - - private: - - Aws::String m_startDate; - bool m_startDateHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportS3Location.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportS3Location.h deleted file mode 100644 index 26de91b6f25..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportS3Location.h +++ /dev/null @@ -1,132 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeThe S3 location of the output reports.
The path of the business report.
- */ - inline const Aws::String& GetPath() const{ return m_path; } - - /** - *The path of the business report.
- */ - inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } - - /** - *The path of the business report.
- */ - inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } - - /** - *The path of the business report.
- */ - inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } - - /** - *The path of the business report.
- */ - inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } - - /** - *The path of the business report.
- */ - inline BusinessReportS3Location& WithPath(const Aws::String& value) { SetPath(value); return *this;} - - /** - *The path of the business report.
- */ - inline BusinessReportS3Location& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} - - /** - *The path of the business report.
- */ - inline BusinessReportS3Location& WithPath(const char* value) { SetPath(value); return *this;} - - - /** - *The S3 bucket name of the output reports.
- */ - inline const Aws::String& GetBucketName() const{ return m_bucketName; } - - /** - *The S3 bucket name of the output reports.
- */ - inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; } - - /** - *The S3 bucket name of the output reports.
- */ - inline void SetBucketName(const Aws::String& value) { m_bucketNameHasBeenSet = true; m_bucketName = value; } - - /** - *The S3 bucket name of the output reports.
- */ - inline void SetBucketName(Aws::String&& value) { m_bucketNameHasBeenSet = true; m_bucketName = std::move(value); } - - /** - *The S3 bucket name of the output reports.
- */ - inline void SetBucketName(const char* value) { m_bucketNameHasBeenSet = true; m_bucketName.assign(value); } - - /** - *The S3 bucket name of the output reports.
- */ - inline BusinessReportS3Location& WithBucketName(const Aws::String& value) { SetBucketName(value); return *this;} - - /** - *The S3 bucket name of the output reports.
- */ - inline BusinessReportS3Location& WithBucketName(Aws::String&& value) { SetBucketName(std::move(value)); return *this;} - - /** - *The S3 bucket name of the output reports.
- */ - inline BusinessReportS3Location& WithBucketName(const char* value) { SetBucketName(value); return *this;} - - private: - - Aws::String m_path; - bool m_pathHasBeenSet = false; - - Aws::String m_bucketName; - bool m_bucketNameHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportSchedule.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportSchedule.h deleted file mode 100644 index 28319fb5c98..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportSchedule.h +++ /dev/null @@ -1,372 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeThe schedule of the usage report.
The ARN of the business report schedule.
- */ - inline const Aws::String& GetScheduleArn() const{ return m_scheduleArn; } - - /** - *The ARN of the business report schedule.
- */ - inline bool ScheduleArnHasBeenSet() const { return m_scheduleArnHasBeenSet; } - - /** - *The ARN of the business report schedule.
- */ - inline void SetScheduleArn(const Aws::String& value) { m_scheduleArnHasBeenSet = true; m_scheduleArn = value; } - - /** - *The ARN of the business report schedule.
- */ - inline void SetScheduleArn(Aws::String&& value) { m_scheduleArnHasBeenSet = true; m_scheduleArn = std::move(value); } - - /** - *The ARN of the business report schedule.
- */ - inline void SetScheduleArn(const char* value) { m_scheduleArnHasBeenSet = true; m_scheduleArn.assign(value); } - - /** - *The ARN of the business report schedule.
- */ - inline BusinessReportSchedule& WithScheduleArn(const Aws::String& value) { SetScheduleArn(value); return *this;} - - /** - *The ARN of the business report schedule.
- */ - inline BusinessReportSchedule& WithScheduleArn(Aws::String&& value) { SetScheduleArn(std::move(value)); return *this;} - - /** - *The ARN of the business report schedule.
- */ - inline BusinessReportSchedule& WithScheduleArn(const char* value) { SetScheduleArn(value); return *this;} - - - /** - *The name identifier of the schedule.
- */ - inline const Aws::String& GetScheduleName() const{ return m_scheduleName; } - - /** - *The name identifier of the schedule.
- */ - inline bool ScheduleNameHasBeenSet() const { return m_scheduleNameHasBeenSet; } - - /** - *The name identifier of the schedule.
- */ - inline void SetScheduleName(const Aws::String& value) { m_scheduleNameHasBeenSet = true; m_scheduleName = value; } - - /** - *The name identifier of the schedule.
- */ - inline void SetScheduleName(Aws::String&& value) { m_scheduleNameHasBeenSet = true; m_scheduleName = std::move(value); } - - /** - *The name identifier of the schedule.
- */ - inline void SetScheduleName(const char* value) { m_scheduleNameHasBeenSet = true; m_scheduleName.assign(value); } - - /** - *The name identifier of the schedule.
- */ - inline BusinessReportSchedule& WithScheduleName(const Aws::String& value) { SetScheduleName(value); return *this;} - - /** - *The name identifier of the schedule.
- */ - inline BusinessReportSchedule& WithScheduleName(Aws::String&& value) { SetScheduleName(std::move(value)); return *this;} - - /** - *The name identifier of the schedule.
- */ - inline BusinessReportSchedule& WithScheduleName(const char* value) { SetScheduleName(value); return *this;} - - - /** - *The S3 bucket name of the output reports.
- */ - inline const Aws::String& GetS3BucketName() const{ return m_s3BucketName; } - - /** - *The S3 bucket name of the output reports.
- */ - inline bool S3BucketNameHasBeenSet() const { return m_s3BucketNameHasBeenSet; } - - /** - *The S3 bucket name of the output reports.
- */ - inline void SetS3BucketName(const Aws::String& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = value; } - - /** - *The S3 bucket name of the output reports.
- */ - inline void SetS3BucketName(Aws::String&& value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName = std::move(value); } - - /** - *The S3 bucket name of the output reports.
- */ - inline void SetS3BucketName(const char* value) { m_s3BucketNameHasBeenSet = true; m_s3BucketName.assign(value); } - - /** - *The S3 bucket name of the output reports.
- */ - inline BusinessReportSchedule& WithS3BucketName(const Aws::String& value) { SetS3BucketName(value); return *this;} - - /** - *The S3 bucket name of the output reports.
- */ - inline BusinessReportSchedule& WithS3BucketName(Aws::String&& value) { SetS3BucketName(std::move(value)); return *this;} - - /** - *The S3 bucket name of the output reports.
- */ - inline BusinessReportSchedule& WithS3BucketName(const char* value) { SetS3BucketName(value); return *this;} - - - /** - *The S3 key where the report is delivered.
- */ - inline const Aws::String& GetS3KeyPrefix() const{ return m_s3KeyPrefix; } - - /** - *The S3 key where the report is delivered.
- */ - inline bool S3KeyPrefixHasBeenSet() const { return m_s3KeyPrefixHasBeenSet; } - - /** - *The S3 key where the report is delivered.
- */ - inline void SetS3KeyPrefix(const Aws::String& value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix = value; } - - /** - *The S3 key where the report is delivered.
- */ - inline void SetS3KeyPrefix(Aws::String&& value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix = std::move(value); } - - /** - *The S3 key where the report is delivered.
- */ - inline void SetS3KeyPrefix(const char* value) { m_s3KeyPrefixHasBeenSet = true; m_s3KeyPrefix.assign(value); } - - /** - *The S3 key where the report is delivered.
- */ - inline BusinessReportSchedule& WithS3KeyPrefix(const Aws::String& value) { SetS3KeyPrefix(value); return *this;} - - /** - *The S3 key where the report is delivered.
- */ - inline BusinessReportSchedule& WithS3KeyPrefix(Aws::String&& value) { SetS3KeyPrefix(std::move(value)); return *this;} - - /** - *The S3 key where the report is delivered.
- */ - inline BusinessReportSchedule& WithS3KeyPrefix(const char* value) { SetS3KeyPrefix(value); return *this;} - - - /** - *The format of the generated report (individual CSV files or zipped files of - * individual files).
- */ - inline const BusinessReportFormat& GetFormat() const{ return m_format; } - - /** - *The format of the generated report (individual CSV files or zipped files of - * individual files).
- */ - inline bool FormatHasBeenSet() const { return m_formatHasBeenSet; } - - /** - *The format of the generated report (individual CSV files or zipped files of - * individual files).
- */ - inline void SetFormat(const BusinessReportFormat& value) { m_formatHasBeenSet = true; m_format = value; } - - /** - *The format of the generated report (individual CSV files or zipped files of - * individual files).
- */ - inline void SetFormat(BusinessReportFormat&& value) { m_formatHasBeenSet = true; m_format = std::move(value); } - - /** - *The format of the generated report (individual CSV files or zipped files of - * individual files).
- */ - inline BusinessReportSchedule& WithFormat(const BusinessReportFormat& value) { SetFormat(value); return *this;} - - /** - *The format of the generated report (individual CSV files or zipped files of - * individual files).
- */ - inline BusinessReportSchedule& WithFormat(BusinessReportFormat&& value) { SetFormat(std::move(value)); return *this;} - - - /** - *The content range of the reports.
- */ - inline const BusinessReportContentRange& GetContentRange() const{ return m_contentRange; } - - /** - *The content range of the reports.
- */ - inline bool ContentRangeHasBeenSet() const { return m_contentRangeHasBeenSet; } - - /** - *The content range of the reports.
- */ - inline void SetContentRange(const BusinessReportContentRange& value) { m_contentRangeHasBeenSet = true; m_contentRange = value; } - - /** - *The content range of the reports.
- */ - inline void SetContentRange(BusinessReportContentRange&& value) { m_contentRangeHasBeenSet = true; m_contentRange = std::move(value); } - - /** - *The content range of the reports.
- */ - inline BusinessReportSchedule& WithContentRange(const BusinessReportContentRange& value) { SetContentRange(value); return *this;} - - /** - *The content range of the reports.
- */ - inline BusinessReportSchedule& WithContentRange(BusinessReportContentRange&& value) { SetContentRange(std::move(value)); return *this;} - - - /** - *The recurrence of the reports.
- */ - inline const BusinessReportRecurrence& GetRecurrence() const{ return m_recurrence; } - - /** - *The recurrence of the reports.
- */ - inline bool RecurrenceHasBeenSet() const { return m_recurrenceHasBeenSet; } - - /** - *The recurrence of the reports.
- */ - inline void SetRecurrence(const BusinessReportRecurrence& value) { m_recurrenceHasBeenSet = true; m_recurrence = value; } - - /** - *The recurrence of the reports.
- */ - inline void SetRecurrence(BusinessReportRecurrence&& value) { m_recurrenceHasBeenSet = true; m_recurrence = std::move(value); } - - /** - *The recurrence of the reports.
- */ - inline BusinessReportSchedule& WithRecurrence(const BusinessReportRecurrence& value) { SetRecurrence(value); return *this;} - - /** - *The recurrence of the reports.
- */ - inline BusinessReportSchedule& WithRecurrence(BusinessReportRecurrence&& value) { SetRecurrence(std::move(value)); return *this;} - - - /** - *The details of the last business report delivery for a specified time - * interval.
- */ - inline const BusinessReport& GetLastBusinessReport() const{ return m_lastBusinessReport; } - - /** - *The details of the last business report delivery for a specified time - * interval.
- */ - inline bool LastBusinessReportHasBeenSet() const { return m_lastBusinessReportHasBeenSet; } - - /** - *The details of the last business report delivery for a specified time - * interval.
- */ - inline void SetLastBusinessReport(const BusinessReport& value) { m_lastBusinessReportHasBeenSet = true; m_lastBusinessReport = value; } - - /** - *The details of the last business report delivery for a specified time - * interval.
- */ - inline void SetLastBusinessReport(BusinessReport&& value) { m_lastBusinessReportHasBeenSet = true; m_lastBusinessReport = std::move(value); } - - /** - *The details of the last business report delivery for a specified time - * interval.
- */ - inline BusinessReportSchedule& WithLastBusinessReport(const BusinessReport& value) { SetLastBusinessReport(value); return *this;} - - /** - *The details of the last business report delivery for a specified time - * interval.
- */ - inline BusinessReportSchedule& WithLastBusinessReport(BusinessReport&& value) { SetLastBusinessReport(std::move(value)); return *this;} - - private: - - Aws::String m_scheduleArn; - bool m_scheduleArnHasBeenSet = false; - - Aws::String m_scheduleName; - bool m_scheduleNameHasBeenSet = false; - - Aws::String m_s3BucketName; - bool m_s3BucketNameHasBeenSet = false; - - Aws::String m_s3KeyPrefix; - bool m_s3KeyPrefixHasBeenSet = false; - - BusinessReportFormat m_format; - bool m_formatHasBeenSet = false; - - BusinessReportContentRange m_contentRange; - bool m_contentRangeHasBeenSet = false; - - BusinessReportRecurrence m_recurrence; - bool m_recurrenceHasBeenSet = false; - - BusinessReport m_lastBusinessReport; - bool m_lastBusinessReportHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportStatus.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportStatus.h deleted file mode 100644 index b9e271713f9..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/BusinessReportStatus.h +++ /dev/null @@ -1,32 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeThe skill store category that is shown. Alexa skills are assigned a specific - * skill category during creation, such as News, Social, and Sports.
The ID of the skill store category.
- */ - inline long long GetCategoryId() const{ return m_categoryId; } - - /** - *The ID of the skill store category.
- */ - inline bool CategoryIdHasBeenSet() const { return m_categoryIdHasBeenSet; } - - /** - *The ID of the skill store category.
- */ - inline void SetCategoryId(long long value) { m_categoryIdHasBeenSet = true; m_categoryId = value; } - - /** - *The ID of the skill store category.
- */ - inline Category& WithCategoryId(long long value) { SetCategoryId(value); return *this;} - - - /** - *The name of the skill store category.
- */ - inline const Aws::String& GetCategoryName() const{ return m_categoryName; } - - /** - *The name of the skill store category.
- */ - inline bool CategoryNameHasBeenSet() const { return m_categoryNameHasBeenSet; } - - /** - *The name of the skill store category.
- */ - inline void SetCategoryName(const Aws::String& value) { m_categoryNameHasBeenSet = true; m_categoryName = value; } - - /** - *The name of the skill store category.
- */ - inline void SetCategoryName(Aws::String&& value) { m_categoryNameHasBeenSet = true; m_categoryName = std::move(value); } - - /** - *The name of the skill store category.
- */ - inline void SetCategoryName(const char* value) { m_categoryNameHasBeenSet = true; m_categoryName.assign(value); } - - /** - *The name of the skill store category.
- */ - inline Category& WithCategoryName(const Aws::String& value) { SetCategoryName(value); return *this;} - - /** - *The name of the skill store category.
- */ - inline Category& WithCategoryName(Aws::String&& value) { SetCategoryName(std::move(value)); return *this;} - - /** - *The name of the skill store category.
- */ - inline Category& WithCategoryName(const char* value) { SetCategoryName(value); return *this;} - - private: - - long long m_categoryId; - bool m_categoryIdHasBeenSet = false; - - Aws::String m_categoryName; - bool m_categoryNameHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/CommsProtocol.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/CommsProtocol.h deleted file mode 100644 index ff8146b568f..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/CommsProtocol.h +++ /dev/null @@ -1,32 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeThe default conference provider that is used if no other scheduled meetings - * are detected.
The ARN of the default conference provider.
- */ - inline const Aws::String& GetDefaultConferenceProviderArn() const{ return m_defaultConferenceProviderArn; } - - /** - *The ARN of the default conference provider.
- */ - inline bool DefaultConferenceProviderArnHasBeenSet() const { return m_defaultConferenceProviderArnHasBeenSet; } - - /** - *The ARN of the default conference provider.
- */ - inline void SetDefaultConferenceProviderArn(const Aws::String& value) { m_defaultConferenceProviderArnHasBeenSet = true; m_defaultConferenceProviderArn = value; } - - /** - *The ARN of the default conference provider.
- */ - inline void SetDefaultConferenceProviderArn(Aws::String&& value) { m_defaultConferenceProviderArnHasBeenSet = true; m_defaultConferenceProviderArn = std::move(value); } - - /** - *The ARN of the default conference provider.
- */ - inline void SetDefaultConferenceProviderArn(const char* value) { m_defaultConferenceProviderArnHasBeenSet = true; m_defaultConferenceProviderArn.assign(value); } - - /** - *The ARN of the default conference provider.
- */ - inline ConferencePreference& WithDefaultConferenceProviderArn(const Aws::String& value) { SetDefaultConferenceProviderArn(value); return *this;} - - /** - *The ARN of the default conference provider.
- */ - inline ConferencePreference& WithDefaultConferenceProviderArn(Aws::String&& value) { SetDefaultConferenceProviderArn(std::move(value)); return *this;} - - /** - *The ARN of the default conference provider.
- */ - inline ConferencePreference& WithDefaultConferenceProviderArn(const char* value) { SetDefaultConferenceProviderArn(value); return *this;} - - private: - - Aws::String m_defaultConferenceProviderArn; - bool m_defaultConferenceProviderArnHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/ConferenceProvider.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/ConferenceProvider.h deleted file mode 100644 index 1b26777cd8c..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/ConferenceProvider.h +++ /dev/null @@ -1,275 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeAn entity that provides a conferencing solution. Alexa for Business acts as - * the voice interface and mediator that connects users to their preferred - * conference provider. Examples of conference providers include Amazon Chime, - * Zoom, Cisco, and Polycom.
The ARN of the newly created conference provider.
- */ - inline const Aws::String& GetArn() const{ return m_arn; } - - /** - *The ARN of the newly created conference provider.
- */ - inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } - - /** - *The ARN of the newly created conference provider.
- */ - inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } - - /** - *The ARN of the newly created conference provider.
- */ - inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } - - /** - *The ARN of the newly created conference provider.
- */ - inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } - - /** - *The ARN of the newly created conference provider.
- */ - inline ConferenceProvider& WithArn(const Aws::String& value) { SetArn(value); return *this;} - - /** - *The ARN of the newly created conference provider.
- */ - inline ConferenceProvider& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} - - /** - *The ARN of the newly created conference provider.
- */ - inline ConferenceProvider& WithArn(const char* value) { SetArn(value); return *this;} - - - /** - *The name of the conference provider.
- */ - inline const Aws::String& GetName() const{ return m_name; } - - /** - *The name of the conference provider.
- */ - inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } - - /** - *The name of the conference provider.
- */ - inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } - - /** - *The name of the conference provider.
- */ - inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } - - /** - *The name of the conference provider.
- */ - inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } - - /** - *The name of the conference provider.
- */ - inline ConferenceProvider& WithName(const Aws::String& value) { SetName(value); return *this;} - - /** - *The name of the conference provider.
- */ - inline ConferenceProvider& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} - - /** - *The name of the conference provider.
- */ - inline ConferenceProvider& WithName(const char* value) { SetName(value); return *this;} - - - /** - *The type of conference providers.
- */ - inline const ConferenceProviderType& GetType() const{ return m_type; } - - /** - *The type of conference providers.
- */ - inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } - - /** - *The type of conference providers.
- */ - inline void SetType(const ConferenceProviderType& value) { m_typeHasBeenSet = true; m_type = value; } - - /** - *The type of conference providers.
- */ - inline void SetType(ConferenceProviderType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } - - /** - *The type of conference providers.
- */ - inline ConferenceProvider& WithType(const ConferenceProviderType& value) { SetType(value); return *this;} - - /** - *The type of conference providers.
- */ - inline ConferenceProvider& WithType(ConferenceProviderType&& value) { SetType(std::move(value)); return *this;} - - - /** - *The IP endpoint and protocol for calling.
- */ - inline const IPDialIn& GetIPDialIn() const{ return m_iPDialIn; } - - /** - *The IP endpoint and protocol for calling.
- */ - inline bool IPDialInHasBeenSet() const { return m_iPDialInHasBeenSet; } - - /** - *The IP endpoint and protocol for calling.
- */ - inline void SetIPDialIn(const IPDialIn& value) { m_iPDialInHasBeenSet = true; m_iPDialIn = value; } - - /** - *The IP endpoint and protocol for calling.
- */ - inline void SetIPDialIn(IPDialIn&& value) { m_iPDialInHasBeenSet = true; m_iPDialIn = std::move(value); } - - /** - *The IP endpoint and protocol for calling.
- */ - inline ConferenceProvider& WithIPDialIn(const IPDialIn& value) { SetIPDialIn(value); return *this;} - - /** - *The IP endpoint and protocol for calling.
- */ - inline ConferenceProvider& WithIPDialIn(IPDialIn&& value) { SetIPDialIn(std::move(value)); return *this;} - - - /** - *The information for PSTN conferencing.
- */ - inline const PSTNDialIn& GetPSTNDialIn() const{ return m_pSTNDialIn; } - - /** - *The information for PSTN conferencing.
- */ - inline bool PSTNDialInHasBeenSet() const { return m_pSTNDialInHasBeenSet; } - - /** - *The information for PSTN conferencing.
- */ - inline void SetPSTNDialIn(const PSTNDialIn& value) { m_pSTNDialInHasBeenSet = true; m_pSTNDialIn = value; } - - /** - *The information for PSTN conferencing.
- */ - inline void SetPSTNDialIn(PSTNDialIn&& value) { m_pSTNDialInHasBeenSet = true; m_pSTNDialIn = std::move(value); } - - /** - *The information for PSTN conferencing.
- */ - inline ConferenceProvider& WithPSTNDialIn(const PSTNDialIn& value) { SetPSTNDialIn(value); return *this;} - - /** - *The information for PSTN conferencing.
- */ - inline ConferenceProvider& WithPSTNDialIn(PSTNDialIn&& value) { SetPSTNDialIn(std::move(value)); return *this;} - - - /** - *The meeting settings for the conference provider.
- */ - inline const MeetingSetting& GetMeetingSetting() const{ return m_meetingSetting; } - - /** - *The meeting settings for the conference provider.
- */ - inline bool MeetingSettingHasBeenSet() const { return m_meetingSettingHasBeenSet; } - - /** - *The meeting settings for the conference provider.
- */ - inline void SetMeetingSetting(const MeetingSetting& value) { m_meetingSettingHasBeenSet = true; m_meetingSetting = value; } - - /** - *The meeting settings for the conference provider.
- */ - inline void SetMeetingSetting(MeetingSetting&& value) { m_meetingSettingHasBeenSet = true; m_meetingSetting = std::move(value); } - - /** - *The meeting settings for the conference provider.
- */ - inline ConferenceProvider& WithMeetingSetting(const MeetingSetting& value) { SetMeetingSetting(value); return *this;} - - /** - *The meeting settings for the conference provider.
- */ - inline ConferenceProvider& WithMeetingSetting(MeetingSetting&& value) { SetMeetingSetting(std::move(value)); return *this;} - - private: - - Aws::String m_arn; - bool m_arnHasBeenSet = false; - - Aws::String m_name; - bool m_nameHasBeenSet = false; - - ConferenceProviderType m_type; - bool m_typeHasBeenSet = false; - - IPDialIn m_iPDialIn; - bool m_iPDialInHasBeenSet = false; - - PSTNDialIn m_pSTNDialIn; - bool m_pSTNDialInHasBeenSet = false; - - MeetingSetting m_meetingSetting; - bool m_meetingSettingHasBeenSet = false; - }; - -} // namespace Model -} // namespace AlexaForBusiness -} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/ConferenceProviderType.h b/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/ConferenceProviderType.h deleted file mode 100644 index 47a3c6d11fa..00000000000 --- a/generated/src/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/ConferenceProviderType.h +++ /dev/null @@ -1,39 +0,0 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#includeA contact with attributes.
The ARN of the contact.
- */ - inline const Aws::String& GetContactArn() const{ return m_contactArn; } - - /** - *The ARN of the contact.
- */ - inline bool ContactArnHasBeenSet() const { return m_contactArnHasBeenSet; } - - /** - *The ARN of the contact.
- */ - inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn = value; } - - /** - *The ARN of the contact.
- */ - inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std::move(value); } - - /** - *The ARN of the contact.
- */ - inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(value); } - - /** - *The ARN of the contact.
- */ - inline Contact& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} - - /** - *The ARN of the contact.
- */ - inline Contact& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return *this;} - - /** - *The ARN of the contact.
- */ - inline Contact& WithContactArn(const char* value) { SetContactArn(value); return *this;} - - - /** - *The name of the contact to display on the console.
- */ - inline const Aws::String& GetDisplayName() const{ return m_displayName; } - - /** - *The name of the contact to display on the console.
- */ - inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; } - - /** - *The name of the contact to display on the console.
- */ - inline void SetDisplayName(const Aws::String& value) { m_displayNameHasBeenSet = true; m_displayName = value; } - - /** - *The name of the contact to display on the console.
- */ - inline void SetDisplayName(Aws::String&& value) { m_displayNameHasBeenSet = true; m_displayName = std::move(value); } - - /** - *The name of the contact to display on the console.
- */ - inline void SetDisplayName(const char* value) { m_displayNameHasBeenSet = true; m_displayName.assign(value); } - - /** - *The name of the contact to display on the console.
- */ - inline Contact& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;} - - /** - *The name of the contact to display on the console.
- */ - inline Contact& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;} - - /** - *The name of the contact to display on the console.
- */ - inline Contact& WithDisplayName(const char* value) { SetDisplayName(value); return *this;} - - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline const Aws::String& GetFirstName() const{ return m_firstName; } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline bool FirstNameHasBeenSet() const { return m_firstNameHasBeenSet; } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline void SetFirstName(const Aws::String& value) { m_firstNameHasBeenSet = true; m_firstName = value; } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline void SetFirstName(Aws::String&& value) { m_firstNameHasBeenSet = true; m_firstName = std::move(value); } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline void SetFirstName(const char* value) { m_firstNameHasBeenSet = true; m_firstName.assign(value); } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline Contact& WithFirstName(const Aws::String& value) { SetFirstName(value); return *this;} - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline Contact& WithFirstName(Aws::String&& value) { SetFirstName(std::move(value)); return *this;} - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline Contact& WithFirstName(const char* value) { SetFirstName(value); return *this;} - - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline const Aws::String& GetLastName() const{ return m_lastName; } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline bool LastNameHasBeenSet() const { return m_lastNameHasBeenSet; } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline void SetLastName(const Aws::String& value) { m_lastNameHasBeenSet = true; m_lastName = value; } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline void SetLastName(Aws::String&& value) { m_lastNameHasBeenSet = true; m_lastName = std::move(value); } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline void SetLastName(const char* value) { m_lastNameHasBeenSet = true; m_lastName.assign(value); } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline Contact& WithLastName(const Aws::String& value) { SetLastName(value); return *this;} - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline Contact& WithLastName(Aws::String&& value) { SetLastName(std::move(value)); return *this;} - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline Contact& WithLastName(const char* value) { SetLastName(value); return *this;} - - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline const Aws::String& GetPhoneNumber() const{ return m_phoneNumber; } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline bool PhoneNumberHasBeenSet() const { return m_phoneNumberHasBeenSet; } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline void SetPhoneNumber(const Aws::String& value) { m_phoneNumberHasBeenSet = true; m_phoneNumber = value; } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline void SetPhoneNumber(Aws::String&& value) { m_phoneNumberHasBeenSet = true; m_phoneNumber = std::move(value); } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline void SetPhoneNumber(const char* value) { m_phoneNumberHasBeenSet = true; m_phoneNumber.assign(value); } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline Contact& WithPhoneNumber(const Aws::String& value) { SetPhoneNumber(value); return *this;} - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline Contact& WithPhoneNumber(Aws::String&& value) { SetPhoneNumber(std::move(value)); return *this;} - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can either specify PhoneNumber or PhoneNumbers. We recommend that you use - * PhoneNumbers, which lets you specify the phone number type and multiple - * numbers.
- */ - inline Contact& WithPhoneNumber(const char* value) { SetPhoneNumber(value); return *this;} - - - /** - *The list of phone numbers for the contact.
- */ - inline const Aws::VectorThe list of phone numbers for the contact.
- */ - inline bool PhoneNumbersHasBeenSet() const { return m_phoneNumbersHasBeenSet; } - - /** - *The list of phone numbers for the contact.
- */ - inline void SetPhoneNumbers(const Aws::VectorThe list of phone numbers for the contact.
- */ - inline void SetPhoneNumbers(Aws::VectorThe list of phone numbers for the contact.
- */ - inline Contact& WithPhoneNumbers(const Aws::VectorThe list of phone numbers for the contact.
- */ - inline Contact& WithPhoneNumbers(Aws::VectorThe list of phone numbers for the contact.
- */ - inline Contact& AddPhoneNumbers(const PhoneNumber& value) { m_phoneNumbersHasBeenSet = true; m_phoneNumbers.push_back(value); return *this; } - - /** - *The list of phone numbers for the contact.
- */ - inline Contact& AddPhoneNumbers(PhoneNumber&& value) { m_phoneNumbersHasBeenSet = true; m_phoneNumbers.push_back(std::move(value)); return *this; } - - - /** - *The list of SIP addresses for the contact.
- */ - inline const Aws::VectorThe list of SIP addresses for the contact.
- */ - inline bool SipAddressesHasBeenSet() const { return m_sipAddressesHasBeenSet; } - - /** - *The list of SIP addresses for the contact.
- */ - inline void SetSipAddresses(const Aws::VectorThe list of SIP addresses for the contact.
- */ - inline void SetSipAddresses(Aws::VectorThe list of SIP addresses for the contact.
- */ - inline Contact& WithSipAddresses(const Aws::VectorThe list of SIP addresses for the contact.
- */ - inline Contact& WithSipAddresses(Aws::VectorThe list of SIP addresses for the contact.
- */ - inline Contact& AddSipAddresses(const SipAddress& value) { m_sipAddressesHasBeenSet = true; m_sipAddresses.push_back(value); return *this; } - - /** - *The list of SIP addresses for the contact.
- */ - inline Contact& AddSipAddresses(SipAddress&& value) { m_sipAddressesHasBeenSet = true; m_sipAddresses.push_back(std::move(value)); return *this; } - - private: - - Aws::String m_contactArn; - bool m_contactArnHasBeenSet = false; - - Aws::String m_displayName; - bool m_displayNameHasBeenSet = false; - - Aws::String m_firstName; - bool m_firstNameHasBeenSet = false; - - Aws::String m_lastName; - bool m_lastNameHasBeenSet = false; - - Aws::String m_phoneNumber; - bool m_phoneNumberHasBeenSet = false; - - Aws::VectorInformation related to a contact.
The ARN of the contact.
- */ - inline const Aws::String& GetContactArn() const{ return m_contactArn; } - - /** - *The ARN of the contact.
- */ - inline bool ContactArnHasBeenSet() const { return m_contactArnHasBeenSet; } - - /** - *The ARN of the contact.
- */ - inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn = value; } - - /** - *The ARN of the contact.
- */ - inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std::move(value); } - - /** - *The ARN of the contact.
- */ - inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(value); } - - /** - *The ARN of the contact.
- */ - inline ContactData& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} - - /** - *The ARN of the contact.
- */ - inline ContactData& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return *this;} - - /** - *The ARN of the contact.
- */ - inline ContactData& WithContactArn(const char* value) { SetContactArn(value); return *this;} - - - /** - *The name of the contact to display on the console.
- */ - inline const Aws::String& GetDisplayName() const{ return m_displayName; } - - /** - *The name of the contact to display on the console.
- */ - inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; } - - /** - *The name of the contact to display on the console.
- */ - inline void SetDisplayName(const Aws::String& value) { m_displayNameHasBeenSet = true; m_displayName = value; } - - /** - *The name of the contact to display on the console.
- */ - inline void SetDisplayName(Aws::String&& value) { m_displayNameHasBeenSet = true; m_displayName = std::move(value); } - - /** - *The name of the contact to display on the console.
- */ - inline void SetDisplayName(const char* value) { m_displayNameHasBeenSet = true; m_displayName.assign(value); } - - /** - *The name of the contact to display on the console.
- */ - inline ContactData& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;} - - /** - *The name of the contact to display on the console.
- */ - inline ContactData& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;} - - /** - *The name of the contact to display on the console.
- */ - inline ContactData& WithDisplayName(const char* value) { SetDisplayName(value); return *this;} - - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline const Aws::String& GetFirstName() const{ return m_firstName; } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline bool FirstNameHasBeenSet() const { return m_firstNameHasBeenSet; } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline void SetFirstName(const Aws::String& value) { m_firstNameHasBeenSet = true; m_firstName = value; } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline void SetFirstName(Aws::String&& value) { m_firstNameHasBeenSet = true; m_firstName = std::move(value); } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline void SetFirstName(const char* value) { m_firstNameHasBeenSet = true; m_firstName.assign(value); } - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline ContactData& WithFirstName(const Aws::String& value) { SetFirstName(value); return *this;} - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline ContactData& WithFirstName(Aws::String&& value) { SetFirstName(std::move(value)); return *this;} - - /** - *The first name of the contact, used to call the contact on the device.
- */ - inline ContactData& WithFirstName(const char* value) { SetFirstName(value); return *this;} - - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline const Aws::String& GetLastName() const{ return m_lastName; } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline bool LastNameHasBeenSet() const { return m_lastNameHasBeenSet; } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline void SetLastName(const Aws::String& value) { m_lastNameHasBeenSet = true; m_lastName = value; } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline void SetLastName(Aws::String&& value) { m_lastNameHasBeenSet = true; m_lastName = std::move(value); } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline void SetLastName(const char* value) { m_lastNameHasBeenSet = true; m_lastName.assign(value); } - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline ContactData& WithLastName(const Aws::String& value) { SetLastName(value); return *this;} - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline ContactData& WithLastName(Aws::String&& value) { SetLastName(std::move(value)); return *this;} - - /** - *The last name of the contact, used to call the contact on the device.
- */ - inline ContactData& WithLastName(const char* value) { SetLastName(value); return *this;} - - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline const Aws::String& GetPhoneNumber() const{ return m_phoneNumber; } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline bool PhoneNumberHasBeenSet() const { return m_phoneNumberHasBeenSet; } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline void SetPhoneNumber(const Aws::String& value) { m_phoneNumberHasBeenSet = true; m_phoneNumber = value; } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline void SetPhoneNumber(Aws::String&& value) { m_phoneNumberHasBeenSet = true; m_phoneNumber = std::move(value); } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline void SetPhoneNumber(const char* value) { m_phoneNumberHasBeenSet = true; m_phoneNumber.assign(value); } - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline ContactData& WithPhoneNumber(const Aws::String& value) { SetPhoneNumber(value); return *this;} - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline ContactData& WithPhoneNumber(Aws::String&& value) { SetPhoneNumber(std::move(value)); return *this;} - - /** - *The phone number of the contact. The phone number type defaults to WORK. You - * can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, - * which lets you specify the phone number type and multiple numbers.
- */ - inline ContactData& WithPhoneNumber(const char* value) { SetPhoneNumber(value); return *this;} - - - /** - *The list of phone numbers for the contact.
- */ - inline const Aws::VectorThe list of phone numbers for the contact.
- */ - inline bool PhoneNumbersHasBeenSet() const { return m_phoneNumbersHasBeenSet; } - - /** - *The list of phone numbers for the contact.
- */ - inline void SetPhoneNumbers(const Aws::VectorThe list of phone numbers for the contact.
- */ - inline void SetPhoneNumbers(Aws::VectorThe list of phone numbers for the contact.
- */ - inline ContactData& WithPhoneNumbers(const Aws::VectorThe list of phone numbers for the contact.
- */ - inline ContactData& WithPhoneNumbers(Aws::VectorThe list of phone numbers for the contact.
- */ - inline ContactData& AddPhoneNumbers(const PhoneNumber& value) { m_phoneNumbersHasBeenSet = true; m_phoneNumbers.push_back(value); return *this; } - - /** - *The list of phone numbers for the contact.
- */ - inline ContactData& AddPhoneNumbers(PhoneNumber&& value) { m_phoneNumbersHasBeenSet = true; m_phoneNumbers.push_back(std::move(value)); return *this; } - - - /** - *The list of SIP addresses for the contact.
- */ - inline const Aws::VectorThe list of SIP addresses for the contact.
- */ - inline bool SipAddressesHasBeenSet() const { return m_sipAddressesHasBeenSet; } - - /** - *The list of SIP addresses for the contact.
- */ - inline void SetSipAddresses(const Aws::VectorThe list of SIP addresses for the contact.
- */ - inline void SetSipAddresses(Aws::VectorThe list of SIP addresses for the contact.
- */ - inline ContactData& WithSipAddresses(const Aws::VectorThe list of SIP addresses for the contact.
- */ - inline ContactData& WithSipAddresses(Aws::VectorThe list of SIP addresses for the contact.
- */ - inline ContactData& AddSipAddresses(const SipAddress& value) { m_sipAddressesHasBeenSet = true; m_sipAddresses.push_back(value); return *this; } - - /** - *The list of SIP addresses for the contact.
- */ - inline ContactData& AddSipAddresses(SipAddress&& value) { m_sipAddressesHasBeenSet = true; m_sipAddresses.push_back(std::move(value)); return *this; } - - private: - - Aws::String m_contactArn; - bool m_contactArnHasBeenSet = false; - - Aws::String m_displayName; - bool m_displayNameHasBeenSet = false; - - Aws::String m_firstName; - bool m_firstNameHasBeenSet = false; - - Aws::String m_lastName; - bool m_lastNameHasBeenSet = false; - - Aws::String m_phoneNumber; - bool m_phoneNumberHasBeenSet = false; - - Aws::VectorThe content definition. This can contain only one text, SSML, or audio list - * object.
The list of text messages.
- */ - inline const Aws::VectorThe list of text messages.
- */ - inline bool TextListHasBeenSet() const { return m_textListHasBeenSet; } - - /** - *The list of text messages.
- */ - inline void SetTextList(const Aws::VectorThe list of text messages.
- */ - inline void SetTextList(Aws::VectorThe list of text messages.
- */ - inline Content& WithTextList(const Aws::VectorThe list of text messages.
- */ - inline Content& WithTextList(Aws::VectorThe list of text messages.
- */ - inline Content& AddTextList(const Text& value) { m_textListHasBeenSet = true; m_textList.push_back(value); return *this; } - - /** - *The list of text messages.
- */ - inline Content& AddTextList(Text&& value) { m_textListHasBeenSet = true; m_textList.push_back(std::move(value)); return *this; } - - - /** - *The list of SSML messages.
- */ - inline const Aws::VectorThe list of SSML messages.
- */ - inline bool SsmlListHasBeenSet() const { return m_ssmlListHasBeenSet; } - - /** - *The list of SSML messages.
- */ - inline void SetSsmlList(const Aws::VectorThe list of SSML messages.
- */ - inline void SetSsmlList(Aws::VectorThe list of SSML messages.
- */ - inline Content& WithSsmlList(const Aws::VectorThe list of SSML messages.
- */ - inline Content& WithSsmlList(Aws::VectorThe list of SSML messages.
- */ - inline Content& AddSsmlList(const Ssml& value) { m_ssmlListHasBeenSet = true; m_ssmlList.push_back(value); return *this; } - - /** - *The list of SSML messages.
- */ - inline Content& AddSsmlList(Ssml&& value) { m_ssmlListHasBeenSet = true; m_ssmlList.push_back(std::move(value)); return *this; } - - - /** - *The list of audio messages.
- */ - inline const Aws::Vector