7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CustomerProfiles
44 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
63 inline void SetKeyName(
const char* value) { m_keyNameHasBeenSet =
true; m_keyName.assign(value); }
92 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
100 bool m_profileIdHasBeenSet =
false;
103 bool m_keyNameHasBeenSet =
false;
106 bool m_valuesHasBeenSet =
false;
109 bool m_domainNameHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
bool ProfileIdHasBeenSet() const
AWS_CUSTOMERPROFILES_API AddProfileKeyRequest()
AddProfileKeyRequest & WithProfileId(const Aws::String &value)
AddProfileKeyRequest & WithDomainName(Aws::String &&value)
AddProfileKeyRequest & WithDomainName(const Aws::String &value)
AddProfileKeyRequest & WithKeyName(const char *value)
AddProfileKeyRequest & WithProfileId(const char *value)
void SetDomainName(const char *value)
bool KeyNameHasBeenSet() const
void SetKeyName(Aws::String &&value)
AddProfileKeyRequest & WithKeyName(const Aws::String &value)
AddProfileKeyRequest & AddValues(const Aws::String &value)
void SetDomainName(const Aws::String &value)
void SetProfileId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetValues() const
const Aws::String & GetDomainName() const
AddProfileKeyRequest & WithKeyName(Aws::String &&value)
void SetKeyName(const char *value)
void SetProfileId(const char *value)
bool DomainNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AddProfileKeyRequest & WithDomainName(const char *value)
void SetKeyName(const Aws::String &value)
void SetValues(Aws::Vector< Aws::String > &&value)
bool ValuesHasBeenSet() const
AddProfileKeyRequest & AddValues(Aws::String &&value)
AddProfileKeyRequest & WithValues(const Aws::Vector< Aws::String > &value)
AddProfileKeyRequest & WithValues(Aws::Vector< Aws::String > &&value)
void SetValues(const Aws::Vector< Aws::String > &value)
void SetDomainName(Aws::String &&value)
const Aws::String & GetProfileId() const
const Aws::String & GetKeyName() const
AddProfileKeyRequest & WithProfileId(Aws::String &&value)
AddProfileKeyRequest & AddValues(const char *value)
void SetProfileId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector