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 WorkflowIdT = Aws::String>
54 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
55 template<
typename WorkflowIdT = Aws::String>
61 bool m_domainNameHasBeenSet =
false;
64 bool m_workflowIdHasBeenSet =
false;
void SetWorkflowId(WorkflowIdT &&value)
const Aws::String & GetDomainName() const
DeleteWorkflowRequest & WithDomainName(DomainNameT &&value)
void SetDomainName(DomainNameT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
bool WorkflowIdHasBeenSet() const
AWS_CUSTOMERPROFILES_API DeleteWorkflowRequest()=default
const Aws::String & GetWorkflowId() const
virtual const char * GetServiceRequestName() const override
bool DomainNameHasBeenSet() const
DeleteWorkflowRequest & WithWorkflowId(WorkflowIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String