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/EnrollmentConfig.h>
11#include <aws/voice-id/model/InputDataConfig.h>
12#include <aws/voice-id/model/OutputDataConfig.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>
95 template<
typename EnrollmentConfigT = EnrollmentConfig>
96 void SetEnrollmentConfig(EnrollmentConfigT&& value) { m_enrollmentConfigHasBeenSet =
true; m_enrollmentConfig = std::forward<EnrollmentConfigT>(value); }
97 template<
typename EnrollmentConfigT = EnrollmentConfig>
108 template<
typename InputDataConfigT = InputDataConfig>
109 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
110 template<
typename InputDataConfigT = InputDataConfig>
120 template<
typename JobNameT = Aws::String>
121 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
122 template<
typename JobNameT = Aws::String>
133 template<
typename OutputDataConfigT = OutputDataConfig>
134 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
135 template<
typename OutputDataConfigT = OutputDataConfig>
141 bool m_clientTokenHasBeenSet =
true;
144 bool m_dataAccessRoleArnHasBeenSet =
false;
147 bool m_domainIdHasBeenSet =
false;
149 EnrollmentConfig m_enrollmentConfig;
150 bool m_enrollmentConfigHasBeenSet =
false;
152 InputDataConfig m_inputDataConfig;
153 bool m_inputDataConfigHasBeenSet =
false;
156 bool m_jobNameHasBeenSet =
false;
158 OutputDataConfig m_outputDataConfig;
159 bool m_outputDataConfigHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
void SetDomainId(DomainIdT &&value)
AWS_VOICEID_API Aws::String SerializePayload() const override
const Aws::String & GetDataAccessRoleArn() const
bool InputDataConfigHasBeenSet() const
AWS_VOICEID_API StartSpeakerEnrollmentJobRequest()=default
const Aws::String & GetDomainId() const
void SetOutputDataConfig(OutputDataConfigT &&value)
virtual const char * GetServiceRequestName() const override
bool EnrollmentConfigHasBeenSet() const
AWS_VOICEID_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const EnrollmentConfig & GetEnrollmentConfig() const
bool DataAccessRoleArnHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const InputDataConfig & GetInputDataConfig() const
void SetInputDataConfig(InputDataConfigT &&value)
StartSpeakerEnrollmentJobRequest & WithInputDataConfig(InputDataConfigT &&value)
StartSpeakerEnrollmentJobRequest & WithEnrollmentConfig(EnrollmentConfigT &&value)
bool DomainIdHasBeenSet() const
const OutputDataConfig & GetOutputDataConfig() const
bool JobNameHasBeenSet() const
const Aws::String & GetJobName() const
StartSpeakerEnrollmentJobRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
StartSpeakerEnrollmentJobRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
void SetEnrollmentConfig(EnrollmentConfigT &&value)
StartSpeakerEnrollmentJobRequest & WithDomainId(DomainIdT &&value)
StartSpeakerEnrollmentJobRequest & WithOutputDataConfig(OutputDataConfigT &&value)
bool OutputDataConfigHasBeenSet() const
StartSpeakerEnrollmentJobRequest & WithJobName(JobNameT &&value)
void SetJobName(JobNameT &&value)
bool ClientTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String