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
41 template<
typename ProfileIdT = Aws::String>
42 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
43 template<
typename ProfileIdT = Aws::String>
53 template<
typename DomainNameT = Aws::String>
54 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
55 template<
typename DomainNameT = Aws::String>
61 bool m_profileIdHasBeenSet =
false;
64 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