7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/SystemAttributes.h>
9#include <aws/qconnect/model/AgentAttributes.h>
10#include <aws/qconnect/model/CustomerProfileAttributes.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename SystemAttributesT = SystemAttributes>
53 template<
typename SystemAttributesT = SystemAttributes>
63 template<
typename AgentAttributesT = AgentAttributes>
65 template<
typename AgentAttributesT = AgentAttributes>
75 template<
typename CustomerProfileAttributesT = CustomerProfileAttributes>
77 template<
typename CustomerProfileAttributesT = CustomerProfileAttributes>
87 template<
typename CustomAttributesT = Aws::Map<Aws::String, Aws::String>>
89 template<
typename CustomAttributesT = Aws::Map<Aws::String, Aws::String>>
91 template<
typename CustomAttributesKeyT = Aws::String,
typename CustomAttributesValueT = Aws::String>
93 m_customAttributesHasBeenSet =
true; m_customAttributes.emplace(std::forward<CustomAttributesKeyT>(
key), std::forward<CustomAttributesValueT>(value));
return *
this;
99 bool m_systemAttributesHasBeenSet =
false;
102 bool m_agentAttributesHasBeenSet =
false;
105 bool m_customerProfileAttributesHasBeenSet =
false;
108 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