/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An array that contains one or more Destinations, as well as the tags and
* replacement data associated with each of those Destinations.See
* Also:
AWS
* API Reference
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of tags, in the form of name/value pairs, to apply to an email that
* you send using SendBulkTemplatedEmail
. Tags correspond to
* characteristics of the email that you define, so that you can publish email
* sending events.
A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline const Aws::String& GetReplacementTemplateData() const{ return m_replacementTemplateData; } /** *A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline bool ReplacementTemplateDataHasBeenSet() const { return m_replacementTemplateDataHasBeenSet; } /** *A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline void SetReplacementTemplateData(const Aws::String& value) { m_replacementTemplateDataHasBeenSet = true; m_replacementTemplateData = value; } /** *A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline void SetReplacementTemplateData(Aws::String&& value) { m_replacementTemplateDataHasBeenSet = true; m_replacementTemplateData = std::move(value); } /** *A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline void SetReplacementTemplateData(const char* value) { m_replacementTemplateDataHasBeenSet = true; m_replacementTemplateData.assign(value); } /** *A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline BulkEmailDestination& WithReplacementTemplateData(const Aws::String& value) { SetReplacementTemplateData(value); return *this;} /** *A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline BulkEmailDestination& WithReplacementTemplateData(Aws::String&& value) { SetReplacementTemplateData(std::move(value)); return *this;} /** *A list of replacement values to apply to the template. This parameter is a * JSON object, typically consisting of key-value pairs in which the keys * correspond to replacement tags in the email template.
*/ inline BulkEmailDestination& WithReplacementTemplateData(const char* value) { SetReplacementTemplateData(value); return *this;} private: Destination m_destination; bool m_destinationHasBeenSet = false; Aws::Vector