7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/EmailAddressInfo.h>
51 template<
typename CcEmailAddressesT = Aws::Vector<EmailAddressInfo>>
52 void SetCcEmailAddresses(CcEmailAddressesT&& value) { m_ccEmailAddressesHasBeenSet =
true; m_ccEmailAddresses = std::forward<CcEmailAddressesT>(value); }
53 template<
typename CcEmailAddressesT = Aws::Vector<EmailAddressInfo>>
55 template<
typename CcEmailAddressesT = EmailAddressInfo>
61 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