7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/AutoEvaluationConfiguration.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename InstanceIdT = Aws::String>
44 m_instanceIdHasBeenSet =
true;
45 m_instanceId = std::forward<InstanceIdT>(value);
47 template <
typename InstanceIdT = Aws::String>
60 template <
typename ContactIdT = Aws::String>
62 m_contactIdHasBeenSet =
true;
63 m_contactId = std::forward<ContactIdT>(value);
65 template <
typename ContactIdT = Aws::String>
78 template <
typename EvaluationFormIdT = Aws::String>
80 m_evaluationFormIdHasBeenSet =
true;
81 m_evaluationFormId = std::forward<EvaluationFormIdT>(value);
83 template <
typename EvaluationFormIdT = Aws::String>
96 template <
typename AutoEvaluationConfigurationT = AutoEvaluationConfiguration>
98 m_autoEvaluationConfigurationHasBeenSet =
true;
99 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
101 template <
typename AutoEvaluationConfigurationT = AutoEvaluationConfiguration>
118 template <
typename ClientTokenT = Aws::String>
120 m_clientTokenHasBeenSet =
true;
121 m_clientToken = std::forward<ClientTokenT>(value);
123 template <
typename ClientTokenT = Aws::String>
137 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
139 m_tagsHasBeenSet =
true;
140 m_tags = std::forward<TagsT>(value);
142 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
144 SetTags(std::forward<TagsT>(value));
147 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
149 m_tagsHasBeenSet =
true;
150 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
156 bool m_instanceIdHasBeenSet =
false;
159 bool m_contactIdHasBeenSet =
false;
162 bool m_evaluationFormIdHasBeenSet =
false;
165 bool m_autoEvaluationConfigurationHasBeenSet =
false;
168 bool m_clientTokenHasBeenSet =
true;
171 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
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