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
56 inline void SetKeyName(
const char* value) { m_keyNameHasBeenSet =
true; m_keyName.assign(value); }
79 bool m_keyNameHasBeenSet =
false;
82 bool m_valuesHasBeenSet =
false;
void SetValues(Aws::Vector< Aws::String > &&value)
AdditionalSearchKey & WithKeyName(const Aws::String &value)
AdditionalSearchKey & WithValues(Aws::Vector< Aws::String > &&value)
bool ValuesHasBeenSet() const
AWS_CUSTOMERPROFILES_API AdditionalSearchKey()
AdditionalSearchKey & WithKeyName(Aws::String &&value)
AdditionalSearchKey & AddValues(const Aws::String &value)
void SetKeyName(const char *value)
const Aws::String & GetKeyName() const
AdditionalSearchKey & AddValues(Aws::String &&value)
const Aws::Vector< Aws::String > & GetValues() const
void SetKeyName(Aws::String &&value)
AWS_CUSTOMERPROFILES_API AdditionalSearchKey & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyNameHasBeenSet() const
AdditionalSearchKey & WithKeyName(const char *value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AdditionalSearchKey & AddValues(const char *value)
AdditionalSearchKey & WithValues(const Aws::Vector< Aws::String > &value)
void SetValues(const Aws::Vector< Aws::String > &value)
void SetKeyName(const Aws::String &value)
AWS_CUSTOMERPROFILES_API AdditionalSearchKey(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue