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/OutputDataConfig.h>
12#include <aws/comprehend/model/VpcConfig.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
47 template <
typename JobIdT = Aws::String>
49 m_jobIdHasBeenSet =
true;
50 m_jobId = std::forward<JobIdT>(value);
52 template <
typename JobIdT = Aws::String>
54 SetJobId(std::forward<JobIdT>(value));
72 template <
typename JobArnT = Aws::String>
74 m_jobArnHasBeenSet =
true;
75 m_jobArn = std::forward<JobArnT>(value);
77 template <
typename JobArnT = Aws::String>
90 template <
typename JobNameT = Aws::String>
92 m_jobNameHasBeenSet =
true;
93 m_jobName = std::forward<JobNameT>(value);
95 template <
typename JobNameT = Aws::String>
111 m_jobStatusHasBeenSet =
true;
126 template <
typename MessageT = Aws::String>
128 m_messageHasBeenSet =
true;
129 m_message = std::forward<MessageT>(value);
131 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 EntityRecognizerArnT = Aws::String>
182 m_entityRecognizerArnHasBeenSet =
true;
183 m_entityRecognizerArn = std::forward<EntityRecognizerArnT>(value);
185 template <
typename EntityRecognizerArnT = 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 m_languageCodeHasBeenSet =
true;
238 m_languageCode = value;
253 template <
typename DataAccessRoleArnT = Aws::String>
255 m_dataAccessRoleArnHasBeenSet =
true;
256 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
258 template <
typename DataAccessRoleArnT = Aws::String>
278 template <
typename VolumeKmsKeyIdT = Aws::String>
280 m_volumeKmsKeyIdHasBeenSet =
true;
281 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
283 template <
typename VolumeKmsKeyIdT = Aws::String>
300 template <
typename VpcConfigT = VpcConfig>
302 m_vpcConfigHasBeenSet =
true;
303 m_vpcConfig = std::forward<VpcConfigT>(value);
305 template <
typename VpcConfigT = VpcConfig>
318 template <
typename FlywheelArnT = Aws::String>
320 m_flywheelArnHasBeenSet =
true;
321 m_flywheelArn = std::forward<FlywheelArnT>(value);
323 template <
typename FlywheelArnT = Aws::String>
346 InputDataConfig m_inputDataConfig;
348 OutputDataConfig m_outputDataConfig;
356 VpcConfig m_vpcConfig;
359 bool m_jobIdHasBeenSet =
false;
360 bool m_jobArnHasBeenSet =
false;
361 bool m_jobNameHasBeenSet =
false;
362 bool m_jobStatusHasBeenSet =
false;
363 bool m_messageHasBeenSet =
false;
364 bool m_submitTimeHasBeenSet =
false;
365 bool m_endTimeHasBeenSet =
false;
366 bool m_entityRecognizerArnHasBeenSet =
false;
367 bool m_inputDataConfigHasBeenSet =
false;
368 bool m_outputDataConfigHasBeenSet =
false;
369 bool m_languageCodeHasBeenSet =
false;
370 bool m_dataAccessRoleArnHasBeenSet =
false;
371 bool m_volumeKmsKeyIdHasBeenSet =
false;
372 bool m_vpcConfigHasBeenSet =
false;
373 bool m_flywheelArnHasBeenSet =
false;
bool OutputDataConfigHasBeenSet() const
EntitiesDetectionJobProperties & WithFlywheelArn(FlywheelArnT &&value)
void SetLanguageCode(LanguageCode value)
EntitiesDetectionJobProperties & WithJobArn(JobArnT &&value)
const Aws::String & GetDataAccessRoleArn() const
void SetSubmitTime(SubmitTimeT &&value)
JobStatus GetJobStatus() const
const OutputDataConfig & GetOutputDataConfig() const
void SetJobId(JobIdT &&value)
void SetJobStatus(JobStatus value)
EntitiesDetectionJobProperties & WithJobId(JobIdT &&value)
bool VpcConfigHasBeenSet() const
EntitiesDetectionJobProperties & WithLanguageCode(LanguageCode value)
bool SubmitTimeHasBeenSet() const
bool MessageHasBeenSet() const
EntitiesDetectionJobProperties & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
const Aws::String & GetJobArn() const
const Aws::String & GetFlywheelArn() const
AWS_COMPREHEND_API EntitiesDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
bool JobIdHasBeenSet() const
bool EndTimeHasBeenSet() const
EntitiesDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
EntitiesDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
bool VolumeKmsKeyIdHasBeenSet() const
void SetEntityRecognizerArn(EntityRecognizerArnT &&value)
const Aws::String & GetVolumeKmsKeyId() const
bool EntityRecognizerArnHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
void SetMessage(MessageT &&value)
void SetJobArn(JobArnT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
void SetEndTime(EndTimeT &&value)
LanguageCode GetLanguageCode() const
bool LanguageCodeHasBeenSet() const
const InputDataConfig & GetInputDataConfig() const
EntitiesDetectionJobProperties & WithEndTime(EndTimeT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
const Aws::String & GetJobId() const
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
void SetJobName(JobNameT &&value)
bool JobArnHasBeenSet() const
AWS_COMPREHEND_API EntitiesDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOutputDataConfig(OutputDataConfigT &&value)
const Aws::String & GetMessage() const
const Aws::String & GetEntityRecognizerArn() const
EntitiesDetectionJobProperties & WithEntityRecognizerArn(EntityRecognizerArnT &&value)
bool DataAccessRoleArnHasBeenSet() const
void SetInputDataConfig(InputDataConfigT &&value)
AWS_COMPREHEND_API EntitiesDetectionJobProperties()=default
EntitiesDetectionJobProperties & WithJobStatus(JobStatus value)
const VpcConfig & GetVpcConfig() const
void SetFlywheelArn(FlywheelArnT &&value)
EntitiesDetectionJobProperties & WithJobName(JobNameT &&value)
EntitiesDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
EntitiesDetectionJobProperties & WithVpcConfig(VpcConfigT &&value)
bool JobNameHasBeenSet() const
bool InputDataConfigHasBeenSet() const
bool JobStatusHasBeenSet() const
EntitiesDetectionJobProperties & WithMessage(MessageT &&value)
EntitiesDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
bool FlywheelArnHasBeenSet() const
const Aws::String & GetJobName() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcConfig(VpcConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue