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>
145 template <
typename SubmitTimeT = Aws::Utils::DateTime>
147 m_submitTimeHasBeenSet =
true;
148 m_submitTime = std::forward<SubmitTimeT>(value);
150 template <
typename SubmitTimeT = Aws::Utils::DateTime>
163 template <
typename EndTimeT = Aws::Utils::DateTime>
165 m_endTimeHasBeenSet =
true;
166 m_endTime = std::forward<EndTimeT>(value);
168 template <
typename EndTimeT = Aws::Utils::DateTime>
179 template <
typename InputDataConfigT = InputDataConfig>
181 m_inputDataConfigHasBeenSet =
true;
182 m_inputDataConfig = std::forward<InputDataConfigT>(value);
184 template <
typename InputDataConfigT = InputDataConfig>
195 template <
typename OutputDataConfigT = OutputDataConfig>
197 m_outputDataConfigHasBeenSet =
true;
198 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
200 template <
typename OutputDataConfigT = OutputDataConfig>
214 m_languageCodeHasBeenSet =
true;
215 m_languageCode = value;
230 template <
typename DataAccessRoleArnT = Aws::String>
232 m_dataAccessRoleArnHasBeenSet =
true;
233 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
235 template <
typename DataAccessRoleArnT = Aws::String>
255 template <
typename VolumeKmsKeyIdT = Aws::String>
257 m_volumeKmsKeyIdHasBeenSet =
true;
258 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
260 template <
typename VolumeKmsKeyIdT = Aws::String>
271 template <
typename VpcConfigT = VpcConfig>
273 m_vpcConfigHasBeenSet =
true;
274 m_vpcConfig = std::forward<VpcConfigT>(value);
276 template <
typename VpcConfigT = VpcConfig>
284 bool m_jobIdHasBeenSet =
false;
287 bool m_jobArnHasBeenSet =
false;
290 bool m_jobNameHasBeenSet =
false;
293 bool m_jobStatusHasBeenSet =
false;
296 bool m_messageHasBeenSet =
false;
299 bool m_submitTimeHasBeenSet =
false;
302 bool m_endTimeHasBeenSet =
false;
304 InputDataConfig m_inputDataConfig;
305 bool m_inputDataConfigHasBeenSet =
false;
307 OutputDataConfig m_outputDataConfig;
308 bool m_outputDataConfigHasBeenSet =
false;
311 bool m_languageCodeHasBeenSet =
false;
314 bool m_dataAccessRoleArnHasBeenSet =
false;
317 bool m_volumeKmsKeyIdHasBeenSet =
false;
319 VpcConfig m_vpcConfig;
320 bool m_vpcConfigHasBeenSet =
false;
void SetJobName(JobNameT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
bool JobStatusHasBeenSet() const
bool VpcConfigHasBeenSet() const
TargetedSentimentDetectionJobProperties & WithJobStatus(JobStatus value)
bool JobArnHasBeenSet() const
void SetJobId(JobIdT &&value)
void SetLanguageCode(LanguageCode value)
void SetEndTime(EndTimeT &&value)
bool EndTimeHasBeenSet() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
TargetedSentimentDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
const InputDataConfig & GetInputDataConfig() const
const Aws::String & GetVolumeKmsKeyId() const
const Aws::String & GetDataAccessRoleArn() const
const Aws::String & GetJobId() const
TargetedSentimentDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
TargetedSentimentDetectionJobProperties & WithLanguageCode(LanguageCode value)
TargetedSentimentDetectionJobProperties & WithJobArn(JobArnT &&value)
bool LanguageCodeHasBeenSet() const
bool VolumeKmsKeyIdHasBeenSet() const
LanguageCode GetLanguageCode() const
const Aws::Utils::DateTime & GetSubmitTime() const
const Aws::String & GetMessage() const
TargetedSentimentDetectionJobProperties & WithVpcConfig(VpcConfigT &&value)
bool MessageHasBeenSet() const
void SetVpcConfig(VpcConfigT &&value)
TargetedSentimentDetectionJobProperties & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
TargetedSentimentDetectionJobProperties & WithJobName(JobNameT &&value)
bool OutputDataConfigHasBeenSet() const
const VpcConfig & GetVpcConfig() const
const Aws::Utils::DateTime & GetEndTime() const
AWS_COMPREHEND_API TargetedSentimentDetectionJobProperties()=default
void SetJobArn(JobArnT &&value)
AWS_COMPREHEND_API TargetedSentimentDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobStatus(JobStatus value)
TargetedSentimentDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
TargetedSentimentDetectionJobProperties & WithMessage(MessageT &&value)
const OutputDataConfig & GetOutputDataConfig() const
TargetedSentimentDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
bool InputDataConfigHasBeenSet() const
bool SubmitTimeHasBeenSet() const
const Aws::String & GetJobName() const
void SetSubmitTime(SubmitTimeT &&value)
TargetedSentimentDetectionJobProperties & WithJobId(JobIdT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
void SetInputDataConfig(InputDataConfigT &&value)
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
void SetMessage(MessageT &&value)
bool DataAccessRoleArnHasBeenSet() const
JobStatus GetJobStatus() const
AWS_COMPREHEND_API TargetedSentimentDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
bool JobIdHasBeenSet() const
bool JobNameHasBeenSet() const
TargetedSentimentDetectionJobProperties & WithEndTime(EndTimeT &&value)
const Aws::String & GetJobArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue