7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/voice-id/model/AuthenticationConfiguration.h>
11#include <aws/voice-id/model/AuthenticationDecision.h>
83 inline void SetAuthenticationResultId(
const char* value) { m_authenticationResultIdHasBeenSet =
true; m_authenticationResultId.assign(value); }
112 inline void SetCustomerSpeakerId(
const char* value) { m_customerSpeakerIdHasBeenSet =
true; m_customerSpeakerId.assign(value); }
140 inline void SetGeneratedSpeakerId(
const char* value) { m_generatedSpeakerIdHasBeenSet =
true; m_generatedSpeakerId.assign(value); }
154 inline void SetScore(
int value) { m_scoreHasBeenSet =
true; m_score = value; }
160 bool m_audioAggregationEndedAtHasBeenSet =
false;
163 bool m_audioAggregationStartedAtHasBeenSet =
false;
166 bool m_authenticationResultIdHasBeenSet =
false;
169 bool m_configurationHasBeenSet =
false;
172 bool m_customerSpeakerIdHasBeenSet =
false;
175 bool m_decisionHasBeenSet =
false;
178 bool m_generatedSpeakerIdHasBeenSet =
false;
181 bool m_scoreHasBeenSet =
false;
AWS_VOICEID_API AuthenticationResult()
AuthenticationResult & WithDecision(const AuthenticationDecision &value)
void SetConfiguration(const AuthenticationConfiguration &value)
AuthenticationResult & WithGeneratedSpeakerId(const char *value)
bool AuthenticationResultIdHasBeenSet() const
void SetAuthenticationResultId(const Aws::String &value)
bool ScoreHasBeenSet() const
AuthenticationResult & WithAudioAggregationStartedAt(const Aws::Utils::DateTime &value)
bool ConfigurationHasBeenSet() const
void SetConfiguration(AuthenticationConfiguration &&value)
AuthenticationResult & WithAuthenticationResultId(const char *value)
AuthenticationResult & WithAuthenticationResultId(const Aws::String &value)
void SetAudioAggregationEndedAt(const Aws::Utils::DateTime &value)
AuthenticationResult & WithAudioAggregationStartedAt(Aws::Utils::DateTime &&value)
AuthenticationResult & WithAuthenticationResultId(Aws::String &&value)
const Aws::String & GetAuthenticationResultId() const
void SetAudioAggregationEndedAt(Aws::Utils::DateTime &&value)
AWS_VOICEID_API AuthenticationResult(Aws::Utils::Json::JsonView jsonValue)
const AuthenticationDecision & GetDecision() const
void SetAuthenticationResultId(const char *value)
void SetAuthenticationResultId(Aws::String &&value)
bool CustomerSpeakerIdHasBeenSet() const
void SetGeneratedSpeakerId(const Aws::String &value)
const Aws::String & GetGeneratedSpeakerId() const
bool AudioAggregationStartedAtHasBeenSet() const
AuthenticationResult & WithConfiguration(const AuthenticationConfiguration &value)
AuthenticationResult & WithDecision(AuthenticationDecision &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationResult & WithCustomerSpeakerId(const Aws::String &value)
AuthenticationResult & WithScore(int value)
AuthenticationResult & WithConfiguration(AuthenticationConfiguration &&value)
const Aws::Utils::DateTime & GetAudioAggregationStartedAt() const
void SetGeneratedSpeakerId(const char *value)
void SetGeneratedSpeakerId(Aws::String &&value)
AuthenticationResult & WithAudioAggregationEndedAt(const Aws::Utils::DateTime &value)
bool DecisionHasBeenSet() const
const Aws::Utils::DateTime & GetAudioAggregationEndedAt() const
bool GeneratedSpeakerIdHasBeenSet() const
void SetDecision(const AuthenticationDecision &value)
AuthenticationResult & WithCustomerSpeakerId(const char *value)
void SetDecision(AuthenticationDecision &&value)
AuthenticationResult & WithCustomerSpeakerId(Aws::String &&value)
AuthenticationResult & WithGeneratedSpeakerId(Aws::String &&value)
AWS_VOICEID_API AuthenticationResult & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AudioAggregationEndedAtHasBeenSet() const
void SetAudioAggregationStartedAt(const Aws::Utils::DateTime &value)
const AuthenticationConfiguration & GetConfiguration() const
void SetCustomerSpeakerId(const char *value)
AuthenticationResult & WithAudioAggregationEndedAt(Aws::Utils::DateTime &&value)
AuthenticationResult & WithGeneratedSpeakerId(const Aws::String &value)
void SetCustomerSpeakerId(const Aws::String &value)
void SetCustomerSpeakerId(Aws::String &&value)
const Aws::String & GetCustomerSpeakerId() const
void SetAudioAggregationStartedAt(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue