7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
10#include <aws/qconnect/model/AgentAttributes.h>
11#include <aws/qconnect/model/CustomerProfileAttributes.h>
12#include <aws/qconnect/model/SystemAttributes.h>
45 template <
typename SystemAttributesT = SystemAttributes>
47 m_systemAttributesHasBeenSet =
true;
48 m_systemAttributes = std::forward<SystemAttributesT>(value);
50 template <
typename SystemAttributesT = SystemAttributes>
63 template <
typename AgentAttributesT = AgentAttributes>
65 m_agentAttributesHasBeenSet =
true;
66 m_agentAttributes = std::forward<AgentAttributesT>(value);
68 template <
typename AgentAttributesT = AgentAttributes>
81 template <
typename CustomerProfileAttributesT = CustomerProfileAttributes>
83 m_customerProfileAttributesHasBeenSet =
true;
84 m_customerProfileAttributes = std::forward<CustomerProfileAttributesT>(value);
86 template <
typename CustomerProfileAttributesT = CustomerProfileAttributes>
99 template <
typename CustomAttributesT = Aws::Map<Aws::String, Aws::String>>
101 m_customAttributesHasBeenSet =
true;
102 m_customAttributes = std::forward<CustomAttributesT>(value);
104 template <
typename CustomAttributesT = Aws::Map<Aws::String, Aws::String>>
109 template <
typename CustomAttributesKeyT = Aws::String,
typename CustomAttributesValueT = Aws::String>
111 m_customAttributesHasBeenSet =
true;
112 m_customAttributes.emplace(std::forward<CustomAttributesKeyT>(
key), std::forward<CustomAttributesValueT>(value));
124 bool m_systemAttributesHasBeenSet =
false;
125 bool m_agentAttributesHasBeenSet =
false;
126 bool m_customerProfileAttributesHasBeenSet =
false;
127 bool m_customAttributesHasBeenSet =
false;
void SetAgentAttributes(AgentAttributesT &&value)
void SetCustomAttributes(CustomAttributesT &&value)
AWS_QCONNECT_API MessageTemplateAttributes()=default
bool SystemAttributesHasBeenSet() const
MessageTemplateAttributes & WithSystemAttributes(SystemAttributesT &&value)
bool CustomAttributesHasBeenSet() const
AWS_QCONNECT_API MessageTemplateAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
const SystemAttributes & GetSystemAttributes() const
bool CustomerProfileAttributesHasBeenSet() const
const CustomerProfileAttributes & GetCustomerProfileAttributes() const
MessageTemplateAttributes & WithAgentAttributes(AgentAttributesT &&value)
AWS_QCONNECT_API MessageTemplateAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
MessageTemplateAttributes & WithCustomerProfileAttributes(CustomerProfileAttributesT &&value)
void SetCustomerProfileAttributes(CustomerProfileAttributesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomAttributes() const
MessageTemplateAttributes & WithCustomAttributes(CustomAttributesT &&value)
const AgentAttributes & GetAgentAttributes() const
void SetSystemAttributes(SystemAttributesT &&value)
MessageTemplateAttributes & AddCustomAttributes(CustomAttributesKeyT &&key, CustomAttributesValueT &&value)
bool AgentAttributesHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue