7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cleanrooms/model/ProtectedJobParameters.h>
11#include <aws/cleanrooms/model/ProtectedJobStatus.h>
12#include <aws/cleanrooms/model/ProtectedJobResultConfigurationOutput.h>
13#include <aws/cleanrooms/model/ProtectedJobStatistics.h>
14#include <aws/cleanrooms/model/ProtectedJobResult.h>
15#include <aws/cleanrooms/model/ProtectedJobError.h>
16#include <aws/cleanrooms/model/ProtectedJobComputeConfiguration.h>
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
67 template<
typename MembershipIdT = Aws::String>
68 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet =
true; m_membershipId = std::forward<MembershipIdT>(value); }
69 template<
typename MembershipIdT = Aws::String>
79 template<
typename MembershipArnT = Aws::String>
80 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet =
true; m_membershipArn = std::forward<MembershipArnT>(value); }
81 template<
typename MembershipArnT = Aws::String>
91 template<
typename CreateTimeT = Aws::Utils::DateTime>
92 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
93 template<
typename CreateTimeT = Aws::Utils::DateTime>
103 template<
typename JobParametersT = ProtectedJobParameters>
104 void SetJobParameters(JobParametersT&& value) { m_jobParametersHasBeenSet =
true; m_jobParameters = std::forward<JobParametersT>(value); }
105 template<
typename JobParametersT = ProtectedJobParameters>
125 template<
typename ResultConfigurationT = ProtectedJobResultConfigurationOutput>
126 void SetResultConfiguration(ResultConfigurationT&& value) { m_resultConfigurationHasBeenSet =
true; m_resultConfiguration = std::forward<ResultConfigurationT>(value); }
127 template<
typename ResultConfigurationT = ProtectedJobResultConfigurationOutput>
137 template<
typename StatisticsT = ProtectedJobStatistics>
138 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
139 template<
typename StatisticsT = ProtectedJobStatistics>
149 template<
typename ResultT = ProtectedJobResult>
150 void SetResult(ResultT&& value) { m_resultHasBeenSet =
true; m_result = std::forward<ResultT>(value); }
151 template<
typename ResultT = ProtectedJobResult>
161 template<
typename ErrorT = ProtectedJobError>
162 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
163 template<
typename ErrorT = ProtectedJobError>
173 template<
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
174 void SetComputeConfiguration(ComputeConfigurationT&& value) { m_computeConfigurationHasBeenSet =
true; m_computeConfiguration = std::forward<ComputeConfigurationT>(value); }
175 template<
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
181 bool m_idHasBeenSet =
false;
184 bool m_membershipIdHasBeenSet =
false;
187 bool m_membershipArnHasBeenSet =
false;
190 bool m_createTimeHasBeenSet =
false;
192 ProtectedJobParameters m_jobParameters;
193 bool m_jobParametersHasBeenSet =
false;
196 bool m_statusHasBeenSet =
false;
198 ProtectedJobResultConfigurationOutput m_resultConfiguration;
199 bool m_resultConfigurationHasBeenSet =
false;
201 ProtectedJobStatistics m_statistics;
202 bool m_statisticsHasBeenSet =
false;
204 ProtectedJobResult m_result;
205 bool m_resultHasBeenSet =
false;
207 ProtectedJobError m_error;
208 bool m_errorHasBeenSet =
false;
210 ProtectedJobComputeConfiguration m_computeConfiguration;
211 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