7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/voice-id/VoiceIDRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/voice-id/model/InputDataConfig.h>
11#include <aws/voice-id/model/OutputDataConfig.h>
12#include <aws/voice-id/model/RegistrationConfig.h>
14#include <aws/core/utils/UUID.h>
51 template<
typename ClientTokenT = Aws::String>
52 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
53 template<
typename ClientTokenT = Aws::String>
68 template<
typename DataAccessRoleArnT = Aws::String>
69 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
70 template<
typename DataAccessRoleArnT = Aws::String>
81 template<
typename DomainIdT = Aws::String>
82 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
83 template<
typename DomainIdT = Aws::String>
94 template<
typename InputDataConfigT = InputDataConfig>
95 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
96 template<
typename InputDataConfigT = InputDataConfig>
106 template<
typename JobNameT = Aws::String>
107 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
108 template<
typename JobNameT = Aws::String>
119 template<
typename OutputDataConfigT = OutputDataConfig>
120 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
121 template<
typename OutputDataConfigT = OutputDataConfig>
133 template<
typename RegistrationConfigT = RegistrationConfig>
134 void SetRegistrationConfig(RegistrationConfigT&& value) { m_registrationConfigHasBeenSet =
true; m_registrationConfig = std::forward<RegistrationConfigT>(value); }
135 template<
typename RegistrationConfigT = RegistrationConfig>
141 bool m_clientTokenHasBeenSet =
true;
144 bool m_dataAccessRoleArnHasBeenSet =
false;
147 bool m_domainIdHasBeenSet =
false;
149 InputDataConfig m_inputDataConfig;
150 bool m_inputDataConfigHasBeenSet =
false;
153 bool m_jobNameHasBeenSet =
false;
155 OutputDataConfig m_outputDataConfig;
156 bool m_outputDataConfigHasBeenSet =
false;
158 RegistrationConfig m_registrationConfig;
159 bool m_registrationConfigHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainId() const
const Aws::String & GetDataAccessRoleArn() const
bool OutputDataConfigHasBeenSet() const
bool JobNameHasBeenSet() const
const Aws::String & GetJobName() const
AWS_VOICEID_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDomainId(DomainIdT &&value)
bool ClientTokenHasBeenSet() const
const RegistrationConfig & GetRegistrationConfig() const
AWS_VOICEID_API StartFraudsterRegistrationJobRequest()=default
void SetJobName(JobNameT &&value)
StartFraudsterRegistrationJobRequest & WithOutputDataConfig(OutputDataConfigT &&value)
bool DomainIdHasBeenSet() const
bool DataAccessRoleArnHasBeenSet() const
const OutputDataConfig & GetOutputDataConfig() const
void SetRegistrationConfig(RegistrationConfigT &&value)
StartFraudsterRegistrationJobRequest & WithDomainId(DomainIdT &&value)
AWS_VOICEID_API Aws::String SerializePayload() const override
void SetOutputDataConfig(OutputDataConfigT &&value)
const Aws::String & GetClientToken() const
StartFraudsterRegistrationJobRequest & WithJobName(JobNameT &&value)
StartFraudsterRegistrationJobRequest & WithRegistrationConfig(RegistrationConfigT &&value)
const InputDataConfig & GetInputDataConfig() const
StartFraudsterRegistrationJobRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
bool InputDataConfigHasBeenSet() const
StartFraudsterRegistrationJobRequest & WithInputDataConfig(InputDataConfigT &&value)
void SetClientToken(ClientTokenT &&value)
void SetInputDataConfig(InputDataConfigT &&value)
bool RegistrationConfigHasBeenSet() const
StartFraudsterRegistrationJobRequest & WithClientToken(ClientTokenT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String