7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ServiceJobEvaluateOnExit.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
47 m_attemptsHasBeenSet =
true;
63 template <
typename EvaluateOnExitT = Aws::Vector<ServiceJobEvaluateOnExit>>
65 m_evaluateOnExitHasBeenSet =
true;
66 m_evaluateOnExit = std::forward<EvaluateOnExitT>(value);
68 template <
typename EvaluateOnExitT = Aws::Vector<ServiceJobEvaluateOnExit>>
73 template <
typename EvaluateOnExitT = ServiceJobEvaluateOnExit>
75 m_evaluateOnExitHasBeenSet =
true;
76 m_evaluateOnExit.emplace_back(std::forward<EvaluateOnExitT>(value));
84 bool m_attemptsHasBeenSet =
false;
85 bool m_evaluateOnExitHasBeenSet =
false;
const Aws::Vector< ServiceJobEvaluateOnExit > & GetEvaluateOnExit() const
bool AttemptsHasBeenSet() const
void SetEvaluateOnExit(EvaluateOnExitT &&value)
AWS_BATCH_API ServiceJobRetryStrategy & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EvaluateOnExitHasBeenSet() const
AWS_BATCH_API ServiceJobRetryStrategy(Aws::Utils::Json::JsonView jsonValue)
ServiceJobRetryStrategy & WithEvaluateOnExit(EvaluateOnExitT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceJobRetryStrategy & AddEvaluateOnExit(EvaluateOnExitT &&value)
ServiceJobRetryStrategy & WithAttempts(int value)
AWS_BATCH_API ServiceJobRetryStrategy()=default
void SetAttempts(int value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue