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/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.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>
109 m_jobStatusHasBeenSet =
true;
124 template <
typename MessageT = Aws::String>
126 m_messageHasBeenSet =
true;
127 m_message = std::forward<MessageT>(value);
129 template <
typename MessageT = Aws::String>
142 template <
typename SubmitTimeT = Aws::Utils::DateTime>
144 m_submitTimeHasBeenSet =
true;
145 m_submitTime = std::forward<SubmitTimeT>(value);
147 template <
typename SubmitTimeT = Aws::Utils::DateTime>
160 template <
typename EndTimeT = Aws::Utils::DateTime>
162 m_endTimeHasBeenSet =
true;
163 m_endTime = std::forward<EndTimeT>(value);
165 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>
198 template <
typename OutputDataConfigT = OutputDataConfig>
200 m_outputDataConfigHasBeenSet =
true;
201 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
203 template <
typename OutputDataConfigT = OutputDataConfig>
217 m_languageCodeHasBeenSet =
true;
218 m_languageCode = value;
233 template <
typename DataAccessRoleArnT = Aws::String>
235 m_dataAccessRoleArnHasBeenSet =
true;
236 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
238 template <
typename DataAccessRoleArnT = Aws::String>
251 template <
typename TargetEventTypesT = Aws::Vector<Aws::String>>
253 m_targetEventTypesHasBeenSet =
true;
254 m_targetEventTypes = std::forward<TargetEventTypesT>(value);
256 template <
typename TargetEventTypesT = Aws::Vector<Aws::String>>
261 template <
typename TargetEventTypesT = Aws::String>
263 m_targetEventTypesHasBeenSet =
true;
264 m_targetEventTypes.emplace_back(std::forward<TargetEventTypesT>(value));
283 InputDataConfig m_inputDataConfig;
285 OutputDataConfig m_outputDataConfig;
292 bool m_jobIdHasBeenSet =
false;
293 bool m_jobArnHasBeenSet =
false;
294 bool m_jobNameHasBeenSet =
false;
295 bool m_jobStatusHasBeenSet =
false;
296 bool m_messageHasBeenSet =
false;
297 bool m_submitTimeHasBeenSet =
false;
298 bool m_endTimeHasBeenSet =
false;
299 bool m_inputDataConfigHasBeenSet =
false;
300 bool m_outputDataConfigHasBeenSet =
false;
301 bool m_languageCodeHasBeenSet =
false;
302 bool m_dataAccessRoleArnHasBeenSet =
false;
303 bool m_targetEventTypesHasBeenSet =
false;
EventsDetectionJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetJobArn(JobArnT &&value)
bool TargetEventTypesHasBeenSet() const
void SetLanguageCode(LanguageCode value)
void SetTargetEventTypes(TargetEventTypesT &&value)
const Aws::Vector< Aws::String > & GetTargetEventTypes() const
void SetJobStatus(JobStatus value)
EventsDetectionJobProperties & WithJobStatus(JobStatus value)
EventsDetectionJobProperties & WithJobId(JobIdT &&value)
EventsDetectionJobProperties & WithMessage(MessageT &&value)
AWS_COMPREHEND_API EventsDetectionJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API EventsDetectionJobProperties(Aws::Utils::Json::JsonView jsonValue)
bool EndTimeHasBeenSet() const
bool DataAccessRoleArnHasBeenSet() const
void SetMessage(MessageT &&value)
EventsDetectionJobProperties & WithLanguageCode(LanguageCode value)
EventsDetectionJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubmitTimeHasBeenSet() const
bool JobIdHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
EventsDetectionJobProperties & WithEndTime(EndTimeT &&value)
void SetJobName(JobNameT &&value)
bool JobNameHasBeenSet() const
const Aws::String & GetDataAccessRoleArn() const
void SetSubmitTime(SubmitTimeT &&value)
EventsDetectionJobProperties & AddTargetEventTypes(TargetEventTypesT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
bool InputDataConfigHasBeenSet() const
EventsDetectionJobProperties & WithInputDataConfig(InputDataConfigT &&value)
const Aws::String & GetJobName() const
LanguageCode GetLanguageCode() const
bool JobStatusHasBeenSet() const
const InputDataConfig & GetInputDataConfig() const
const OutputDataConfig & GetOutputDataConfig() const
void SetInputDataConfig(InputDataConfigT &&value)
JobStatus GetJobStatus() const
const Aws::String & GetJobArn() const
EventsDetectionJobProperties & WithSubmitTime(SubmitTimeT &&value)
void SetJobId(JobIdT &&value)
EventsDetectionJobProperties & WithJobName(JobNameT &&value)
bool JobArnHasBeenSet() const
const Aws::String & GetJobId() const
EventsDetectionJobProperties & WithJobArn(JobArnT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
EventsDetectionJobProperties & WithTargetEventTypes(TargetEventTypesT &&value)
AWS_COMPREHEND_API EventsDetectionJobProperties()=default
const Aws::String & GetMessage() const
bool OutputDataConfigHasBeenSet() const
bool MessageHasBeenSet() const
bool LanguageCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue