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/OutputDataConfig.h>
11#include <aws/comprehend/model/VpcConfig.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename JobIdT = Aws::String>
48 m_jobIdHasBeenSet =
true;
49 m_jobId = std::forward<JobIdT>(value);
51 template <
typename JobIdT = Aws::String>
53 SetJobId(std::forward<JobIdT>(value));
71 template <
typename JobArnT = Aws::String>
73 m_jobArnHasBeenSet =
true;
74 m_jobArn = std::forward<JobArnT>(value);
76 template <
typename JobArnT = Aws::String>
89 template <
typename JobNameT = Aws::String>
91 m_jobNameHasBeenSet =
true;
92 m_jobName = std::forward<JobNameT>(value);
94 template <
typename JobNameT = Aws::String>
110 m_jobStatusHasBeenSet =
true;
125 template <
typename MessageT = Aws::String>
127 m_messageHasBeenSet =
true;
128 m_message = std::forward<MessageT>(value);
130 template <
typename MessageT = Aws::String>
143 template <
typename SubmitTimeT = Aws::Utils::DateTime>
145 m_submitTimeHasBeenSet =
true;
146 m_submitTime = std::forward<SubmitTimeT>(value);
148 template <
typename SubmitTimeT = Aws::Utils::DateTime>
161 template <
typename EndTimeT = Aws::Utils::DateTime>
163 m_endTimeHasBeenSet =
true;
164 m_endTime = std::forward<EndTimeT>(value);
166 template <
typename EndTimeT = Aws::Utils::DateTime>
180 template <
typename InputDataConfigT = InputDataConfig>
182 m_inputDataConfigHasBeenSet =
true;
183 m_inputDataConfig = std::forward<InputDataConfigT>(value);
185 template <
typename InputDataConfigT = InputDataConfig>
199 template <
typename OutputDataConfigT = OutputDataConfig>
201 m_outputDataConfigHasBeenSet =
true;
202 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
204 template <
typename OutputDataConfigT = OutputDataConfig>
219 m_numberOfTopicsHasBeenSet =
true;
220 m_numberOfTopics = 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;
312 int m_numberOfTopics{0};
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_numberOfTopicsHasBeenSet =
false;
329 bool m_dataAccessRoleArnHasBeenSet =
false;
330 bool m_volumeKmsKeyIdHasBeenSet =
false;
331 bool m_vpcConfigHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetInputDataConfig(InputDataConfigT &&value)
TopicsDetectionJobProperties & WithJobId(JobIdT &&value)
bool JobStatusHasBeenSet() const
void SetMessage(MessageT &&value)
const VpcConfig & GetVpcConfig() const
bool JobIdHasBeenSet() const
int GetNumberOfTopics() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVolumeKmsKeyId() const
TopicsDetectionJobProperties & WithMessage(MessageT &&value)
bool VolumeKmsKeyIdHasBeenSet() const
AWS_COMPREHEND_API TopicsDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetEndTime(EndTimeT &&value)
void SetJobStatus(JobStatus value)
TopicsDetectionJobProperties & WithVpcConfig(VpcConfigT &&value)
TopicsDetectionJobProperties & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
TopicsDetectionJobProperties & WithJobName(JobNameT &&value)
const OutputDataConfig & GetOutputDataConfig() const
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
const Aws::Utils::DateTime & GetEndTime() const
TopicsDetectionJobProperties & WithJobArn(JobArnT &&value)
TopicsDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
bool InputDataConfigHasBeenSet() const
void SetJobArn(JobArnT &&value)
TopicsDetectionJobProperties & WithEndTime(EndTimeT &&value)
TopicsDetectionJobProperties & WithNumberOfTopics(int value)
JobStatus GetJobStatus() const
bool VpcConfigHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
AWS_COMPREHEND_API TopicsDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
bool DataAccessRoleArnHasBeenSet() const
TopicsDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
void SetJobId(JobIdT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetJobArn() const
void SetSubmitTime(SubmitTimeT &&value)
bool OutputDataConfigHasBeenSet() const
TopicsDetectionJobProperties & WithJobStatus(JobStatus value)
bool JobNameHasBeenSet() const
void SetNumberOfTopics(int value)
bool SubmitTimeHasBeenSet() const
TopicsDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
const Aws::String & GetMessage() const
TopicsDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
const InputDataConfig & GetInputDataConfig() const
const Aws::Utils::DateTime & GetSubmitTime() const
const Aws::String & GetDataAccessRoleArn() const
const Aws::String & GetJobName() const
void SetVpcConfig(VpcConfigT &&value)
bool JobArnHasBeenSet() const
void SetJobName(JobNameT &&value)
bool NumberOfTopicsHasBeenSet() const
bool EndTimeHasBeenSet() const
AWS_COMPREHEND_API TopicsDetectionJobProperties()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue