7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/voice-id/VoiceIDRequest.h>
10#include <aws/voice-id/VoiceID_EXPORTS.h>
11#include <aws/voice-id/model/EnrollmentConfig.h>
12#include <aws/voice-id/model/InputDataConfig.h>
13#include <aws/voice-id/model/OutputDataConfig.h>
47 template <
typename ClientTokenT = Aws::String>
49 m_clientTokenHasBeenSet =
true;
50 m_clientToken = std::forward<ClientTokenT>(value);
52 template <
typename ClientTokenT = Aws::String>
70 template <
typename DataAccessRoleArnT = Aws::String>
72 m_dataAccessRoleArnHasBeenSet =
true;
73 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
75 template <
typename DataAccessRoleArnT = Aws::String>
89 template <
typename DomainIdT = Aws::String>
91 m_domainIdHasBeenSet =
true;
92 m_domainId = std::forward<DomainIdT>(value);
94 template <
typename DomainIdT = Aws::String>
109 template <
typename EnrollmentConfigT = EnrollmentConfig>
111 m_enrollmentConfigHasBeenSet =
true;
112 m_enrollmentConfig = std::forward<EnrollmentConfigT>(value);
114 template <
typename EnrollmentConfigT = EnrollmentConfig>
128 template <
typename InputDataConfigT = InputDataConfig>
130 m_inputDataConfigHasBeenSet =
true;
131 m_inputDataConfig = std::forward<InputDataConfigT>(value);
133 template <
typename InputDataConfigT = InputDataConfig>
146 template <
typename JobNameT = Aws::String>
148 m_jobNameHasBeenSet =
true;
149 m_jobName = std::forward<JobNameT>(value);
151 template <
typename JobNameT = Aws::String>
165 template <
typename OutputDataConfigT = OutputDataConfig>
167 m_outputDataConfigHasBeenSet =
true;
168 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
170 template <
typename OutputDataConfigT = OutputDataConfig>
183 EnrollmentConfig m_enrollmentConfig;
185 InputDataConfig m_inputDataConfig;
189 OutputDataConfig m_outputDataConfig;
190 bool m_clientTokenHasBeenSet =
true;
191 bool m_dataAccessRoleArnHasBeenSet =
false;
192 bool m_domainIdHasBeenSet =
false;
193 bool m_enrollmentConfigHasBeenSet =
false;
194 bool m_inputDataConfigHasBeenSet =
false;
195 bool m_jobNameHasBeenSet =
false;
196 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