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/OutputDataConfig.h>
11#include <aws/comprehend/model/Tag.h>
12#include <aws/comprehend/model/VpcConfig.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 JobNameT = Aws::String>
47 m_jobNameHasBeenSet =
true;
48 m_jobName = std::forward<JobNameT>(value);
50 template <
typename JobNameT = Aws::String>
64 template <
typename DocumentClassifierArnT = Aws::String>
66 m_documentClassifierArnHasBeenSet =
true;
67 m_documentClassifierArn = std::forward<DocumentClassifierArnT>(value);
69 template <
typename DocumentClassifierArnT = Aws::String>
82 template <
typename InputDataConfigT = InputDataConfig>
84 m_inputDataConfigHasBeenSet =
true;
85 m_inputDataConfig = std::forward<InputDataConfigT>(value);
87 template <
typename InputDataConfigT = InputDataConfig>
100 template <
typename OutputDataConfigT = OutputDataConfig>
102 m_outputDataConfigHasBeenSet =
true;
103 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
105 template <
typename OutputDataConfigT = OutputDataConfig>
119 template <
typename DataAccessRoleArnT = Aws::String>
121 m_dataAccessRoleArnHasBeenSet =
true;
122 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
124 template <
typename DataAccessRoleArnT = Aws::String>
138 template <
typename ClientRequestTokenT = Aws::String>
140 m_clientRequestTokenHasBeenSet =
true;
141 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
143 template <
typename ClientRequestTokenT = Aws::String>
163 template <
typename VolumeKmsKeyIdT = Aws::String>
165 m_volumeKmsKeyIdHasBeenSet =
true;
166 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
168 template <
typename VolumeKmsKeyIdT = Aws::String>
185 template <
typename VpcConfigT = VpcConfig>
187 m_vpcConfigHasBeenSet =
true;
188 m_vpcConfig = std::forward<VpcConfigT>(value);
190 template <
typename VpcConfigT = VpcConfig>
206 template <
typename TagsT = Aws::Vector<Tag>>
208 m_tagsHasBeenSet =
true;
209 m_tags = std::forward<TagsT>(value);
211 template <
typename TagsT = Aws::Vector<Tag>>
213 SetTags(std::forward<TagsT>(value));
216 template <
typename TagsT = Tag>
218 m_tagsHasBeenSet =
true;
219 m_tags.emplace_back(std::forward<TagsT>(value));
231 template <
typename FlywheelArnT = Aws::String>
233 m_flywheelArnHasBeenSet =
true;
234 m_flywheelArn = std::forward<FlywheelArnT>(value);
236 template <
typename FlywheelArnT = Aws::String>
257 VpcConfig m_vpcConfig;
262 bool m_jobNameHasBeenSet =
false;
263 bool m_documentClassifierArnHasBeenSet =
false;
264 bool m_inputDataConfigHasBeenSet =
false;
265 bool m_outputDataConfigHasBeenSet =
false;
266 bool m_dataAccessRoleArnHasBeenSet =
false;
267 bool m_clientRequestTokenHasBeenSet =
true;
268 bool m_volumeKmsKeyIdHasBeenSet =
false;
269 bool m_vpcConfigHasBeenSet =
false;
270 bool m_tagsHasBeenSet =
false;
271 bool m_flywheelArnHasBeenSet =
false;
StartDocumentClassificationJobRequest & WithDocumentClassifierArn(DocumentClassifierArnT &&value)
StartDocumentClassificationJobRequest & AddTags(TagsT &&value)
const InputDataConfig & GetInputDataConfig() const
void SetFlywheelArn(FlywheelArnT &&value)
StartDocumentClassificationJobRequest & WithVpcConfig(VpcConfigT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_COMPREHEND_API StartDocumentClassificationJobRequest()=default
StartDocumentClassificationJobRequest & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
StartDocumentClassificationJobRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetVpcConfig(VpcConfigT &&value)
const VpcConfig & GetVpcConfig() const
void SetInputDataConfig(InputDataConfigT &&value)
bool DocumentClassifierArnHasBeenSet() const
const Aws::String & GetFlywheelArn() const
bool VpcConfigHasBeenSet() const
StartDocumentClassificationJobRequest & WithTags(TagsT &&value)
const OutputDataConfig & GetOutputDataConfig() const
void SetDocumentClassifierArn(DocumentClassifierArnT &&value)
StartDocumentClassificationJobRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool TagsHasBeenSet() const
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
bool VolumeKmsKeyIdHasBeenSet() const
StartDocumentClassificationJobRequest & WithInputDataConfig(InputDataConfigT &&value)
const Aws::String & GetDataAccessRoleArn() const
void SetTags(TagsT &&value)
StartDocumentClassificationJobRequest & WithOutputDataConfig(OutputDataConfigT &&value)
void SetJobName(JobNameT &&value)
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool FlywheelArnHasBeenSet() const
StartDocumentClassificationJobRequest & WithJobName(JobNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientRequestToken() const
StartDocumentClassificationJobRequest & WithFlywheelArn(FlywheelArnT &&value)
bool DataAccessRoleArnHasBeenSet() const
const Aws::String & GetJobName() const
bool JobNameHasBeenSet() const
bool InputDataConfigHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetVolumeKmsKeyId() const
const Aws::Vector< Tag > & GetTags() const
void SetOutputDataConfig(OutputDataConfigT &&value)
const Aws::String & GetDocumentClassifierArn() const
bool OutputDataConfigHasBeenSet() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
AWS_COMPREHEND_API Aws::String SerializePayload() const override
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