7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/CheckpointUpdatedExecutionState.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template <
typename Checkpo
intTokenT = Aws::String>
45 m_checkpointTokenHasBeenSet =
true;
46 m_checkpointToken = std::forward<CheckpointTokenT>(value);
48 template <
typename Checkpo
intTokenT = Aws::String>
62 template <
typename NewExecutionStateT = Checkpo
intUpdatedExecutionState>
64 m_newExecutionStateHasBeenSet =
true;
65 m_newExecutionState = std::forward<NewExecutionStateT>(value);
67 template <
typename NewExecutionStateT = Checkpo
intUpdatedExecutionState>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_checkpointTokenHasBeenSet =
false;
95 bool m_newExecutionStateHasBeenSet =
false;
96 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)
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