AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
AnsweringMachineDetectionStatus.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace Connect {
12namespace Model {
14 NOT_SET,
17 ERROR_,
29};
30
31namespace AnsweringMachineDetectionStatusMapper {
33
35} // namespace AnsweringMachineDetectionStatusMapper
36} // namespace Model
37} // namespace Connect
38} // namespace Aws
AWS_CONNECT_API AnsweringMachineDetectionStatus GetAnsweringMachineDetectionStatusForName(const Aws::String &name)
AWS_CONNECT_API Aws::String GetNameForAnsweringMachineDetectionStatus(AnsweringMachineDetectionStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String