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 DomainNameT = Aws::String>
42 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
43 template<
typename DomainNameT = Aws::String>
53 template<
typename UriT = Aws::String>
54 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
55 template<
typename UriT = Aws::String>
61 bool m_domainNameHasBeenSet =
false;
64 bool m_uriHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
void SetDomainName(DomainNameT &&value)
DeleteIntegrationRequest & WithUri(UriT &&value)
DeleteIntegrationRequest & WithDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
bool UriHasBeenSet() const
const Aws::String & GetDomainName() const
void SetUri(UriT &&value)
const Aws::String & GetUri() const
virtual const char * GetServiceRequestName() const override
AWS_CUSTOMERPROFILES_API DeleteIntegrationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String