7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/JobDetailsIdentifiers.h>
9#include <aws/deadline/model/JobAttachmentDetailsIdentifiers.h>
10#include <aws/deadline/model/StepDetailsIdentifiers.h>
11#include <aws/deadline/model/EnvironmentDetailsIdentifiers.h>
49 template<
typename JobDetailsT = JobDetailsIdentifiers>
50 void SetJobDetails(JobDetailsT&& value) { m_jobDetailsHasBeenSet =
true; m_jobDetails = std::forward<JobDetailsT>(value); }
51 template<
typename JobDetailsT = JobDetailsIdentifiers>
61 template<
typename JobAttachmentDetailsT = JobAttachmentDetailsIdentifiers>
62 void SetJobAttachmentDetails(JobAttachmentDetailsT&& value) { m_jobAttachmentDetailsHasBeenSet =
true; m_jobAttachmentDetails = std::forward<JobAttachmentDetailsT>(value); }
63 template<
typename JobAttachmentDetailsT = JobAttachmentDetailsIdentifiers>
73 template<
typename StepDetailsT = StepDetailsIdentifiers>
74 void SetStepDetails(StepDetailsT&& value) { m_stepDetailsHasBeenSet =
true; m_stepDetails = std::forward<StepDetailsT>(value); }
75 template<
typename StepDetailsT = StepDetailsIdentifiers>
85 template<
typename EnvironmentDetailsT = EnvironmentDetailsIdentifiers>
86 void SetEnvironmentDetails(EnvironmentDetailsT&& value) { m_environmentDetailsHasBeenSet =
true; m_environmentDetails = std::forward<EnvironmentDetailsT>(value); }
87 template<
typename EnvironmentDetailsT = EnvironmentDetailsIdentifiers>
93 bool m_jobDetailsHasBeenSet =
false;
96 bool m_jobAttachmentDetailsHasBeenSet =
false;
99 bool m_stepDetailsHasBeenSet =
false;
102 bool m_environmentDetailsHasBeenSet =
false;
const JobDetailsIdentifiers & GetJobDetails() const
const StepDetailsIdentifiers & GetStepDetails() const
const EnvironmentDetailsIdentifiers & GetEnvironmentDetails() const
void SetStepDetails(StepDetailsT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetJobAttachmentDetails(JobAttachmentDetailsT &&value)
bool StepDetailsHasBeenSet() const
bool JobAttachmentDetailsHasBeenSet() const
const JobAttachmentDetailsIdentifiers & GetJobAttachmentDetails() const
AWS_DEADLINE_API JobEntityIdentifiersUnion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EnvironmentDetailsHasBeenSet() const
JobEntityIdentifiersUnion & WithStepDetails(StepDetailsT &&value)
AWS_DEADLINE_API JobEntityIdentifiersUnion(Aws::Utils::Json::JsonView jsonValue)
JobEntityIdentifiersUnion & WithEnvironmentDetails(EnvironmentDetailsT &&value)
void SetEnvironmentDetails(EnvironmentDetailsT &&value)
void SetJobDetails(JobDetailsT &&value)
AWS_DEADLINE_API JobEntityIdentifiersUnion()=default
JobEntityIdentifiersUnion & WithJobDetails(JobDetailsT &&value)
JobEntityIdentifiersUnion & WithJobAttachmentDetails(JobAttachmentDetailsT &&value)
bool JobDetailsHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue