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>
121 template<
typename SubmitTimeT = Aws::Utils::DateTime>
122 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
123 template<
typename SubmitTimeT = Aws::Utils::DateTime>
133 template<
typename EndTimeT = Aws::Utils::DateTime>
134 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
135 template<
typename EndTimeT = Aws::Utils::DateTime>
143 template<
typename InputDataConfigT = InputDataConfig>
144 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
145 template<
typename InputDataConfigT = InputDataConfig>
153 template<
typename OutputDataConfigT = OutputDataConfig>
154 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
155 template<
typename OutputDataConfigT = OutputDataConfig>
176 template<
typename DataAccessRoleArnT = Aws::String>
177 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
178 template<
typename DataAccessRoleArnT = Aws::String>
195 template<
typename VolumeKmsKeyIdT = Aws::String>
196 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
197 template<
typename VolumeKmsKeyIdT = Aws::String>
205 template<
typename VpcConfigT = VpcConfig>
206 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
207 template<
typename VpcConfigT = VpcConfig>
213 bool m_jobIdHasBeenSet =
false;
216 bool m_jobArnHasBeenSet =
false;
219 bool m_jobNameHasBeenSet =
false;
222 bool m_jobStatusHasBeenSet =
false;
225 bool m_messageHasBeenSet =
false;
228 bool m_submitTimeHasBeenSet =
false;
231 bool m_endTimeHasBeenSet =
false;
233 InputDataConfig m_inputDataConfig;
234 bool m_inputDataConfigHasBeenSet =
false;
236 OutputDataConfig m_outputDataConfig;
237 bool m_outputDataConfigHasBeenSet =
false;
240 bool m_languageCodeHasBeenSet =
false;
243 bool m_dataAccessRoleArnHasBeenSet =
false;
246 bool m_volumeKmsKeyIdHasBeenSet =
false;
248 VpcConfig m_vpcConfig;
249 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