7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/ComprehendRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/comprehend/model/InputDataConfig.h>
11#include <aws/comprehend/model/OutputDataConfig.h>
12#include <aws/comprehend/model/VpcConfig.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 JobNameT = Aws::String>
50 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
51 template<
typename JobNameT = Aws::String>
62 template<
typename DocumentClassifierArnT = Aws::String>
63 void SetDocumentClassifierArn(DocumentClassifierArnT&& value) { m_documentClassifierArnHasBeenSet =
true; m_documentClassifierArn = std::forward<DocumentClassifierArnT>(value); }
64 template<
typename DocumentClassifierArnT = Aws::String>
74 template<
typename InputDataConfigT = InputDataConfig>
75 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
76 template<
typename InputDataConfigT = InputDataConfig>
86 template<
typename OutputDataConfigT = OutputDataConfig>
87 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
88 template<
typename OutputDataConfigT = OutputDataConfig>
99 template<
typename DataAccessRoleArnT = Aws::String>
100 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
101 template<
typename DataAccessRoleArnT = Aws::String>
112 template<
typename ClientRequestTokenT = Aws::String>
113 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
114 template<
typename ClientRequestTokenT = Aws::String>
131 template<
typename VolumeKmsKeyIdT = Aws::String>
132 void SetVolumeKmsKeyId(VolumeKmsKeyIdT&& value) { m_volumeKmsKeyIdHasBeenSet =
true; m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value); }
133 template<
typename VolumeKmsKeyIdT = Aws::String>
147 template<
typename VpcConfigT = VpcConfig>
148 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
149 template<
typename VpcConfigT = VpcConfig>
162 template<
typename TagsT = Aws::Vector<Tag>>
163 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
164 template<
typename TagsT = Aws::Vector<Tag>>
166 template<
typename TagsT = Tag>
177 template<
typename FlywheelArnT = Aws::String>
178 void SetFlywheelArn(FlywheelArnT&& value) { m_flywheelArnHasBeenSet =
true; m_flywheelArn = std::forward<FlywheelArnT>(value); }
179 template<
typename FlywheelArnT = Aws::String>
185 bool m_jobNameHasBeenSet =
false;
188 bool m_documentClassifierArnHasBeenSet =
false;
191 bool m_inputDataConfigHasBeenSet =
false;
194 bool m_outputDataConfigHasBeenSet =
false;
197 bool m_dataAccessRoleArnHasBeenSet =
false;
200 bool m_clientRequestTokenHasBeenSet =
true;
203 bool m_volumeKmsKeyIdHasBeenSet =
false;
205 VpcConfig m_vpcConfig;
206 bool m_vpcConfigHasBeenSet =
false;
209 bool m_tagsHasBeenSet =
false;
212 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