56 inline void SetDomain(
const char* value) { m_domainHasBeenSet =
true; m_domain.assign(value); }
132 inline void SetNextPageToken(
const char* value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken.assign(value); }
179 inline void SetMaximumPageSize(
int value) { m_maximumPageSizeHasBeenSet =
true; m_maximumPageSize = value; }
203 inline void SetReverseOrder(
bool value) { m_reverseOrderHasBeenSet =
true; m_reverseOrder = value; }
214 bool m_domainHasBeenSet;
216 bool m_executionHasBeenSet;
218 bool m_nextPageTokenHasBeenSet;
219 int m_maximumPageSize;
220 bool m_maximumPageSizeHasBeenSet;
222 bool m_reverseOrderHasBeenSet;
void SetNextPageToken(const char *value)
GetWorkflowExecutionHistoryRequest & WithExecution(WorkflowExecution &&value)
GetWorkflowExecutionHistoryRequest & WithDomain(const char *value)
void SetNextPageToken(Aws::String &&value)
GetWorkflowExecutionHistoryRequest & WithDomain(const Aws::String &value)
GetWorkflowExecutionHistoryRequest & WithNextPageToken(Aws::String &&value)
GetWorkflowExecutionHistoryRequest & WithMaximumPageSize(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetExecution(const WorkflowExecution &value)
void SetDomain(Aws::String &&value)
const Aws::String & GetDomain() const
void SetExecution(WorkflowExecution &&value)
GetWorkflowExecutionHistoryRequest & WithNextPageToken(const Aws::String &value)
void SetReverseOrder(bool value)
GetWorkflowExecutionHistoryRequest & WithExecution(const WorkflowExecution &value)
void SetDomain(const char *value)
void SetMaximumPageSize(int value)
GetWorkflowExecutionHistoryRequest & WithNextPageToken(const char *value)
void SetDomain(const Aws::String &value)
const WorkflowExecution & GetExecution() const
int GetMaximumPageSize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNextPageToken(const Aws::String &value)
GetWorkflowExecutionHistoryRequest & WithReverseOrder(bool value)
const Aws::String & GetNextPageToken() const
bool GetReverseOrder() const
JSON (JavaScript Object Notation).
GetWorkflowExecutionHistoryRequest & WithDomain(Aws::String &&value)