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>
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>
181 template<
typename DataAccessRoleArnT = Aws::String>
182 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
183 template<
typename DataAccessRoleArnT = Aws::String>
199 template<
typename VolumeKmsKeyIdT = Aws::String>
200 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
201 template<
typename VolumeKmsKeyIdT = Aws::String>
215 template<
typename VpcConfigT = VpcConfig>
216 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
217 template<
typename VpcConfigT = VpcConfig>
223 bool m_jobIdHasBeenSet =
false;
226 bool m_jobArnHasBeenSet =
false;
229 bool m_jobNameHasBeenSet =
false;
232 bool m_jobStatusHasBeenSet =
false;
235 bool m_messageHasBeenSet =
false;
238 bool m_submitTimeHasBeenSet =
false;
241 bool m_endTimeHasBeenSet =
false;
243 InputDataConfig m_inputDataConfig;
244 bool m_inputDataConfigHasBeenSet =
false;
246 OutputDataConfig m_outputDataConfig;
247 bool m_outputDataConfigHasBeenSet =
false;
250 bool m_languageCodeHasBeenSet =
false;
253 bool m_dataAccessRoleArnHasBeenSet =
false;
256 bool m_volumeKmsKeyIdHasBeenSet =
false;
258 VpcConfig m_vpcConfig;
259 bool m_vpcConfigHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetInputDataConfig(InputDataConfigT &&value)
AWS_COMPREHEND_API KeyPhrasesDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
const Aws::String & GetVolumeKmsKeyId() const
void SetMessage(MessageT &&value)
const Aws::String & GetDataAccessRoleArn() const
void SetJobArn(JobArnT &&value)
const OutputDataConfig & GetOutputDataConfig() const
LanguageCode GetLanguageCode() const
AWS_COMPREHEND_API KeyPhrasesDetectionJobProperties()=default
bool OutputDataConfigHasBeenSet() const
bool JobArnHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
KeyPhrasesDetectionJobProperties & WithVpcConfig(VpcConfigT &&value)
bool LanguageCodeHasBeenSet() const
void SetLanguageCode(LanguageCode value)
bool JobNameHasBeenSet() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
JobStatus GetJobStatus() const
bool InputDataConfigHasBeenSet() const
KeyPhrasesDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
bool VolumeKmsKeyIdHasBeenSet() const
bool JobIdHasBeenSet() const
void SetJobId(JobIdT &&value)
bool JobStatusHasBeenSet() const
bool DataAccessRoleArnHasBeenSet() const
void SetJobStatus(JobStatus value)
KeyPhrasesDetectionJobProperties & WithEndTime(EndTimeT &&value)
void SetSubmitTime(SubmitTimeT &&value)
KeyPhrasesDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
KeyPhrasesDetectionJobProperties & WithJobStatus(JobStatus value)
KeyPhrasesDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetJobName() const
KeyPhrasesDetectionJobProperties & WithMessage(MessageT &&value)
const InputDataConfig & GetInputDataConfig() const
bool VpcConfigHasBeenSet() const
AWS_COMPREHEND_API KeyPhrasesDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
void SetVpcConfig(VpcConfigT &&value)
const VpcConfig & GetVpcConfig() const
const Aws::String & GetJobArn() const
KeyPhrasesDetectionJobProperties & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
KeyPhrasesDetectionJobProperties & WithJobName(JobNameT &&value)
bool EndTimeHasBeenSet() const
KeyPhrasesDetectionJobProperties & WithJobId(JobIdT &&value)
bool MessageHasBeenSet() const
KeyPhrasesDetectionJobProperties & WithLanguageCode(LanguageCode value)
void SetEndTime(EndTimeT &&value)
KeyPhrasesDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
bool SubmitTimeHasBeenSet() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
KeyPhrasesDetectionJobProperties & WithJobArn(JobArnT &&value)
void SetJobName(JobNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue