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>
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 m_languageCodeHasBeenSet =
true;
220 m_languageCode = value;
235 template <
typename DataAccessRoleArnT = Aws::String>
237 m_dataAccessRoleArnHasBeenSet =
true;
238 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
240 template <
typename DataAccessRoleArnT = Aws::String>
260 template <
typename VolumeKmsKeyIdT = Aws::String>
262 m_volumeKmsKeyIdHasBeenSet =
true;
263 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
265 template <
typename VolumeKmsKeyIdT = Aws::String>
282 template <
typename VpcConfigT = VpcConfig>
284 m_vpcConfigHasBeenSet =
true;
285 m_vpcConfig = std::forward<VpcConfigT>(value);
287 template <
typename VpcConfigT = VpcConfig>
308 InputDataConfig m_inputDataConfig;
310 OutputDataConfig m_outputDataConfig;
318 VpcConfig m_vpcConfig;
319 bool m_jobIdHasBeenSet =
false;
320 bool m_jobArnHasBeenSet =
false;
321 bool m_jobNameHasBeenSet =
false;
322 bool m_jobStatusHasBeenSet =
false;
323 bool m_messageHasBeenSet =
false;
324 bool m_submitTimeHasBeenSet =
false;
325 bool m_endTimeHasBeenSet =
false;
326 bool m_inputDataConfigHasBeenSet =
false;
327 bool m_outputDataConfigHasBeenSet =
false;
328 bool m_languageCodeHasBeenSet =
false;
329 bool m_dataAccessRoleArnHasBeenSet =
false;
330 bool m_volumeKmsKeyIdHasBeenSet =
false;
331 bool m_vpcConfigHasBeenSet =
false;
const Aws::String & GetDataAccessRoleArn() const
void SetMessage(MessageT &&value)
bool JobArnHasBeenSet() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
bool OutputDataConfigHasBeenSet() const
SentimentDetectionJobProperties & WithJobStatus(JobStatus value)
bool JobStatusHasBeenSet() const
bool SubmitTimeHasBeenSet() const
const OutputDataConfig & GetOutputDataConfig() const
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
bool DataAccessRoleArnHasBeenSet() const
const Aws::String & GetMessage() const
const Aws::String & GetJobName() const
LanguageCode GetLanguageCode() const
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetJobId() const
AWS_COMPREHEND_API SentimentDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
SentimentDetectionJobProperties & WithVpcConfig(VpcConfigT &&value)
void SetEndTime(EndTimeT &&value)
bool MessageHasBeenSet() const
AWS_COMPREHEND_API SentimentDetectionJobProperties()=default
bool VolumeKmsKeyIdHasBeenSet() const
SentimentDetectionJobProperties & WithJobName(JobNameT &&value)
SentimentDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
SentimentDetectionJobProperties & WithJobArn(JobArnT &&value)
SentimentDetectionJobProperties & WithMessage(MessageT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
SentimentDetectionJobProperties & WithEndTime(EndTimeT &&value)
void SetSubmitTime(SubmitTimeT &&value)
SentimentDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
bool EndTimeHasBeenSet() const
void SetJobArn(JobArnT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
void SetJobStatus(JobStatus value)
SentimentDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
SentimentDetectionJobProperties & WithJobId(JobIdT &&value)
SentimentDetectionJobProperties & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
const VpcConfig & GetVpcConfig() const
const InputDataConfig & GetInputDataConfig() const
void SetInputDataConfig(InputDataConfigT &&value)
void SetLanguageCode(LanguageCode value)
SentimentDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
JobStatus GetJobStatus() const
bool JobNameHasBeenSet() const
bool JobIdHasBeenSet() const
const Aws::String & GetVolumeKmsKeyId() const
bool LanguageCodeHasBeenSet() const
void SetVpcConfig(VpcConfigT &&value)
void SetJobName(JobNameT &&value)
AWS_COMPREHEND_API SentimentDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
SentimentDetectionJobProperties & WithLanguageCode(LanguageCode value)
const Aws::String & GetJobArn() const
void SetJobId(JobIdT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool VpcConfigHasBeenSet() const
bool InputDataConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue