7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/states/model/HistoryEvent.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename EventsT = Aws::Vector<HistoryEvent>>
43 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
44 template<
typename EventsT = Aws::Vector<HistoryEvent>>
46 template<
typename EventsT = HistoryEvent>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_eventsHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< HistoryEvent > & GetEvents() const
GetExecutionHistoryResult & WithRequestId(RequestIdT &&value)
AWS_SFN_API GetExecutionHistoryResult()=default
GetExecutionHistoryResult & WithNextToken(NextTokenT &&value)
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