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