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/VpcConfig.h>
52 template<
typename JobIdT = Aws::String>
53 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
54 template<
typename JobIdT = Aws::String>
71 template<
typename JobArnT = Aws::String>
72 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
73 template<
typename JobArnT = Aws::String>
83 template<
typename JobNameT = Aws::String>
84 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
85 template<
typename JobNameT = Aws::String>
107 template<
typename MessageT = Aws::String>
108 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
109 template<
typename MessageT = Aws::String>
119 template<
typename SubmitTimeT = Aws::Utils::DateTime>
120 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
121 template<
typename SubmitTimeT = Aws::Utils::DateTime>
131 template<
typename EndTimeT = Aws::Utils::DateTime>
132 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
133 template<
typename EndTimeT = Aws::Utils::DateTime>
144 template<
typename InputDataConfigT = InputDataConfig>
145 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
146 template<
typename InputDataConfigT = InputDataConfig>
157 template<
typename OutputDataConfigT = OutputDataConfig>
158 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
159 template<
typename OutputDataConfigT = OutputDataConfig>
170 inline void SetNumberOfTopics(
int value) { m_numberOfTopicsHasBeenSet =
true; m_numberOfTopics = value; }
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>
200 template<
typename VolumeKmsKeyIdT = Aws::String>
201 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
202 template<
typename VolumeKmsKeyIdT = Aws::String>
216 template<
typename VpcConfigT = VpcConfig>
217 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
218 template<
typename VpcConfigT = VpcConfig>
224 bool m_jobIdHasBeenSet =
false;
227 bool m_jobArnHasBeenSet =
false;
230 bool m_jobNameHasBeenSet =
false;
233 bool m_jobStatusHasBeenSet =
false;
236 bool m_messageHasBeenSet =
false;
239 bool m_submitTimeHasBeenSet =
false;
242 bool m_endTimeHasBeenSet =
false;
244 InputDataConfig m_inputDataConfig;
245 bool m_inputDataConfigHasBeenSet =
false;
247 OutputDataConfig m_outputDataConfig;
248 bool m_outputDataConfigHasBeenSet =
false;
250 int m_numberOfTopics{0};
251 bool m_numberOfTopicsHasBeenSet =
false;
254 bool m_dataAccessRoleArnHasBeenSet =
false;
257 bool m_volumeKmsKeyIdHasBeenSet =
false;
259 VpcConfig m_vpcConfig;
260 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