7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CustomerProfiles
43 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
57 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
65 bool m_profileIdHasBeenSet =
false;
68 bool m_domainNameHasBeenSet =
false;
void SetDomainName(const char *value)
DeleteProfileRequest & WithDomainName(const char *value)
bool ProfileIdHasBeenSet() const
void SetProfileId(Aws::String &&value)
bool DomainNameHasBeenSet() const
void SetProfileId(const char *value)
void SetDomainName(const Aws::String &value)
DeleteProfileRequest & WithProfileId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DeleteProfileRequest & WithDomainName(Aws::String &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
void SetProfileId(const Aws::String &value)
void SetDomainName(Aws::String &&value)
DeleteProfileRequest & WithProfileId(const char *value)
AWS_CUSTOMERPROFILES_API DeleteProfileRequest()
const Aws::String & GetProfileId() const
const Aws::String & GetDomainName() const
DeleteProfileRequest & WithDomainName(const Aws::String &value)
DeleteProfileRequest & WithProfileId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String