7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/model/WorkflowType.h>
11#include <aws/customer-profiles/model/Status.h>
12#include <aws/core/utils/DateTime.h>
21namespace CustomerProfiles
52 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
76 inline void SetStatus(
const Status& value) { m_statusHasBeenSet =
true; m_status = value; }
77 inline void SetStatus(
Status&& value) { m_statusHasBeenSet =
true; m_status = std::move(value); }
115 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
127 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
133 bool m_domainNameHasBeenSet =
false;
136 bool m_workflowTypeHasBeenSet =
false;
139 bool m_statusHasBeenSet =
false;
142 bool m_queryStartDateHasBeenSet =
false;
145 bool m_queryEndDateHasBeenSet =
false;
148 bool m_nextTokenHasBeenSet =
false;
151 bool m_maxResultsHasBeenSet =
false;
void SetWorkflowType(WorkflowType &&value)
ListWorkflowsRequest & WithQueryEndDate(Aws::Utils::DateTime &&value)
bool WorkflowTypeHasBeenSet() const
const Aws::String & GetDomainName() const
const Status & GetStatus() const
const Aws::Utils::DateTime & GetQueryEndDate() const
int GetMaxResults() const
void SetStatus(Status &&value)
ListWorkflowsRequest & WithNextToken(const char *value)
ListWorkflowsRequest & WithDomainName(const Aws::String &value)
void SetMaxResults(int value)
void SetWorkflowType(const WorkflowType &value)
ListWorkflowsRequest & WithWorkflowType(WorkflowType &&value)
void SetNextToken(const char *value)
ListWorkflowsRequest & WithNextToken(const Aws::String &value)
bool DomainNameHasBeenSet() const
ListWorkflowsRequest & WithQueryStartDate(Aws::Utils::DateTime &&value)
void SetNextToken(Aws::String &&value)
ListWorkflowsRequest & WithDomainName(Aws::String &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
ListWorkflowsRequest & WithStatus(Status &&value)
void SetNextToken(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool QueryEndDateHasBeenSet() const
const Aws::Utils::DateTime & GetQueryStartDate() const
AWS_CUSTOMERPROFILES_API ListWorkflowsRequest()
void SetDomainName(Aws::String &&value)
void SetDomainName(const char *value)
ListWorkflowsRequest & WithNextToken(Aws::String &&value)
ListWorkflowsRequest & WithWorkflowType(const WorkflowType &value)
bool StatusHasBeenSet() const
ListWorkflowsRequest & WithQueryStartDate(const Aws::Utils::DateTime &value)
ListWorkflowsRequest & WithDomainName(const char *value)
AWS_CUSTOMERPROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const WorkflowType & GetWorkflowType() const
void SetDomainName(const Aws::String &value)
void SetQueryStartDate(Aws::Utils::DateTime &&value)
ListWorkflowsRequest & WithMaxResults(int value)
ListWorkflowsRequest & WithQueryEndDate(const Aws::Utils::DateTime &value)
void SetStatus(const Status &value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
void SetQueryEndDate(Aws::Utils::DateTime &&value)
void SetQueryStartDate(const Aws::Utils::DateTime &value)
ListWorkflowsRequest & WithStatus(const Status &value)
bool QueryStartDateHasBeenSet() const
void SetQueryEndDate(const Aws::Utils::DateTime &value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String