7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CustomerProfiles
54 template<
typename KeyNameT = Aws::String>
55 void SetKeyName(KeyNameT&& value) { m_keyNameHasBeenSet =
true; m_keyName = std::forward<KeyNameT>(value); }
56 template<
typename KeyNameT = Aws::String>
66 template<
typename ValuesT = Aws::Vector<Aws::String>>
67 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
68 template<
typename ValuesT = Aws::Vector<Aws::String>>
70 template<
typename ValuesT = Aws::String>
76 bool m_keyNameHasBeenSet =
false;
79 bool m_valuesHasBeenSet =
false;
void SetKeyName(KeyNameT &&value)
AdditionalSearchKey & WithValues(ValuesT &&value)
bool ValuesHasBeenSet() const
AdditionalSearchKey & WithKeyName(KeyNameT &&value)
const Aws::String & GetKeyName() const
void SetValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetValues() const
AWS_CUSTOMERPROFILES_API AdditionalSearchKey & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API AdditionalSearchKey()=default
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API AdditionalSearchKey(Aws::Utils::Json::JsonView jsonValue)
AdditionalSearchKey & AddValues(ValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue