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 DomainNameT = Aws::String>
39 m_domainNameHasBeenSet =
true;
40 m_domainName = std::forward<DomainNameT>(value);
42 template <
typename DomainNameT = Aws::String>
55 template <
typename WorkflowIdT = Aws::String>
57 m_workflowIdHasBeenSet =
true;
58 m_workflowId = std::forward<WorkflowIdT>(value);
60 template <
typename WorkflowIdT = Aws::String>
70 bool m_domainNameHasBeenSet =
false;
71 bool m_workflowIdHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
void SetWorkflowId(WorkflowIdT &&value)
GetWorkflowRequest & WithWorkflowId(WorkflowIdT &&value)
GetWorkflowRequest & WithDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetWorkflowId() const
void SetDomainName(DomainNameT &&value)
const Aws::String & GetDomainName() const
bool WorkflowIdHasBeenSet() const
AWS_CUSTOMERPROFILES_API GetWorkflowRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String