7#include <aws/comprehend/ComprehendRequest.h>
8#include <aws/comprehend/Comprehend_EXPORTS.h>
9#include <aws/comprehend/model/InputDataConfig.h>
10#include <aws/comprehend/model/LanguageCode.h>
11#include <aws/comprehend/model/OutputDataConfig.h>
12#include <aws/comprehend/model/Tag.h>
13#include <aws/core/utils/UUID.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename InputDataConfigT = InputDataConfig>
47 m_inputDataConfigHasBeenSet =
true;
48 m_inputDataConfig = std::forward<InputDataConfigT>(value);
50 template <
typename InputDataConfigT = InputDataConfig>
63 template <
typename OutputDataConfigT = OutputDataConfig>
65 m_outputDataConfigHasBeenSet =
true;
66 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
68 template <
typename OutputDataConfigT = OutputDataConfig>
82 template <
typename DataAccessRoleArnT = Aws::String>
84 m_dataAccessRoleArnHasBeenSet =
true;
85 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
87 template <
typename DataAccessRoleArnT = Aws::String>
100 template <
typename JobNameT = Aws::String>
102 m_jobNameHasBeenSet =
true;
103 m_jobName = std::forward<JobNameT>(value);
105 template <
typename JobNameT = Aws::String>
119 m_languageCodeHasBeenSet =
true;
120 m_languageCode = value;
135 template <
typename ClientRequestTokenT = Aws::String>
137 m_clientRequestTokenHasBeenSet =
true;
138 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
140 template <
typename ClientRequestTokenT = Aws::String>
153 template <
typename TargetEventTypesT = Aws::Vector<Aws::String>>
155 m_targetEventTypesHasBeenSet =
true;
156 m_targetEventTypes = std::forward<TargetEventTypesT>(value);
158 template <
typename TargetEventTypesT = Aws::Vector<Aws::String>>
163 template <
typename TargetEventTypesT = Aws::String>
165 m_targetEventTypesHasBeenSet =
true;
166 m_targetEventTypes.emplace_back(std::forward<TargetEventTypesT>(value));
180 template <
typename TagsT = Aws::Vector<Tag>>
182 m_tagsHasBeenSet =
true;
183 m_tags = std::forward<TagsT>(value);
185 template <
typename TagsT = Aws::Vector<Tag>>
187 SetTags(std::forward<TagsT>(value));
190 template <
typename TagsT = Tag>
192 m_tagsHasBeenSet =
true;
193 m_tags.emplace_back(std::forward<TagsT>(value));
213 bool m_inputDataConfigHasBeenSet =
false;
214 bool m_outputDataConfigHasBeenSet =
false;
215 bool m_dataAccessRoleArnHasBeenSet =
false;
216 bool m_jobNameHasBeenSet =
false;
217 bool m_languageCodeHasBeenSet =
false;
218 bool m_clientRequestTokenHasBeenSet =
true;
219 bool m_targetEventTypesHasBeenSet =
false;
220 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
const OutputDataConfig & GetOutputDataConfig() const
bool ClientRequestTokenHasBeenSet() const
AWS_COMPREHEND_API Aws::String SerializePayload() const override
const Aws::String & GetJobName() const
bool OutputDataConfigHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
const InputDataConfig & GetInputDataConfig() const
bool LanguageCodeHasBeenSet() const
const Aws::Vector< Aws::String > & GetTargetEventTypes() const
AWS_COMPREHEND_API StartEventsDetectionJobRequest()=default
const Aws::String & GetDataAccessRoleArn() const
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StartEventsDetectionJobRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
bool JobNameHasBeenSet() const
void SetTargetEventTypes(TargetEventTypesT &&value)
bool DataAccessRoleArnHasBeenSet() const
StartEventsDetectionJobRequest & WithOutputDataConfig(OutputDataConfigT &&value)
StartEventsDetectionJobRequest & AddTargetEventTypes(TargetEventTypesT &&value)
bool TargetEventTypesHasBeenSet() const
StartEventsDetectionJobRequest & WithInputDataConfig(InputDataConfigT &&value)
StartEventsDetectionJobRequest & WithTargetEventTypes(TargetEventTypesT &&value)
void SetLanguageCode(LanguageCode value)
StartEventsDetectionJobRequest & WithTags(TagsT &&value)
const Aws::String & GetClientRequestToken() const
StartEventsDetectionJobRequest & WithLanguageCode(LanguageCode value)
void SetInputDataConfig(InputDataConfigT &&value)
StartEventsDetectionJobRequest & AddTags(TagsT &&value)
void SetJobName(JobNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
bool InputDataConfigHasBeenSet() const
bool TagsHasBeenSet() const
LanguageCode GetLanguageCode() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
StartEventsDetectionJobRequest & WithClientRequestToken(ClientRequestTokenT &&value)
StartEventsDetectionJobRequest & WithJobName(JobNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector