7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
20namespace CustomerProfiles {
45 template <
typename KeyNameT = Aws::String>
47 m_keyNameHasBeenSet =
true;
48 m_keyName = std::forward<KeyNameT>(value);
50 template <
typename KeyNameT = Aws::String>
63 template <
typename ValuesT = Aws::Vector<Aws::String>>
65 m_valuesHasBeenSet =
true;
66 m_values = std::forward<ValuesT>(value);
68 template <
typename ValuesT = Aws::Vector<Aws::String>>
73 template <
typename ValuesT = Aws::String>
75 m_valuesHasBeenSet =
true;
76 m_values.emplace_back(std::forward<ValuesT>(value));
84 bool m_keyNameHasBeenSet =
false;
85 bool m_valuesHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API FoundByKeyValue & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API FoundByKeyValue()=default
void SetValues(ValuesT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
FoundByKeyValue & AddValues(ValuesT &&value)
const Aws::String & GetKeyName() const
FoundByKeyValue & WithValues(ValuesT &&value)
void SetKeyName(KeyNameT &&value)
bool ValuesHasBeenSet() const
FoundByKeyValue & WithKeyName(KeyNameT &&value)
AWS_CUSTOMERPROFILES_API FoundByKeyValue(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetValues() const
bool KeyNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue