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>
181 template <
typename InputDataConfigT = InputDataConfig>
183 m_inputDataConfigHasBeenSet =
true;
184 m_inputDataConfig = std::forward<InputDataConfigT>(value);
186 template <
typename InputDataConfigT = InputDataConfig>
200 template <
typename OutputDataConfigT = OutputDataConfig>
202 m_outputDataConfigHasBeenSet =
true;
203 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
205 template <
typename OutputDataConfigT = OutputDataConfig>
219 template <
typename DataAccessRoleArnT = Aws::String>
221 m_dataAccessRoleArnHasBeenSet =
true;
222 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
224 template <
typename DataAccessRoleArnT = Aws::String>
244 template <
typename VolumeKmsKeyIdT = Aws::String>
246 m_volumeKmsKeyIdHasBeenSet =
true;
247 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
249 template <
typename VolumeKmsKeyIdT = Aws::String>
266 template <
typename VpcConfigT = VpcConfig>
268 m_vpcConfigHasBeenSet =
true;
269 m_vpcConfig = std::forward<VpcConfigT>(value);
271 template <
typename VpcConfigT = VpcConfig>
292 InputDataConfig m_inputDataConfig;
294 OutputDataConfig m_outputDataConfig;
300 VpcConfig m_vpcConfig;
301 bool m_jobIdHasBeenSet =
false;
302 bool m_jobArnHasBeenSet =
false;
303 bool m_jobNameHasBeenSet =
false;
304 bool m_jobStatusHasBeenSet =
false;
305 bool m_messageHasBeenSet =
false;
306 bool m_submitTimeHasBeenSet =
false;
307 bool m_endTimeHasBeenSet =
false;
308 bool m_inputDataConfigHasBeenSet =
false;
309 bool m_outputDataConfigHasBeenSet =
false;
310 bool m_dataAccessRoleArnHasBeenSet =
false;
311 bool m_volumeKmsKeyIdHasBeenSet =
false;
312 bool m_vpcConfigHasBeenSet =
false;
const Aws::String & GetJobId() const
DominantLanguageDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
const InputDataConfig & GetInputDataConfig() const
DominantLanguageDetectionJobProperties & WithJobArn(JobArnT &&value)
void SetJobArn(JobArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetDataAccessRoleArn() const
const Aws::String & GetVolumeKmsKeyId() const
DominantLanguageDetectionJobProperties & WithMessage(MessageT &&value)
bool JobNameHasBeenSet() const
AWS_COMPREHEND_API DominantLanguageDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
DominantLanguageDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetJobName(JobNameT &&value)
DominantLanguageDetectionJobProperties & WithVpcConfig(VpcConfigT &&value)
DominantLanguageDetectionJobProperties & WithJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
const Aws::String & GetJobName() const
AWS_COMPREHEND_API DominantLanguageDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
DominantLanguageDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
DominantLanguageDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
bool EndTimeHasBeenSet() const
const VpcConfig & GetVpcConfig() const
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
bool OutputDataConfigHasBeenSet() const
const OutputDataConfig & GetOutputDataConfig() const
bool MessageHasBeenSet() const
void SetInputDataConfig(InputDataConfigT &&value)
AWS_COMPREHEND_API DominantLanguageDetectionJobProperties()=default
bool JobStatusHasBeenSet() const
DominantLanguageDetectionJobProperties & WithEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
void SetMessage(MessageT &&value)
bool VpcConfigHasBeenSet() const
DominantLanguageDetectionJobProperties & WithJobName(JobNameT &&value)
DominantLanguageDetectionJobProperties & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
void SetSubmitTime(SubmitTimeT &&value)
void SetJobId(JobIdT &&value)
bool SubmitTimeHasBeenSet() const
const Aws::String & GetMessage() const
bool InputDataConfigHasBeenSet() const
bool DataAccessRoleArnHasBeenSet() const
bool JobArnHasBeenSet() const
JobStatus GetJobStatus() const
void SetVpcConfig(VpcConfigT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::String & GetJobArn() const
DominantLanguageDetectionJobProperties & WithJobStatus(JobStatus value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
void SetJobStatus(JobStatus value)
bool VolumeKmsKeyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue