7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJobComputeConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedJobError.h>
10#include <aws/cleanrooms/model/ProtectedJobParameters.h>
11#include <aws/cleanrooms/model/ProtectedJobResult.h>
12#include <aws/cleanrooms/model/ProtectedJobResultConfigurationOutput.h>
13#include <aws/cleanrooms/model/ProtectedJobStatistics.h>
14#include <aws/cleanrooms/model/ProtectedJobStatus.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
49 template <
typename IdT = Aws::String>
51 m_idHasBeenSet =
true;
52 m_id = std::forward<IdT>(value);
54 template <
typename IdT = Aws::String>
56 SetId(std::forward<IdT>(value));
67 template <
typename MembershipIdT = Aws::String>
69 m_membershipIdHasBeenSet =
true;
70 m_membershipId = std::forward<MembershipIdT>(value);
72 template <
typename MembershipIdT = Aws::String>
85 template <
typename MembershipArnT = Aws::String>
87 m_membershipArnHasBeenSet =
true;
88 m_membershipArn = std::forward<MembershipArnT>(value);
90 template <
typename MembershipArnT = Aws::String>
103 template <
typename CreateTimeT = Aws::Utils::DateTime>
105 m_createTimeHasBeenSet =
true;
106 m_createTime = std::forward<CreateTimeT>(value);
108 template <
typename CreateTimeT = Aws::Utils::DateTime>
121 template <
typename JobParametersT = ProtectedJobParameters>
123 m_jobParametersHasBeenSet =
true;
124 m_jobParameters = std::forward<JobParametersT>(value);
126 template <
typename JobParametersT = ProtectedJobParameters>
140 m_statusHasBeenSet =
true;
155 template <
typename ResultConfigurationT = ProtectedJobResultConfigurationOutput>
157 m_resultConfigurationHasBeenSet =
true;
158 m_resultConfiguration = std::forward<ResultConfigurationT>(value);
160 template <
typename ResultConfigurationT = ProtectedJobResultConfigurationOutput>
173 template <
typename StatisticsT = ProtectedJobStatistics>
175 m_statisticsHasBeenSet =
true;
176 m_statistics = std::forward<StatisticsT>(value);
178 template <
typename StatisticsT = ProtectedJobStatistics>
191 template <
typename ResultT = ProtectedJobResult>
193 m_resultHasBeenSet =
true;
194 m_result = std::forward<ResultT>(value);
196 template <
typename ResultT = ProtectedJobResult>
209 template <
typename ErrorT = ProtectedJobError>
211 m_errorHasBeenSet =
true;
212 m_error = std::forward<ErrorT>(value);
214 template <
typename ErrorT = ProtectedJobError>
216 SetError(std::forward<ErrorT>(value));
227 template <
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
229 m_computeConfigurationHasBeenSet =
true;
230 m_computeConfiguration = std::forward<ComputeConfigurationT>(value);
232 template <
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
247 ProtectedJobParameters m_jobParameters;
251 ProtectedJobResultConfigurationOutput m_resultConfiguration;
253 ProtectedJobStatistics m_statistics;
255 ProtectedJobResult m_result;
257 ProtectedJobError m_error;
259 ProtectedJobComputeConfiguration m_computeConfiguration;
260 bool m_idHasBeenSet =
false;
261 bool m_membershipIdHasBeenSet =
false;
262 bool m_membershipArnHasBeenSet =
false;
263 bool m_createTimeHasBeenSet =
false;
264 bool m_jobParametersHasBeenSet =
false;
265 bool m_statusHasBeenSet =
false;
266 bool m_resultConfigurationHasBeenSet =
false;
267 bool m_statisticsHasBeenSet =
false;
268 bool m_resultHasBeenSet =
false;
269 bool m_errorHasBeenSet =
false;
270 bool m_computeConfigurationHasBeenSet =
false;
ProtectedJob & WithError(ErrorT &&value)
ProtectedJob & WithComputeConfiguration(ComputeConfigurationT &&value)
void SetStatus(ProtectedJobStatus value)
ProtectedJob & WithResult(ResultT &&value)
ProtectedJob & WithMembershipArn(MembershipArnT &&value)
void SetError(ErrorT &&value)
const ProtectedJobParameters & GetJobParameters() const
const ProtectedJobComputeConfiguration & GetComputeConfiguration() const
void SetResult(ResultT &&value)
bool ResultHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
bool MembershipIdHasBeenSet() const
AWS_CLEANROOMS_API ProtectedJob(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MembershipArnHasBeenSet() const
bool StatisticsHasBeenSet() const
bool ComputeConfigurationHasBeenSet() const
void SetStatistics(StatisticsT &&value)
const ProtectedJobResultConfigurationOutput & GetResultConfiguration() const
void SetComputeConfiguration(ComputeConfigurationT &&value)
AWS_CLEANROOMS_API ProtectedJob()=default
ProtectedJob & WithCreateTime(CreateTimeT &&value)
const Aws::String & GetMembershipId() const
ProtectedJob & WithJobParameters(JobParametersT &&value)
ProtectedJob & WithId(IdT &&value)
ProtectedJobStatus GetStatus() const
void SetMembershipArn(MembershipArnT &&value)
ProtectedJob & WithMembershipId(MembershipIdT &&value)
bool ResultConfigurationHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
bool CreateTimeHasBeenSet() const
AWS_CLEANROOMS_API ProtectedJob & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobParameters(JobParametersT &&value)
void SetMembershipId(MembershipIdT &&value)
const Aws::String & GetId() const
ProtectedJob & WithStatistics(StatisticsT &&value)
const ProtectedJobError & GetError() const
const ProtectedJobStatistics & GetStatistics() const
ProtectedJob & WithResultConfiguration(ResultConfigurationT &&value)
bool ErrorHasBeenSet() const
bool JobParametersHasBeenSet() const
bool StatusHasBeenSet() const
void SetResultConfiguration(ResultConfigurationT &&value)
ProtectedJob & WithStatus(ProtectedJobStatus value)
bool IdHasBeenSet() const
const Aws::String & GetMembershipArn() const
const ProtectedJobResult & GetResult() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue