7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename JobT = Aws::String>
43 m_jobHasBeenSet =
true;
44 m_job = std::forward<JobT>(value);
46 template <
typename JobT = Aws::String>
48 SetJob(std::forward<JobT>(value));
67 template <
typename CodeT = Aws::String>
69 m_codeHasBeenSet =
true;
70 m_code = std::forward<CodeT>(value);
72 template <
typename CodeT = Aws::String>
74 SetCode(std::forward<CodeT>(value));
85 template <
typename MessageT = Aws::String>
87 m_messageHasBeenSet =
true;
88 m_message = std::forward<MessageT>(value);
90 template <
typename MessageT = Aws::String>
102 bool m_jobHasBeenSet =
false;
103 bool m_codeHasBeenSet =
false;
104 bool m_messageHasBeenSet =
false;
TerminateJobsErrorDetail & WithCode(CodeT &&value)
void SetJob(JobT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
TerminateJobsErrorDetail & WithJob(JobT &&value)
TerminateJobsErrorDetail & WithMessage(MessageT &&value)
bool CodeHasBeenSet() const
const Aws::String & GetJob() const
void SetMessage(MessageT &&value)
void SetCode(CodeT &&value)
AWS_BATCH_API TerminateJobsErrorDetail()=default
bool JobHasBeenSet() const
const Aws::String & GetMessage() const
AWS_BATCH_API TerminateJobsErrorDetail(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
const Aws::String & GetCode() const
AWS_BATCH_API TerminateJobsErrorDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue