7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/ContactType.h>
20namespace CustomerProfiles {
41 template <
typename KeyNameT = Aws::String>
43 m_keyNameHasBeenSet =
true;
44 m_keyName = std::forward<KeyNameT>(value);
46 template <
typename KeyNameT = Aws::String>
59 template <
typename KeyValueT = Aws::String>
61 m_keyValueHasBeenSet =
true;
62 m_keyValue = std::forward<KeyValueT>(value);
64 template <
typename KeyValueT = Aws::String>
77 template <
typename ProfileIdT = Aws::String>
79 m_profileIdHasBeenSet =
true;
80 m_profileId = std::forward<ProfileIdT>(value);
82 template <
typename ProfileIdT = Aws::String>
97 m_contactTypeHasBeenSet =
true;
98 m_contactType = value;
113 bool m_keyNameHasBeenSet =
false;
114 bool m_keyValueHasBeenSet =
false;
115 bool m_profileIdHasBeenSet =
false;
116 bool m_contactTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue