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/core/utils/memory/stl/AWSVector.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>
106 template<
typename MessageT = Aws::String>
107 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
108 template<
typename MessageT = Aws::String>
118 template<
typename SubmitTimeT = Aws::Utils::DateTime>
119 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
120 template<
typename SubmitTimeT = Aws::Utils::DateTime>
130 template<
typename EndTimeT = Aws::Utils::DateTime>
131 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
132 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>
156 template<
typename OutputDataConfigT = OutputDataConfig>
157 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
158 template<
typename OutputDataConfigT = OutputDataConfig>
179 template<
typename DataAccessRoleArnT = Aws::String>
180 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
181 template<
typename DataAccessRoleArnT = Aws::String>
191 template<
typename TargetEventTypesT = Aws::Vector<Aws::String>>
192 void SetTargetEventTypes(TargetEventTypesT&& value) { m_targetEventTypesHasBeenSet =
true; m_targetEventTypes = std::forward<TargetEventTypesT>(value); }
193 template<
typename TargetEventTypesT = Aws::Vector<Aws::String>>
195 template<
typename TargetEventTypesT = Aws::String>
201 bool m_jobIdHasBeenSet =
false;
204 bool m_jobArnHasBeenSet =
false;
207 bool m_jobNameHasBeenSet =
false;
210 bool m_jobStatusHasBeenSet =
false;
213 bool m_messageHasBeenSet =
false;
216 bool m_submitTimeHasBeenSet =
false;
219 bool m_endTimeHasBeenSet =
false;
221 InputDataConfig m_inputDataConfig;
222 bool m_inputDataConfigHasBeenSet =
false;
224 OutputDataConfig m_outputDataConfig;
225 bool m_outputDataConfigHasBeenSet =
false;
228 bool m_languageCodeHasBeenSet =
false;
231 bool m_dataAccessRoleArnHasBeenSet =
false;
234 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