7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/Operation.h>
44 template <
typename OperationsT = Aws::Vector<Operation>>
46 m_operationsHasBeenSet =
true;
47 m_operations = std::forward<OperationsT>(value);
49 template <
typename OperationsT = Aws::Vector<Operation>>
54 template <
typename OperationsT = Operation>
56 m_operationsHasBeenSet =
true;
57 m_operations.emplace_back(std::forward<OperationsT>(value));
69 template <
typename NextMarkerT = Aws::String>
71 m_nextMarkerHasBeenSet =
true;
72 m_nextMarker = std::forward<NextMarkerT>(value);
74 template <
typename NextMarkerT = Aws::String>
84 bool m_operationsHasBeenSet =
false;
85 bool m_nextMarkerHasBeenSet =
false;
bool NextMarkerHasBeenSet() const
bool OperationsHasBeenSet() const
void SetNextMarker(NextMarkerT &&value)
CheckpointUpdatedExecutionState & AddOperations(OperationsT &&value)
AWS_LAMBDA_API CheckpointUpdatedExecutionState(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Operation > & GetOperations() const
CheckpointUpdatedExecutionState & WithOperations(OperationsT &&value)
CheckpointUpdatedExecutionState & WithNextMarker(NextMarkerT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API CheckpointUpdatedExecutionState()=default
AWS_LAMBDA_API CheckpointUpdatedExecutionState & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNextMarker() const
void SetOperations(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