7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/JobDetailsError.h>
9#include <aws/deadline/model/JobAttachmentDetailsError.h>
10#include <aws/deadline/model/StepDetailsError.h>
11#include <aws/deadline/model/EnvironmentDetailsError.h>
49 template<
typename JobDetailsT = JobDetailsError>
50 void SetJobDetails(JobDetailsT&& value) { m_jobDetailsHasBeenSet =
true; m_jobDetails = std::forward<JobDetailsT>(value); }
51 template<
typename JobDetailsT = JobDetailsError>
61 template<
typename JobAttachmentDetailsT = JobAttachmentDetailsError>
62 void SetJobAttachmentDetails(JobAttachmentDetailsT&& value) { m_jobAttachmentDetailsHasBeenSet =
true; m_jobAttachmentDetails = std::forward<JobAttachmentDetailsT>(value); }
63 template<
typename JobAttachmentDetailsT = JobAttachmentDetailsError>
73 template<
typename StepDetailsT = StepDetailsError>
74 void SetStepDetails(StepDetailsT&& value) { m_stepDetailsHasBeenSet =
true; m_stepDetails = std::forward<StepDetailsT>(value); }
75 template<
typename StepDetailsT = StepDetailsError>
85 template<
typename EnvironmentDetailsT = EnvironmentDetailsError>
86 void SetEnvironmentDetails(EnvironmentDetailsT&& value) { m_environmentDetailsHasBeenSet =
true; m_environmentDetails = std::forward<EnvironmentDetailsT>(value); }
87 template<
typename EnvironmentDetailsT = EnvironmentDetailsError>
93 bool m_jobDetailsHasBeenSet =
false;
96 bool m_jobAttachmentDetailsHasBeenSet =
false;
99 bool m_stepDetailsHasBeenSet =
false;
102 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