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