7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CustomAttributesT = Aws::Map<Aws::String, Aws::String>>
50 void SetCustomAttributes(CustomAttributesT&& value) { m_customAttributesHasBeenSet =
true; m_customAttributes = std::forward<CustomAttributesT>(value); }
51 template<
typename CustomAttributesT = Aws::Map<Aws::String, Aws::String>>
53 template<
typename CustomAttributesKeyT = Aws::String,
typename CustomAttributesValueT = Aws::String>
55 m_customAttributesHasBeenSet =
true; m_customAttributes.emplace(std::forward<CustomAttributesKeyT>(key), std::forward<CustomAttributesValueT>(value));
return *
this;
68 template<
typename CustomerProfileAttributesT = Aws::String>
69 void SetCustomerProfileAttributes(CustomerProfileAttributesT&& value) { m_customerProfileAttributesHasBeenSet =
true; m_customerProfileAttributes = std::forward<CustomerProfileAttributesT>(value); }
70 template<
typename CustomerProfileAttributesT = Aws::String>
76 bool m_customAttributesHasBeenSet =
false;
79 bool m_customerProfileAttributesHasBeenSet =
false;
TemplateAttributes & AddCustomAttributes(CustomAttributesKeyT &&key, CustomAttributesValueT &&value)
void SetCustomerProfileAttributes(CustomerProfileAttributesT &&value)
AWS_CONNECT_API TemplateAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API TemplateAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomerProfileAttributes() const
TemplateAttributes & WithCustomerProfileAttributes(CustomerProfileAttributesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomAttributes() const
bool CustomAttributesHasBeenSet() const
AWS_CONNECT_API TemplateAttributes()=default
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
TemplateAttributes & WithCustomAttributes(CustomAttributesT &&value)
void SetCustomAttributes(CustomAttributesT &&value)
bool CustomerProfileAttributesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue