7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
14namespace CustomerProfiles {
37 template <
typename ProfileIdT = Aws::String>
39 m_profileIdHasBeenSet =
true;
40 m_profileId = std::forward<ProfileIdT>(value);
42 template <
typename ProfileIdT = Aws::String>
55 template <
typename DomainNameT = Aws::String>
57 m_domainNameHasBeenSet =
true;
58 m_domainName = std::forward<DomainNameT>(value);
60 template <
typename DomainNameT = Aws::String>
70 bool m_profileIdHasBeenSet =
false;
71 bool m_domainNameHasBeenSet =
false;
void SetProfileId(ProfileIdT &&value)
DeleteProfileRequest & WithProfileId(ProfileIdT &&value)
bool ProfileIdHasBeenSet() const
DeleteProfileRequest & WithDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API DeleteProfileRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetProfileId() const
void SetDomainName(DomainNameT &&value)
const Aws::String & GetDomainName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String