7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/comprehend/model/JobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/comprehend/model/InputDataConfig.h>
12#include <aws/comprehend/model/OutputDataConfig.h>
13#include <aws/comprehend/model/LanguageCode.h>
14#include <aws/comprehend/model/VpcConfig.h>
53 template<
typename JobIdT = Aws::String>
54 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
55 template<
typename JobIdT = Aws::String>
72 template<
typename JobArnT = Aws::String>
73 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
74 template<
typename JobArnT = Aws::String>
84 template<
typename JobNameT = Aws::String>
85 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
86 template<
typename JobNameT = Aws::String>
108 template<
typename MessageT = Aws::String>
109 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
110 template<
typename MessageT = Aws::String>
120 template<
typename SubmitTimeT = Aws::Utils::DateTime>
121 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
122 template<
typename SubmitTimeT = Aws::Utils::DateTime>
132 template<
typename EndTimeT = Aws::Utils::DateTime>
133 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
134 template<
typename EndTimeT = Aws::Utils::DateTime>
144 template<
typename EntityRecognizerArnT = Aws::String>
145 void SetEntityRecognizerArn(EntityRecognizerArnT&& value) { m_entityRecognizerArnHasBeenSet =
true; m_entityRecognizerArn = std::forward<EntityRecognizerArnT>(value); }
146 template<
typename EntityRecognizerArnT = Aws::String>
157 template<
typename InputDataConfigT = InputDataConfig>
158 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
159 template<
typename InputDataConfigT = InputDataConfig>
170 template<
typename OutputDataConfigT = OutputDataConfig>
171 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
172 template<
typename OutputDataConfigT = OutputDataConfig>
193 template<
typename DataAccessRoleArnT = Aws::String>
194 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
195 template<
typename DataAccessRoleArnT = Aws::String>
212 template<
typename VolumeKmsKeyIdT = Aws::String>
213 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
214 template<
typename VolumeKmsKeyIdT = Aws::String>
228 template<
typename VpcConfigT = VpcConfig>
229 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
230 template<
typename VpcConfigT = VpcConfig>
240 template<
typename FlywheelArnT = Aws::String>
241 void SetFlywheelArn(FlywheelArnT&& value) { m_flywheelArnHasBeenSet =
true; m_flywheelArn = std::forward<FlywheelArnT>(value); }
242 template<
typename FlywheelArnT = Aws::String>
248 bool m_jobIdHasBeenSet =
false;
251 bool m_jobArnHasBeenSet =
false;
254 bool m_jobNameHasBeenSet =
false;
257 bool m_jobStatusHasBeenSet =
false;
260 bool m_messageHasBeenSet =
false;
263 bool m_submitTimeHasBeenSet =
false;
266 bool m_endTimeHasBeenSet =
false;
269 bool m_entityRecognizerArnHasBeenSet =
false;
271 InputDataConfig m_inputDataConfig;
272 bool m_inputDataConfigHasBeenSet =
false;
274 OutputDataConfig m_outputDataConfig;
275 bool m_outputDataConfigHasBeenSet =
false;
278 bool m_languageCodeHasBeenSet =
false;
281 bool m_dataAccessRoleArnHasBeenSet =
false;
284 bool m_volumeKmsKeyIdHasBeenSet =
false;
286 VpcConfig m_vpcConfig;
287 bool m_vpcConfigHasBeenSet =
false;
290 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