7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
47 template<
typename JobIdT = Aws::String>
48 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
49 template<
typename JobIdT = Aws::String>
59 template<
typename EnvironmentIdT = Aws::String>
60 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
61 template<
typename EnvironmentIdT = Aws::String>
71 template<
typename SchemaVersionT = Aws::String>
72 void SetSchemaVersion(SchemaVersionT&& value) { m_schemaVersionHasBeenSet =
true; m_schemaVersion = std::forward<SchemaVersionT>(value); }
73 template<
typename SchemaVersionT = Aws::String>
83 template<
typename TemplateT = Aws::Utils::Document>
84 void SetTemplate(TemplateT&& value) { m_templateHasBeenSet =
true; m_template = std::forward<TemplateT>(value); }
85 template<
typename TemplateT = Aws::Utils::Document>
91 bool m_jobIdHasBeenSet =
false;
94 bool m_environmentIdHasBeenSet =
false;
97 bool m_schemaVersionHasBeenSet =
false;
100 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