7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/InputDataConfig.h>
9#include <aws/comprehend/model/JobStatus.h>
10#include <aws/comprehend/model/LanguageCode.h>
11#include <aws/comprehend/model/PiiEntitiesDetectionMode.h>
12#include <aws/comprehend/model/PiiOutputDataConfig.h>
13#include <aws/comprehend/model/RedactionConfig.h>
14#include <aws/core/utils/DateTime.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
48 template <
typename JobIdT = Aws::String>
50 m_jobIdHasBeenSet =
true;
51 m_jobId = std::forward<JobIdT>(value);
53 template <
typename JobIdT = Aws::String>
55 SetJobId(std::forward<JobIdT>(value));
73 template <
typename JobArnT = Aws::String>
75 m_jobArnHasBeenSet =
true;
76 m_jobArn = std::forward<JobArnT>(value);
78 template <
typename JobArnT = Aws::String>
91 template <
typename JobNameT = Aws::String>
93 m_jobNameHasBeenSet =
true;
94 m_jobName = std::forward<JobNameT>(value);
96 template <
typename JobNameT = Aws::String>
112 m_jobStatusHasBeenSet =
true;
127 template <
typename MessageT = Aws::String>
129 m_messageHasBeenSet =
true;
130 m_message = std::forward<MessageT>(value);
132 template <
typename MessageT = Aws::String>
146 template <
typename SubmitTimeT = Aws::Utils::DateTime>
148 m_submitTimeHasBeenSet =
true;
149 m_submitTime = std::forward<SubmitTimeT>(value);
151 template <
typename SubmitTimeT = Aws::Utils::DateTime>
164 template <
typename EndTimeT = Aws::Utils::DateTime>
166 m_endTimeHasBeenSet =
true;
167 m_endTime = std::forward<EndTimeT>(value);
169 template <
typename EndTimeT = Aws::Utils::DateTime>
182 template <
typename InputDataConfigT = InputDataConfig>
184 m_inputDataConfigHasBeenSet =
true;
185 m_inputDataConfig = std::forward<InputDataConfigT>(value);
187 template <
typename InputDataConfigT = InputDataConfig>
201 template <
typename OutputDataConfigT = PiiOutputDataConfig>
203 m_outputDataConfigHasBeenSet =
true;
204 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
206 template <
typename OutputDataConfigT = PiiOutputDataConfig>
223 template <
typename RedactionConfigT = RedactionConfig>
225 m_redactionConfigHasBeenSet =
true;
226 m_redactionConfig = std::forward<RedactionConfigT>(value);
228 template <
typename RedactionConfigT = RedactionConfig>
242 m_languageCodeHasBeenSet =
true;
243 m_languageCode = value;
258 template <
typename DataAccessRoleArnT = Aws::String>
260 m_dataAccessRoleArnHasBeenSet =
true;
261 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
263 template <
typename DataAccessRoleArnT = Aws::String>
278 m_modeHasBeenSet =
true;
301 InputDataConfig m_inputDataConfig;
303 PiiOutputDataConfig m_outputDataConfig;
305 RedactionConfig m_redactionConfig;
312 bool m_jobIdHasBeenSet =
false;
313 bool m_jobArnHasBeenSet =
false;
314 bool m_jobNameHasBeenSet =
false;
315 bool m_jobStatusHasBeenSet =
false;
316 bool m_messageHasBeenSet =
false;
317 bool m_submitTimeHasBeenSet =
false;
318 bool m_endTimeHasBeenSet =
false;
319 bool m_inputDataConfigHasBeenSet =
false;
320 bool m_outputDataConfigHasBeenSet =
false;
321 bool m_redactionConfigHasBeenSet =
false;
322 bool m_languageCodeHasBeenSet =
false;
323 bool m_dataAccessRoleArnHasBeenSet =
false;
324 bool m_modeHasBeenSet =
false;
AWS_COMPREHEND_API PiiEntitiesDetectionJobProperties()=default
const Aws::String & GetMessage() const
const PiiOutputDataConfig & GetOutputDataConfig() const
AWS_COMPREHEND_API PiiEntitiesDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
bool SubmitTimeHasBeenSet() const
bool DataAccessRoleArnHasBeenSet() const
PiiEntitiesDetectionJobProperties & WithEndTime(EndTimeT &&value)
void SetMessage(MessageT &&value)
bool OutputDataConfigHasBeenSet() const
const Aws::String & GetJobId() const
PiiEntitiesDetectionJobProperties & WithJobId(JobIdT &&value)
void SetJobName(JobNameT &&value)
PiiEntitiesDetectionMode GetMode() const
bool RedactionConfigHasBeenSet() const
PiiEntitiesDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API PiiEntitiesDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
void SetJobStatus(JobStatus value)
void SetJobArn(JobArnT &&value)
PiiEntitiesDetectionJobProperties & WithMode(PiiEntitiesDetectionMode value)
bool JobIdHasBeenSet() const
const Aws::String & GetJobArn() const
PiiEntitiesDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
PiiEntitiesDetectionJobProperties & WithJobName(JobNameT &&value)
LanguageCode GetLanguageCode() const
PiiEntitiesDetectionJobProperties & WithLanguageCode(LanguageCode value)
bool JobArnHasBeenSet() const
PiiEntitiesDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
bool EndTimeHasBeenSet() const
void SetLanguageCode(LanguageCode value)
const Aws::Utils::DateTime & GetEndTime() const
bool ModeHasBeenSet() const
PiiEntitiesDetectionJobProperties & WithRedactionConfig(RedactionConfigT &&value)
bool InputDataConfigHasBeenSet() const
const Aws::Utils::DateTime & GetSubmitTime() const
PiiEntitiesDetectionJobProperties & WithMessage(MessageT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
PiiEntitiesDetectionJobProperties & WithJobArn(JobArnT &&value)
void SetRedactionConfig(RedactionConfigT &&value)
JobStatus GetJobStatus() const
const RedactionConfig & GetRedactionConfig() const
void SetSubmitTime(SubmitTimeT &&value)
void SetEndTime(EndTimeT &&value)
void SetMode(PiiEntitiesDetectionMode value)
bool MessageHasBeenSet() const
const Aws::String & GetDataAccessRoleArn() const
PiiEntitiesDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
const InputDataConfig & GetInputDataConfig() const
bool LanguageCodeHasBeenSet() const
bool JobStatusHasBeenSet() const
void SetInputDataConfig(InputDataConfigT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
PiiEntitiesDetectionJobProperties & WithJobStatus(JobStatus value)
bool JobNameHasBeenSet() const
const Aws::String & GetJobName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue