7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
41 template <
typename JobIdT = Aws::String>
43 m_jobIdHasBeenSet =
true;
44 m_jobId = std::forward<JobIdT>(value);
46 template <
typename JobIdT = Aws::String>
48 SetJobId(std::forward<JobIdT>(value));
59 template <
typename EnvironmentIdT = Aws::String>
61 m_environmentIdHasBeenSet =
true;
62 m_environmentId = std::forward<EnvironmentIdT>(value);
64 template <
typename EnvironmentIdT = Aws::String>
77 template <
typename SchemaVersionT = Aws::String>
79 m_schemaVersionHasBeenSet =
true;
80 m_schemaVersion = std::forward<SchemaVersionT>(value);
82 template <
typename SchemaVersionT = Aws::String>
95 template <
typename TemplateT = Aws::Utils::Document>
97 m_templateHasBeenSet =
true;
98 m_template = std::forward<TemplateT>(value);
100 template <
typename TemplateT = Aws::Utils::Document>
114 bool m_jobIdHasBeenSet =
false;
115 bool m_environmentIdHasBeenSet =
false;
116 bool m_schemaVersionHasBeenSet =
false;
117 bool m_templateHasBeenSet =
false;
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::DocumentView GetTemplate() const
AWS_DEADLINE_API EnvironmentDetailsEntity()=default
EnvironmentDetailsEntity & WithSchemaVersion(SchemaVersionT &&value)
void SetJobId(JobIdT &&value)
EnvironmentDetailsEntity & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetEnvironmentId() const
bool TemplateHasBeenSet() const
bool JobIdHasBeenSet() const
void SetSchemaVersion(SchemaVersionT &&value)
bool EnvironmentIdHasBeenSet() const
EnvironmentDetailsEntity & WithTemplate(TemplateT &&value)
void SetTemplate(TemplateT &&value)
AWS_DEADLINE_API EnvironmentDetailsEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSchemaVersion() const
AWS_DEADLINE_API EnvironmentDetailsEntity(Aws::Utils::Json::JsonView jsonValue)
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetJobId() const
bool SchemaVersionHasBeenSet() const
EnvironmentDetailsEntity & WithJobId(JobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue