7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EmailAddressInfo.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename CcEmailAddressesT = Aws::Vector<EmailAddressInfo>>
47 m_ccEmailAddressesHasBeenSet =
true;
48 m_ccEmailAddresses = std::forward<CcEmailAddressesT>(value);
50 template <
typename CcEmailAddressesT = Aws::Vector<EmailAddressInfo>>
55 template <
typename CcEmailAddressesT = EmailAddressInfo>
57 m_ccEmailAddressesHasBeenSet =
true;
58 m_ccEmailAddresses.emplace_back(std::forward<CcEmailAddressesT>(value));
64 bool m_ccEmailAddressesHasBeenSet =
false;
OutboundAdditionalRecipients & WithCcEmailAddresses(CcEmailAddressesT &&value)
OutboundAdditionalRecipients & AddCcEmailAddresses(CcEmailAddressesT &&value)
AWS_CONNECT_API OutboundAdditionalRecipients(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API OutboundAdditionalRecipients & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCcEmailAddresses(CcEmailAddressesT &&value)
bool CcEmailAddressesHasBeenSet() const
AWS_CONNECT_API OutboundAdditionalRecipients()=default
const Aws::Vector< EmailAddressInfo > & GetCcEmailAddresses() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue