7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/CheckpointUpdatedExecutionState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template <
typename Checkpo
intTokenT = Aws::String>
46 m_checkpointTokenHasBeenSet =
true;
47 m_checkpointToken = std::forward<CheckpointTokenT>(value);
49 template <
typename Checkpo
intTokenT = Aws::String>
63 template <
typename NewExecutionStateT = Checkpo
intUpdatedExecutionState>
65 m_newExecutionStateHasBeenSet =
true;
66 m_newExecutionState = std::forward<NewExecutionStateT>(value);
68 template <
typename NewExecutionStateT = Checkpo
intUpdatedExecutionState>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_checkpointTokenHasBeenSet =
false;
99 bool m_newExecutionStateHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCheckpointToken() const
CheckpointDurableExecutionResult & WithRequestId(RequestIdT &&value)
AWS_LAMBDA_API CheckpointDurableExecutionResult()=default
AWS_LAMBDA_API CheckpointDurableExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetNewExecutionState(NewExecutionStateT &&value)
const Aws::String & GetRequestId() const
CheckpointDurableExecutionResult & WithNewExecutionState(NewExecutionStateT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const CheckpointUpdatedExecutionState & GetNewExecutionState() const
AWS_LAMBDA_API CheckpointDurableExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CheckpointDurableExecutionResult & WithCheckpointToken(CheckpointTokenT &&value)
void SetCheckpointToken(CheckpointTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue