7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/deadline/Deadline_EXPORTS.h>
42 template <
typename JobIdT = Aws::String>
44 m_jobIdHasBeenSet =
true;
45 m_jobId = std::forward<JobIdT>(value);
47 template <
typename JobIdT = Aws::String>
49 SetJobId(std::forward<JobIdT>(value));
60 template <
typename StepIdT = Aws::String>
62 m_stepIdHasBeenSet =
true;
63 m_stepId = std::forward<StepIdT>(value);
65 template <
typename StepIdT = Aws::String>
78 template <
typename SchemaVersionT = Aws::String>
80 m_schemaVersionHasBeenSet =
true;
81 m_schemaVersion = std::forward<SchemaVersionT>(value);
83 template <
typename SchemaVersionT = Aws::String>
96 template <
typename TemplateT = Aws::Utils::Document>
98 m_templateHasBeenSet =
true;
99 m_template = std::forward<TemplateT>(value);
101 template <
typename TemplateT = Aws::Utils::Document>
114 template <
typename DependenciesT = Aws::Vector<Aws::String>>
116 m_dependenciesHasBeenSet =
true;
117 m_dependencies = std::forward<DependenciesT>(value);
119 template <
typename DependenciesT = Aws::Vector<Aws::String>>
124 template <
typename DependenciesT = Aws::String>
126 m_dependenciesHasBeenSet =
true;
127 m_dependencies.emplace_back(std::forward<DependenciesT>(value));
141 bool m_jobIdHasBeenSet =
false;
142 bool m_stepIdHasBeenSet =
false;
143 bool m_schemaVersionHasBeenSet =
false;
144 bool m_templateHasBeenSet =
false;
145 bool m_dependenciesHasBeenSet =
false;
Aws::Utils::DocumentView GetTemplate() const
AWS_DEADLINE_API StepDetailsEntity(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEADLINE_API StepDetailsEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobId() const
bool StepIdHasBeenSet() const
StepDetailsEntity & WithDependencies(DependenciesT &&value)
void SetDependencies(DependenciesT &&value)
bool TemplateHasBeenSet() const
void SetStepId(StepIdT &&value)
void SetSchemaVersion(SchemaVersionT &&value)
const Aws::String & GetSchemaVersion() const
AWS_DEADLINE_API StepDetailsEntity()=default
void SetTemplate(TemplateT &&value)
StepDetailsEntity & WithTemplate(TemplateT &&value)
StepDetailsEntity & WithSchemaVersion(SchemaVersionT &&value)
StepDetailsEntity & WithStepId(StepIdT &&value)
bool SchemaVersionHasBeenSet() const
StepDetailsEntity & WithJobId(JobIdT &&value)
StepDetailsEntity & AddDependencies(DependenciesT &&value)
const Aws::String & GetStepId() const
bool DependenciesHasBeenSet() const
const Aws::Vector< Aws::String > & GetDependencies() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue