7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/SWFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/swf/model/ExecutionTimeFilter.h>
11#include <aws/swf/model/WorkflowExecutionFilter.h>
12#include <aws/swf/model/WorkflowTypeFilter.h>
13#include <aws/swf/model/TagFilter.h>
14#include <aws/swf/model/CloseStatusFilter.h>
48 template<
typename DomainT = Aws::String>
49 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
50 template<
typename DomainT = Aws::String>
63 template<
typename StartTimeFilterT = ExecutionTimeFilter>
64 void SetStartTimeFilter(StartTimeFilterT&& value) { m_startTimeFilterHasBeenSet =
true; m_startTimeFilter = std::forward<StartTimeFilterT>(value); }
65 template<
typename StartTimeFilterT = ExecutionTimeFilter>
78 template<
typename CloseTimeFilterT = ExecutionTimeFilter>
79 void SetCloseTimeFilter(CloseTimeFilterT&& value) { m_closeTimeFilterHasBeenSet =
true; m_closeTimeFilter = std::forward<CloseTimeFilterT>(value); }
80 template<
typename CloseTimeFilterT = ExecutionTimeFilter>
94 template<
typename ExecutionFilterT = WorkflowExecutionFilter>
95 void SetExecutionFilter(ExecutionFilterT&& value) { m_executionFilterHasBeenSet =
true; m_executionFilter = std::forward<ExecutionFilterT>(value); }
96 template<
typename ExecutionFilterT = WorkflowExecutionFilter>
110 template<
typename TypeFilterT = WorkflowTypeFilter>
111 void SetTypeFilter(TypeFilterT&& value) { m_typeFilterHasBeenSet =
true; m_typeFilter = std::forward<TypeFilterT>(value); }
112 template<
typename TypeFilterT = WorkflowTypeFilter>
126 template<
typename TagFilterT = TagFilter>
127 void SetTagFilter(TagFilterT&& value) { m_tagFilterHasBeenSet =
true; m_tagFilter = std::forward<TagFilterT>(value); }
128 template<
typename TagFilterT = TagFilter>
143 template<
typename CloseStatusFilterT = CloseStatusFilter>
144 void SetCloseStatusFilter(CloseStatusFilterT&& value) { m_closeStatusFilterHasBeenSet =
true; m_closeStatusFilter = std::forward<CloseStatusFilterT>(value); }
145 template<
typename CloseStatusFilterT = CloseStatusFilter>
151 bool m_domainHasBeenSet =
false;
154 bool m_startTimeFilterHasBeenSet =
false;
157 bool m_closeTimeFilterHasBeenSet =
false;
160 bool m_executionFilterHasBeenSet =
false;
163 bool m_typeFilterHasBeenSet =
false;
166 bool m_tagFilterHasBeenSet =
false;
169 bool m_closeStatusFilterHasBeenSet =
false;
bool CloseStatusFilterHasBeenSet() const
void SetTypeFilter(TypeFilterT &&value)
const ExecutionTimeFilter & GetCloseTimeFilter() const
const Aws::String & GetDomain() const
bool TypeFilterHasBeenSet() const
AWS_SWF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetStartTimeFilter(StartTimeFilterT &&value)
bool StartTimeFilterHasBeenSet() const
CountClosedWorkflowExecutionsRequest & WithCloseStatusFilter(CloseStatusFilterT &&value)
void SetDomain(DomainT &&value)
CountClosedWorkflowExecutionsRequest & WithStartTimeFilter(StartTimeFilterT &&value)
void SetCloseStatusFilter(CloseStatusFilterT &&value)
const WorkflowExecutionFilter & GetExecutionFilter() const
bool TagFilterHasBeenSet() const
CountClosedWorkflowExecutionsRequest & WithDomain(DomainT &&value)
bool ExecutionFilterHasBeenSet() const
bool CloseTimeFilterHasBeenSet() const
const CloseStatusFilter & GetCloseStatusFilter() const
CountClosedWorkflowExecutionsRequest & WithTagFilter(TagFilterT &&value)
void SetExecutionFilter(ExecutionFilterT &&value)
CountClosedWorkflowExecutionsRequest & WithCloseTimeFilter(CloseTimeFilterT &&value)
virtual const char * GetServiceRequestName() const override
void SetTagFilter(TagFilterT &&value)
const WorkflowTypeFilter & GetTypeFilter() const
AWS_SWF_API Aws::String SerializePayload() const override
AWS_SWF_API CountClosedWorkflowExecutionsRequest()=default
const ExecutionTimeFilter & GetStartTimeFilter() const
bool DomainHasBeenSet() const
CountClosedWorkflowExecutionsRequest & WithTypeFilter(TypeFilterT &&value)
const TagFilter & GetTagFilter() const
void SetCloseTimeFilter(CloseTimeFilterT &&value)
CountClosedWorkflowExecutionsRequest & WithExecutionFilter(ExecutionFilterT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String