7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFNRequest.h>
9#include <aws/states/SFN_EXPORTS.h>
39 template <
typename ExecutionArnT = Aws::String>
41 m_executionArnHasBeenSet =
true;
42 m_executionArn = std::forward<ExecutionArnT>(value);
44 template <
typename ExecutionArnT = Aws::String>
62 m_maxResultsHasBeenSet =
true;
78 m_reverseOrderHasBeenSet =
true;
79 m_reverseOrder = value;
98 template <
typename NextTokenT = Aws::String>
100 m_nextTokenHasBeenSet =
true;
101 m_nextToken = std::forward<NextTokenT>(value);
103 template <
typename NextTokenT = Aws::String>
118 m_includeExecutionDataHasBeenSet =
true;
119 m_includeExecutionData = value;
131 bool m_reverseOrder{
false};
135 bool m_includeExecutionData{
false};
136 bool m_executionArnHasBeenSet =
false;
137 bool m_maxResultsHasBeenSet =
false;
138 bool m_reverseOrderHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
140 bool m_includeExecutionDataHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
GetExecutionHistoryRequest & WithNextToken(NextTokenT &&value)
AWS_SFN_API GetExecutionHistoryRequest()=default
void SetReverseOrder(bool value)
GetExecutionHistoryRequest & WithExecutionArn(ExecutionArnT &&value)
GetExecutionHistoryRequest & WithIncludeExecutionData(bool value)
const Aws::String & GetNextToken() const
void SetExecutionArn(ExecutionArnT &&value)
bool GetIncludeExecutionData() const
bool GetReverseOrder() const
int GetMaxResults() const
GetExecutionHistoryRequest & WithReverseOrder(bool value)
bool ReverseOrderHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetIncludeExecutionData(bool value)
GetExecutionHistoryRequest & WithMaxResults(int value)
bool IncludeExecutionDataHasBeenSet() const
const Aws::String & GetExecutionArn() const
virtual const char * GetServiceRequestName() const override
bool ExecutionArnHasBeenSet() const
AWS_SFN_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SFN_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String