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 InputDataConfigT = InputDataConfig>
47 m_inputDataConfigHasBeenSet =
true;
48 m_inputDataConfig = std::forward<InputDataConfigT>(value);
50 template <
typename InputDataConfigT = InputDataConfig>
66 template <
typename OutputDataConfigT = OutputDataConfig>
68 m_outputDataConfigHasBeenSet =
true;
69 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
71 template <
typename OutputDataConfigT = OutputDataConfig>
87 template <
typename DataAccessRoleArnT = Aws::String>
89 m_dataAccessRoleArnHasBeenSet =
true;
90 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
92 template <
typename DataAccessRoleArnT = Aws::String>
105 template <
typename JobNameT = Aws::String>
107 m_jobNameHasBeenSet =
true;
108 m_jobName = std::forward<JobNameT>(value);
110 template <
typename JobNameT = Aws::String>
124 m_numberOfTopicsHasBeenSet =
true;
125 m_numberOfTopics = value;
140 template <
typename ClientRequestTokenT = Aws::String>
142 m_clientRequestTokenHasBeenSet =
true;
143 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
145 template <
typename ClientRequestTokenT = Aws::String>
165 template <
typename VolumeKmsKeyIdT = Aws::String>
167 m_volumeKmsKeyIdHasBeenSet =
true;
168 m_volumeKmsKeyId = std::forward<VolumeKmsKeyIdT>(value);
170 template <
typename VolumeKmsKeyIdT = Aws::String>
187 template <
typename VpcConfigT = VpcConfig>
189 m_vpcConfigHasBeenSet =
true;
190 m_vpcConfig = std::forward<VpcConfigT>(value);
192 template <
typename VpcConfigT = VpcConfig>
208 template <
typename TagsT = Aws::Vector<Tag>>
210 m_tagsHasBeenSet =
true;
211 m_tags = std::forward<TagsT>(value);
213 template <
typename TagsT = Aws::Vector<Tag>>
215 SetTags(std::forward<TagsT>(value));
218 template <
typename TagsT = Tag>
220 m_tagsHasBeenSet =
true;
221 m_tags.emplace_back(std::forward<TagsT>(value));
234 int m_numberOfTopics{0};
240 VpcConfig m_vpcConfig;
243 bool m_inputDataConfigHasBeenSet =
false;
244 bool m_outputDataConfigHasBeenSet =
false;
245 bool m_dataAccessRoleArnHasBeenSet =
false;
246 bool m_jobNameHasBeenSet =
false;
247 bool m_numberOfTopicsHasBeenSet =
false;
248 bool m_clientRequestTokenHasBeenSet =
true;
249 bool m_volumeKmsKeyIdHasBeenSet =
false;
250 bool m_vpcConfigHasBeenSet =
false;
251 bool m_tagsHasBeenSet =
false;
void SetInputDataConfig(InputDataConfigT &&value)
const InputDataConfig & GetInputDataConfig() const
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const OutputDataConfig & GetOutputDataConfig() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetVolumeKmsKeyId() const
bool VpcConfigHasBeenSet() const
void SetJobName(JobNameT &&value)
void SetVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
StartTopicsDetectionJobRequest & WithVpcConfig(VpcConfigT &&value)
void SetVpcConfig(VpcConfigT &&value)
StartTopicsDetectionJobRequest & WithJobName(JobNameT &&value)
bool OutputDataConfigHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
const VpcConfig & GetVpcConfig() const
StartTopicsDetectionJobRequest & WithOutputDataConfig(OutputDataConfigT &&value)
const Aws::String & GetDataAccessRoleArn() const
bool JobNameHasBeenSet() const
bool DataAccessRoleArnHasBeenSet() const
int GetNumberOfTopics() const
StartTopicsDetectionJobRequest & WithVolumeKmsKeyId(VolumeKmsKeyIdT &&value)
AWS_COMPREHEND_API StartTopicsDetectionJobRequest()=default
const Aws::Vector< Tag > & GetTags() const
StartTopicsDetectionJobRequest & WithInputDataConfig(InputDataConfigT &&value)
bool TagsHasBeenSet() const
StartTopicsDetectionJobRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
StartTopicsDetectionJobRequest & WithTags(TagsT &&value)
AWS_COMPREHEND_API Aws::String SerializePayload() const override
StartTopicsDetectionJobRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool VolumeKmsKeyIdHasBeenSet() const
bool NumberOfTopicsHasBeenSet() const
const Aws::String & GetClientRequestToken() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetJobName() const
StartTopicsDetectionJobRequest & AddTags(TagsT &&value)
bool InputDataConfigHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
bool ClientRequestTokenHasBeenSet() const
void SetNumberOfTopics(int value)
StartTopicsDetectionJobRequest & WithNumberOfTopics(int 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