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
50 template<
typename DomainNameT = Aws::String>
51 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
52 template<
typename DomainNameT = Aws::String>
72 inline void SetStatus(
Status value) { m_statusHasBeenSet =
true; m_status = value; }
82 template<
typename QueryStartDateT = Aws::Utils::DateTime>
83 void SetQueryStartDate(QueryStartDateT&& value) { m_queryStartDateHasBeenSet =
true; m_queryStartDate = std::forward<QueryStartDateT>(value); }
84 template<
typename QueryStartDateT = Aws::Utils::DateTime>
94 template<
typename QueryEndDateT = Aws::Utils::DateTime>
95 void SetQueryEndDate(QueryEndDateT&& value) { m_queryEndDateHasBeenSet =
true; m_queryEndDate = std::forward<QueryEndDateT>(value); }
96 template<
typename QueryEndDateT = Aws::Utils::DateTime>
107 template<
typename NextTokenT = Aws::String>
108 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
109 template<
typename NextTokenT = Aws::String>
119 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
125 bool m_domainNameHasBeenSet =
false;
128 bool m_workflowTypeHasBeenSet =
false;
131 bool m_statusHasBeenSet =
false;
134 bool m_queryStartDateHasBeenSet =
false;
137 bool m_queryEndDateHasBeenSet =
false;
140 bool m_nextTokenHasBeenSet =
false;
143 bool m_maxResultsHasBeenSet =
false;
bool WorkflowTypeHasBeenSet() const
const Aws::String & GetDomainName() const
const Aws::Utils::DateTime & GetQueryEndDate() const
int GetMaxResults() const
void SetWorkflowType(WorkflowType value)
void SetMaxResults(int value)
void SetQueryEndDate(QueryEndDateT &&value)
WorkflowType GetWorkflowType() const
void SetNextToken(NextTokenT &&value)
bool DomainNameHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool QueryEndDateHasBeenSet() const
const Aws::Utils::DateTime & GetQueryStartDate() const
void SetStatus(Status value)
void SetDomainName(DomainNameT &&value)
ListWorkflowsRequest & WithWorkflowType(WorkflowType value)
bool StatusHasBeenSet() const
ListWorkflowsRequest & WithQueryEndDate(QueryEndDateT &&value)
ListWorkflowsRequest & WithQueryStartDate(QueryStartDateT &&value)
AWS_CUSTOMERPROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_CUSTOMERPROFILES_API ListWorkflowsRequest()=default
void SetQueryStartDate(QueryStartDateT &&value)
ListWorkflowsRequest & WithMaxResults(int value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
ListWorkflowsRequest & WithDomainName(DomainNameT &&value)
ListWorkflowsRequest & WithNextToken(NextTokenT &&value)
bool QueryStartDateHasBeenSet() const
ListWorkflowsRequest & WithStatus(Status value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String