7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lambda/LambdaRequest.h>
11#include <aws/lambda/Lambda_EXPORTS.h>
12#include <aws/lambda/model/OperationUpdate.h>
40 template <
typename DurableExecutionArnT = Aws::String>
42 m_durableExecutionArnHasBeenSet =
true;
43 m_durableExecutionArn = std::forward<DurableExecutionArnT>(value);
45 template <
typename DurableExecutionArnT = Aws::String>
61 template <
typename Checkpo
intTokenT = Aws::String>
63 m_checkpointTokenHasBeenSet =
true;
64 m_checkpointToken = std::forward<CheckpointTokenT>(value);
66 template <
typename Checkpo
intTokenT = Aws::String>
82 template <
typename UpdatesT = Aws::Vector<OperationUpdate>>
84 m_updatesHasBeenSet =
true;
85 m_updates = std::forward<UpdatesT>(value);
87 template <
typename UpdatesT = Aws::Vector<OperationUpdate>>
92 template <
typename UpdatesT = OperationUpdate>
94 m_updatesHasBeenSet =
true;
95 m_updates.emplace_back(std::forward<UpdatesT>(value));
108 template <
typename ClientTokenT = Aws::String>
110 m_clientTokenHasBeenSet =
true;
111 m_clientToken = std::forward<ClientTokenT>(value);
113 template <
typename ClientTokenT = Aws::String>
127 bool m_durableExecutionArnHasBeenSet =
false;
128 bool m_checkpointTokenHasBeenSet =
false;
129 bool m_updatesHasBeenSet =
false;
130 bool m_clientTokenHasBeenSet =
true;
const Aws::Vector< OperationUpdate > & GetUpdates() const
void SetUpdates(UpdatesT &&value)
void SetClientToken(ClientTokenT &&value)
void SetDurableExecutionArn(DurableExecutionArnT &&value)
AWS_LAMBDA_API Aws::String SerializePayload() const override
bool UpdatesHasBeenSet() const
const Aws::String & GetDurableExecutionArn() const
bool CheckpointTokenHasBeenSet() const
CheckpointDurableExecutionRequest & AddUpdates(UpdatesT &&value)
void SetCheckpointToken(CheckpointTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
const Aws::String & GetCheckpointToken() const
CheckpointDurableExecutionRequest & WithClientToken(ClientTokenT &&value)
CheckpointDurableExecutionRequest & WithCheckpointToken(CheckpointTokenT &&value)
bool DurableExecutionArnHasBeenSet() const
CheckpointDurableExecutionRequest & WithDurableExecutionArn(DurableExecutionArnT &&value)
const Aws::String & GetClientToken() const
AWS_LAMBDA_API CheckpointDurableExecutionRequest()=default
CheckpointDurableExecutionRequest & WithUpdates(UpdatesT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector