AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
AuthenticationDecision.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/voice-id/VoiceID_EXPORTS.h>
9
10namespace Aws {
11namespace VoiceID {
12namespace Model {
14 NOT_SET,
15 ACCEPT,
16 REJECT,
22};
23
24namespace AuthenticationDecisionMapper {
26
28} // namespace AuthenticationDecisionMapper
29} // namespace Model
30} // namespace VoiceID
31} // namespace Aws
AWS_VOICEID_API AuthenticationDecision GetAuthenticationDecisionForName(const Aws::String &name)
AWS_VOICEID_API Aws::String GetNameForAuthenticationDecision(AuthenticationDecision value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String