7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/ComprehendRequest.h>
9#include <aws/comprehend/model/InputDataConfig.h>
10#include <aws/comprehend/model/OutputDataConfig.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/comprehend/model/LanguageCode.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/comprehend/model/Tag.h>
16#include <aws/core/utils/UUID.h>
49 template<
typename InputDataConfigT = InputDataConfig>
50 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
51 template<
typename InputDataConfigT = InputDataConfig>
61 template<
typename OutputDataConfigT = OutputDataConfig>
62 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
63 template<
typename OutputDataConfigT = OutputDataConfig>
74 template<
typename DataAccessRoleArnT = Aws::String>
75 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
76 template<
typename DataAccessRoleArnT = Aws::String>
86 template<
typename JobNameT = Aws::String>
87 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
88 template<
typename JobNameT = Aws::String>
109 template<
typename ClientRequestTokenT = Aws::String>
110 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
111 template<
typename ClientRequestTokenT = Aws::String>
121 template<
typename TargetEventTypesT = Aws::Vector<Aws::String>>
122 void SetTargetEventTypes(TargetEventTypesT&& value) { m_targetEventTypesHasBeenSet =
true; m_targetEventTypes = std::forward<TargetEventTypesT>(value); }
123 template<
typename TargetEventTypesT = Aws::Vector<Aws::String>>
125 template<
typename TargetEventTypesT = Aws::String>
138 template<
typename TagsT = Aws::Vector<Tag>>
139 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
140 template<
typename TagsT = Aws::Vector<Tag>>
142 template<
typename TagsT = Tag>
148 bool m_inputDataConfigHasBeenSet =
false;
151 bool m_outputDataConfigHasBeenSet =
false;
154 bool m_dataAccessRoleArnHasBeenSet =
false;
157 bool m_jobNameHasBeenSet =
false;
160 bool m_languageCodeHasBeenSet =
false;
163 bool m_clientRequestTokenHasBeenSet =
true;
166 bool m_targetEventTypesHasBeenSet =
false;
169 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