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 JobIdT = Aws::String>
54 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
55 template<
typename JobIdT = Aws::String>
61 bool m_domainNameHasBeenSet =
false;
64 bool m_jobIdHasBeenSet =
false;
const Aws::String & GetDomainName() const
virtual const char * GetServiceRequestName() const override
bool DomainNameHasBeenSet() const
void SetDomainName(DomainNameT &&value)
StopUploadJobRequest & WithDomainName(DomainNameT &&value)
AWS_CUSTOMERPROFILES_API StopUploadJobRequest()=default
void SetJobId(JobIdT &&value)
StopUploadJobRequest & WithJobId(JobIdT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetJobId() const
bool JobIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String