7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/EnvironmentDetailsError.h>
9#include <aws/deadline/model/JobAttachmentDetailsError.h>
10#include <aws/deadline/model/JobDetailsError.h>
11#include <aws/deadline/model/StepDetailsError.h>
43 template <
typename JobDetailsT = JobDetailsError>
45 m_jobDetailsHasBeenSet =
true;
46 m_jobDetails = std::forward<JobDetailsT>(value);
48 template <
typename JobDetailsT = JobDetailsError>
61 template <
typename JobAttachmentDetailsT = JobAttachmentDetailsError>
63 m_jobAttachmentDetailsHasBeenSet =
true;
64 m_jobAttachmentDetails = std::forward<JobAttachmentDetailsT>(value);
66 template <
typename JobAttachmentDetailsT = JobAttachmentDetailsError>
79 template <
typename StepDetailsT = StepDetailsError>
81 m_stepDetailsHasBeenSet =
true;
82 m_stepDetails = std::forward<StepDetailsT>(value);
84 template <
typename StepDetailsT = StepDetailsError>
97 template <
typename EnvironmentDetailsT = EnvironmentDetailsError>
99 m_environmentDetailsHasBeenSet =
true;
100 m_environmentDetails = std::forward<EnvironmentDetailsT>(value);
102 template <
typename EnvironmentDetailsT = EnvironmentDetailsError>
116 bool m_jobDetailsHasBeenSet =
false;
117 bool m_jobAttachmentDetailsHasBeenSet =
false;
118 bool m_stepDetailsHasBeenSet =
false;
119 bool m_environmentDetailsHasBeenSet =
false;
void SetEnvironmentDetails(EnvironmentDetailsT &&value)
AWS_DEADLINE_API GetJobEntityError & operator=(Aws::Utils::Json::JsonView jsonValue)
GetJobEntityError & WithJobDetails(JobDetailsT &&value)
GetJobEntityError & WithStepDetails(StepDetailsT &&value)
void SetStepDetails(StepDetailsT &&value)
GetJobEntityError & WithJobAttachmentDetails(JobAttachmentDetailsT &&value)
const EnvironmentDetailsError & GetEnvironmentDetails() const
void SetJobDetails(JobDetailsT &&value)
GetJobEntityError & WithEnvironmentDetails(EnvironmentDetailsT &&value)
bool StepDetailsHasBeenSet() const
AWS_DEADLINE_API GetJobEntityError(Aws::Utils::Json::JsonView jsonValue)
bool JobAttachmentDetailsHasBeenSet() const
bool JobDetailsHasBeenSet() const
void SetJobAttachmentDetails(JobAttachmentDetailsT &&value)
bool EnvironmentDetailsHasBeenSet() const
const JobDetailsError & GetJobDetails() const
const StepDetailsError & GetStepDetails() const
const JobAttachmentDetailsError & GetJobAttachmentDetails() const
AWS_DEADLINE_API GetJobEntityError()=default
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue