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/lambda/Lambda_EXPORTS.h>
11#include <aws/lambda/model/Operation.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
45 template <
typename OperationsT = Aws::Vector<Operation>>
47 m_operationsHasBeenSet =
true;
48 m_operations = std::forward<OperationsT>(value);
50 template <
typename OperationsT = Aws::Vector<Operation>>
55 template <
typename OperationsT = Operation>
57 m_operationsHasBeenSet =
true;
58 m_operations.emplace_back(std::forward<OperationsT>(value));
70 template <
typename NextMarkerT = Aws::String>
72 m_nextMarkerHasBeenSet =
true;
73 m_nextMarker = std::forward<NextMarkerT>(value);
75 template <
typename NextMarkerT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
105 bool m_operationsHasBeenSet =
false;
106 bool m_nextMarkerHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
GetDurableExecutionStateResult & AddOperations(OperationsT &&value)
AWS_LAMBDA_API GetDurableExecutionStateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Operation > & GetOperations() const
const Aws::String & GetNextMarker() const
void SetOperations(OperationsT &&value)
AWS_LAMBDA_API GetDurableExecutionStateResult()=default
void SetRequestId(RequestIdT &&value)
GetDurableExecutionStateResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetNextMarker(NextMarkerT &&value)
AWS_LAMBDA_API GetDurableExecutionStateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDurableExecutionStateResult & WithNextMarker(NextMarkerT &&value)
const Aws::String & GetRequestId() const
GetDurableExecutionStateResult & WithOperations(OperationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue