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/comprehend/model/PiiEntitiesDetectionMode.h>
12#include <aws/comprehend/model/RedactionConfig.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/comprehend/model/LanguageCode.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
16#include <aws/comprehend/model/Tag.h>
18#include <aws/core/utils/UUID.h>
51 template<
typename InputDataConfigT = InputDataConfig>
52 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
53 template<
typename InputDataConfigT = InputDataConfig>
64 template<
typename OutputDataConfigT = OutputDataConfig>
65 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
66 template<
typename OutputDataConfigT = OutputDataConfig>
91 template<
typename RedactionConfigT = RedactionConfig>
92 void SetRedactionConfig(RedactionConfigT&& value) { m_redactionConfigHasBeenSet =
true; m_redactionConfig = std::forward<RedactionConfigT>(value); }
93 template<
typename RedactionConfigT = RedactionConfig>
104 template<
typename DataAccessRoleArnT = Aws::String>
105 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
106 template<
typename DataAccessRoleArnT = Aws::String>
116 template<
typename JobNameT = Aws::String>
117 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
118 template<
typename JobNameT = Aws::String>
140 template<
typename ClientRequestTokenT = Aws::String>
141 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
142 template<
typename ClientRequestTokenT = Aws::String>
155 template<
typename TagsT = Aws::Vector<Tag>>
156 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
157 template<
typename TagsT = Aws::Vector<Tag>>
159 template<
typename TagsT = Tag>
165 bool m_inputDataConfigHasBeenSet =
false;
168 bool m_outputDataConfigHasBeenSet =
false;
171 bool m_modeHasBeenSet =
false;
173 RedactionConfig m_redactionConfig;
174 bool m_redactionConfigHasBeenSet =
false;
177 bool m_dataAccessRoleArnHasBeenSet =
false;
180 bool m_jobNameHasBeenSet =
false;
183 bool m_languageCodeHasBeenSet =
false;
186 bool m_clientRequestTokenHasBeenSet =
true;
189 bool m_tagsHasBeenSet =
false;
bool JobNameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
StartPiiEntitiesDetectionJobRequest & WithMode(PiiEntitiesDetectionMode value)
void SetOutputDataConfig(OutputDataConfigT &&value)
AWS_COMPREHEND_API Aws::String SerializePayload() const override
const Aws::String & GetJobName() const
bool TagsHasBeenSet() const
StartPiiEntitiesDetectionJobRequest & WithTags(TagsT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
StartPiiEntitiesDetectionJobRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_COMPREHEND_API StartPiiEntitiesDetectionJobRequest()=default
bool OutputDataConfigHasBeenSet() const
StartPiiEntitiesDetectionJobRequest & WithLanguageCode(LanguageCode value)
void SetMode(PiiEntitiesDetectionMode value)
bool ClientRequestTokenHasBeenSet() const
LanguageCode GetLanguageCode() const
bool ModeHasBeenSet() const
StartPiiEntitiesDetectionJobRequest & WithOutputDataConfig(OutputDataConfigT &&value)
const OutputDataConfig & GetOutputDataConfig() const
bool DataAccessRoleArnHasBeenSet() const
void SetJobName(JobNameT &&value)
StartPiiEntitiesDetectionJobRequest & WithRedactionConfig(RedactionConfigT &&value)
bool RedactionConfigHasBeenSet() const
const Aws::String & GetDataAccessRoleArn() const
void SetRedactionConfig(RedactionConfigT &&value)
virtual const char * GetServiceRequestName() const override
StartPiiEntitiesDetectionJobRequest & WithJobName(JobNameT &&value)
void SetInputDataConfig(InputDataConfigT &&value)
StartPiiEntitiesDetectionJobRequest & WithInputDataConfig(InputDataConfigT &&value)
bool LanguageCodeHasBeenSet() const
bool InputDataConfigHasBeenSet() const
const InputDataConfig & GetInputDataConfig() const
const RedactionConfig & GetRedactionConfig() const
void SetTags(TagsT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
StartPiiEntitiesDetectionJobRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
PiiEntitiesDetectionMode GetMode() const
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetClientRequestToken() const
StartPiiEntitiesDetectionJobRequest & AddTags(TagsT &&value)
void SetLanguageCode(LanguageCode 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