7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/states/SFN_EXPORTS.h>
11#include <aws/states/model/HistoryEvent.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename EventsT = Aws::Vector<HistoryEvent>>
39 m_eventsHasBeenSet =
true;
40 m_events = std::forward<EventsT>(value);
42 template <
typename EventsT = Aws::Vector<HistoryEvent>>
47 template <
typename EventsT = HistoryEvent>
49 m_eventsHasBeenSet =
true;
50 m_events.emplace_back(std::forward<EventsT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_eventsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< HistoryEvent > & GetEvents() const
GetExecutionHistoryResult & WithRequestId(RequestIdT &&value)
AWS_SFN_API GetExecutionHistoryResult()=default
GetExecutionHistoryResult & WithNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetExecutionHistoryResult & WithEvents(EventsT &&value)
GetExecutionHistoryResult & AddEvents(EventsT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
void SetEvents(EventsT &&value)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_SFN_API GetExecutionHistoryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SFN_API GetExecutionHistoryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue