7#include <aws/core/utils/memory/stl/AWSMap.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>
11#include <aws/deadline/model/JobAttachmentSettings.h>
12#include <aws/deadline/model/JobParameter.h>
13#include <aws/deadline/model/JobRunAsUser.h>
14#include <aws/deadline/model/PathMappingRule.h>
46 template <
typename JobIdT = Aws::String>
48 m_jobIdHasBeenSet =
true;
49 m_jobId = std::forward<JobIdT>(value);
51 template <
typename JobIdT = Aws::String>
53 SetJobId(std::forward<JobIdT>(value));
64 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
66 m_jobAttachmentSettingsHasBeenSet =
true;
67 m_jobAttachmentSettings = std::forward<JobAttachmentSettingsT>(value);
69 template <
typename JobAttachmentSettingsT = JobAttachmentSettings>
82 template <
typename JobRunAsUserT = JobRunAsUser>
84 m_jobRunAsUserHasBeenSet =
true;
85 m_jobRunAsUser = std::forward<JobRunAsUserT>(value);
87 template <
typename JobRunAsUserT = JobRunAsUser>
100 template <
typename LogGroupNameT = Aws::String>
102 m_logGroupNameHasBeenSet =
true;
103 m_logGroupName = std::forward<LogGroupNameT>(value);
105 template <
typename LogGroupNameT = Aws::String>
118 template <
typename QueueRoleArnT = Aws::String>
120 m_queueRoleArnHasBeenSet =
true;
121 m_queueRoleArn = std::forward<QueueRoleArnT>(value);
123 template <
typename QueueRoleArnT = Aws::String>
136 template <
typename ParametersT = Aws::Map<Aws::String, JobParameter>>
138 m_parametersHasBeenSet =
true;
139 m_parameters = std::forward<ParametersT>(value);
141 template <
typename ParametersT = Aws::Map<Aws::String, JobParameter>>
146 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = JobParameter>
148 m_parametersHasBeenSet =
true;
149 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
160 template <
typename SchemaVersionT = Aws::String>
162 m_schemaVersionHasBeenSet =
true;
163 m_schemaVersion = std::forward<SchemaVersionT>(value);
165 template <
typename SchemaVersionT = Aws::String>
178 template <
typename PathMappingRulesT = Aws::Vector<PathMappingRule>>
180 m_pathMappingRulesHasBeenSet =
true;
181 m_pathMappingRules = std::forward<PathMappingRulesT>(value);
183 template <
typename PathMappingRulesT = Aws::Vector<PathMappingRule>>
188 template <
typename PathMappingRulesT = PathMappingRule>
190 m_pathMappingRulesHasBeenSet =
true;
191 m_pathMappingRules.emplace_back(std::forward<PathMappingRulesT>(value));
211 bool m_jobIdHasBeenSet =
false;
212 bool m_jobAttachmentSettingsHasBeenSet =
false;
213 bool m_jobRunAsUserHasBeenSet =
false;
214 bool m_logGroupNameHasBeenSet =
false;
215 bool m_queueRoleArnHasBeenSet =
false;
216 bool m_parametersHasBeenSet =
false;
217 bool m_schemaVersionHasBeenSet =
false;
218 bool m_pathMappingRulesHasBeenSet =
false;
JobDetailsEntity & WithParameters(ParametersT &&value)
void SetJobRunAsUser(JobRunAsUserT &&value)
void SetJobId(JobIdT &&value)
void SetSchemaVersion(SchemaVersionT &&value)
const Aws::String & GetQueueRoleArn() const
JobDetailsEntity & WithSchemaVersion(SchemaVersionT &&value)
const Aws::Map< Aws::String, JobParameter > & GetParameters() const
bool JobAttachmentSettingsHasBeenSet() const
const Aws::String & GetSchemaVersion() const
void SetJobAttachmentSettings(JobAttachmentSettingsT &&value)
const JobRunAsUser & GetJobRunAsUser() const
AWS_DEADLINE_API JobDetailsEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
const JobAttachmentSettings & GetJobAttachmentSettings() const
JobDetailsEntity & WithJobId(JobIdT &&value)
void SetQueueRoleArn(QueueRoleArnT &&value)
bool ParametersHasBeenSet() const
void SetParameters(ParametersT &&value)
bool QueueRoleArnHasBeenSet() const
void SetLogGroupName(LogGroupNameT &&value)
JobDetailsEntity & WithPathMappingRules(PathMappingRulesT &&value)
void SetPathMappingRules(PathMappingRulesT &&value)
JobDetailsEntity & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
const Aws::String & GetJobId() const
bool LogGroupNameHasBeenSet() const
JobDetailsEntity & AddPathMappingRules(PathMappingRulesT &&value)
JobDetailsEntity & WithQueueRoleArn(QueueRoleArnT &&value)
const Aws::Vector< PathMappingRule > & GetPathMappingRules() const
bool SchemaVersionHasBeenSet() const
AWS_DEADLINE_API JobDetailsEntity()=default
JobDetailsEntity & WithJobRunAsUser(JobRunAsUserT &&value)
JobDetailsEntity & WithJobAttachmentSettings(JobAttachmentSettingsT &&value)
AWS_DEADLINE_API JobDetailsEntity(Aws::Utils::Json::JsonView jsonValue)
bool PathMappingRulesHasBeenSet() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
JobDetailsEntity & WithLogGroupName(LogGroupNameT &&value)
const Aws::String & GetLogGroupName() const
bool JobRunAsUserHasBeenSet() const
bool JobIdHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue