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/VpcConfig.h>
52 template<
typename JobIdT = Aws::String>
53 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
54 template<
typename JobIdT = Aws::String>
71 template<
typename JobArnT = Aws::String>
72 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
73 template<
typename JobArnT = Aws::String>
83 template<
typename JobNameT = Aws::String>
84 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
85 template<
typename JobNameT = Aws::String>
107 template<
typename MessageT = Aws::String>
108 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
109 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>
145 template<
typename InputDataConfigT = InputDataConfig>
146 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
147 template<
typename InputDataConfigT = InputDataConfig>
158 template<
typename OutputDataConfigT = OutputDataConfig>
159 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
160 template<
typename OutputDataConfigT = OutputDataConfig>
171 template<
typename DataAccessRoleArnT = Aws::String>
172 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
173 template<
typename DataAccessRoleArnT = Aws::String>
190 template<
typename VolumeKmsKeyIdT = Aws::String>
191 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
192 template<
typename VolumeKmsKeyIdT = Aws::String>
206 template<
typename VpcConfigT = VpcConfig>
207 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
208 template<
typename VpcConfigT = VpcConfig>
214 bool m_jobIdHasBeenSet =
false;
217 bool m_jobArnHasBeenSet =
false;
220 bool m_jobNameHasBeenSet =
false;
223 bool m_jobStatusHasBeenSet =
false;
226 bool m_messageHasBeenSet =
false;
229 bool m_submitTimeHasBeenSet =
false;
232 bool m_endTimeHasBeenSet =
false;
234 InputDataConfig m_inputDataConfig;
235 bool m_inputDataConfigHasBeenSet =
false;
237 OutputDataConfig m_outputDataConfig;
238 bool m_outputDataConfigHasBeenSet =
false;
241 bool m_dataAccessRoleArnHasBeenSet =
false;
244 bool m_volumeKmsKeyIdHasBeenSet =
false;
246 VpcConfig m_vpcConfig;
247 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