7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/ErrorObject.h>
43 m_attemptHasBeenSet =
true;
61 template <
typename NextAttemptTimestampT = Aws::Utils::DateTime>
63 m_nextAttemptTimestampHasBeenSet =
true;
64 m_nextAttemptTimestamp = std::forward<NextAttemptTimestampT>(value);
66 template <
typename NextAttemptTimestampT = Aws::Utils::DateTime>
79 template <
typename ResultT = Aws::String>
81 m_resultHasBeenSet =
true;
82 m_result = std::forward<ResultT>(value);
84 template <
typename ResultT = Aws::String>
97 template <
typename ErrorT = ErrorObject>
99 m_errorHasBeenSet =
true;
100 m_error = std::forward<ErrorT>(value);
102 template <
typename ErrorT = ErrorObject>
104 SetError(std::forward<ErrorT>(value));
116 bool m_attemptHasBeenSet =
false;
117 bool m_nextAttemptTimestampHasBeenSet =
false;
118 bool m_resultHasBeenSet =
false;
119 bool m_errorHasBeenSet =
false;
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API StepDetails(Aws::Utils::Json::JsonView jsonValue)
void SetResult(ResultT &&value)
AWS_LAMBDA_API StepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
StepDetails & WithNextAttemptTimestamp(NextAttemptTimestampT &&value)
const Aws::Utils::DateTime & GetNextAttemptTimestamp() const
void SetNextAttemptTimestamp(NextAttemptTimestampT &&value)
bool AttemptHasBeenSet() const
void SetAttempt(int value)
const ErrorObject & GetError() const
void SetError(ErrorT &&value)
StepDetails & WithAttempt(int value)
const Aws::String & GetResult() const
bool ErrorHasBeenSet() const
bool NextAttemptTimestampHasBeenSet() const
StepDetails & WithResult(ResultT &&value)
AWS_LAMBDA_API StepDetails()=default
bool ResultHasBeenSet() const
StepDetails & WithError(ErrorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue