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/OutputDataConfig.h>
11#include <aws/comprehend/model/VpcConfig.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.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));
71 template <
typename JobArnT = Aws::String>
73 m_jobArnHasBeenSet =
true;
74 m_jobArn = std::forward<JobArnT>(value);
76 template <
typename JobArnT = Aws::String>
89 template <
typename JobNameT = Aws::String>
91 m_jobNameHasBeenSet =
true;
92 m_jobName = std::forward<JobNameT>(value);
94 template <
typename JobNameT = Aws::String>
110 m_jobStatusHasBeenSet =
true;
125 template <
typename MessageT = Aws::String>
127 m_messageHasBeenSet =
true;
128 m_message = std::forward<MessageT>(value);
130 template <
typename MessageT = Aws::String>
144 template <
typename SubmitTimeT = Aws::Utils::DateTime>
146 m_submitTimeHasBeenSet =
true;
147 m_submitTime = std::forward<SubmitTimeT>(value);
149 template <
typename SubmitTimeT = Aws::Utils::DateTime>
162 template <
typename EndTimeT = Aws::Utils::DateTime>
164 m_endTimeHasBeenSet =
true;
165 m_endTime = std::forward<EndTimeT>(value);
167 template <
typename EndTimeT = Aws::Utils::DateTime>
180 template <
typename DocumentClassifierArnT = Aws::String>
182 m_documentClassifierArnHasBeenSet =
true;
183 m_documentClassifierArn = std::forward<DocumentClassifierArnT>(value);
185 template <
typename DocumentClassifierArnT = Aws::String>
199 template <
typename InputDataConfigT = InputDataConfig>
201 m_inputDataConfigHasBeenSet =
true;
202 m_inputDataConfig = std::forward<InputDataConfigT>(value);
204 template <
typename InputDataConfigT = InputDataConfig>
218 template <
typename OutputDataConfigT = OutputDataConfig>
220 m_outputDataConfigHasBeenSet =
true;
221 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
223 template <
typename OutputDataConfigT = OutputDataConfig>
237 template <
typename DataAccessRoleArnT = Aws::String>
239 m_dataAccessRoleArnHasBeenSet =
true;
240 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
242 template <
typename DataAccessRoleArnT = Aws::String>
262 template <
typename VolumeKmsKeyIdT = Aws::String>
264 m_volumeKmsKeyIdHasBeenSet =
true;
265 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
267 template <
typename VolumeKmsKeyIdT = Aws::String>
284 template <
typename VpcConfigT = VpcConfig>
286 m_vpcConfigHasBeenSet =
true;
287 m_vpcConfig = std::forward<VpcConfigT>(value);
289 template <
typename VpcConfigT = VpcConfig>
302 template <
typename FlywheelArnT = Aws::String>
304 m_flywheelArnHasBeenSet =
true;
305 m_flywheelArn = std::forward<FlywheelArnT>(value);
307 template <
typename FlywheelArnT = Aws::String>
330 InputDataConfig m_inputDataConfig;
332 OutputDataConfig m_outputDataConfig;
338 VpcConfig m_vpcConfig;
341 bool m_jobIdHasBeenSet =
false;
342 bool m_jobArnHasBeenSet =
false;
343 bool m_jobNameHasBeenSet =
false;
344 bool m_jobStatusHasBeenSet =
false;
345 bool m_messageHasBeenSet =
false;
346 bool m_submitTimeHasBeenSet =
false;
347 bool m_endTimeHasBeenSet =
false;
348 bool m_documentClassifierArnHasBeenSet =
false;
349 bool m_inputDataConfigHasBeenSet =
false;
350 bool m_outputDataConfigHasBeenSet =
false;
351 bool m_dataAccessRoleArnHasBeenSet =
false;
352 bool m_volumeKmsKeyIdHasBeenSet =
false;
353 bool m_vpcConfigHasBeenSet =
false;
354 bool m_flywheelArnHasBeenSet =
false;
bool EndTimeHasBeenSet() const
DocumentClassificationJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
DocumentClassificationJobProperties & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
const Aws::String & GetJobId() const
bool InputDataConfigHasBeenSet() const
const Aws::String & GetVolumeKmsKeyId() const
AWS_COMPREHEND_API DocumentClassificationJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SubmitTimeHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
DocumentClassificationJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
AWS_COMPREHEND_API DocumentClassificationJobProperties()=default
const Aws::String & GetJobArn() const
const Aws::String & GetMessage() const
bool JobIdHasBeenSet() const
void SetJobName(JobNameT &&value)
DocumentClassificationJobProperties & WithEndTime(EndTimeT &&value)
void SetJobId(JobIdT &&value)
bool DocumentClassifierArnHasBeenSet() const
JobStatus GetJobStatus() const
bool VpcConfigHasBeenSet() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJobName() const
bool FlywheelArnHasBeenSet() const
const Aws::String & GetDataAccessRoleArn() const
DocumentClassificationJobProperties & WithInputDataConfig(InputDataConfigT &&value)
DocumentClassificationJobProperties & WithDocumentClassifierArn(DocumentClassifierArnT &&value)
void SetJobArn(JobArnT &&value)
bool OutputDataConfigHasBeenSet() const
bool JobArnHasBeenSet() const
const InputDataConfig & GetInputDataConfig() const
void SetSubmitTime(SubmitTimeT &&value)
const OutputDataConfig & GetOutputDataConfig() const
bool JobStatusHasBeenSet() const
DocumentClassificationJobProperties & WithJobId(JobIdT &&value)
const Aws::String & GetDocumentClassifierArn() const
bool MessageHasBeenSet() const
void SetJobStatus(JobStatus value)
void SetDocumentClassifierArn(DocumentClassifierArnT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
DocumentClassificationJobProperties & WithJobStatus(JobStatus value)
void SetInputDataConfig(InputDataConfigT &&value)
void SetFlywheelArn(FlywheelArnT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
DocumentClassificationJobProperties & WithMessage(MessageT &&value)
DocumentClassificationJobProperties & WithJobName(JobNameT &&value)
const Aws::String & GetFlywheelArn() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
DocumentClassificationJobProperties & WithJobArn(JobArnT &&value)
DocumentClassificationJobProperties & WithFlywheelArn(FlywheelArnT &&value)
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
bool JobNameHasBeenSet() const
void SetVpcConfig(VpcConfigT &&value)
DocumentClassificationJobProperties & WithSubmitTime(SubmitTimeT &&value)
bool VolumeKmsKeyIdHasBeenSet() const
void SetMessage(MessageT &&value)
bool DataAccessRoleArnHasBeenSet() const
DocumentClassificationJobProperties & WithVpcConfig(VpcConfigT &&value)
AWS_COMPREHEND_API DocumentClassificationJobProperties(Aws::Utils::Json::JsonView jsonValue)
const VpcConfig & GetVpcConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue