AWS SDK for C++
AWS SDK for C++ Version 1.11.613
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-appintegrations
include
aws
appintegrations
model
ContactHandlingScope.h
1
6
#pragma once
7
#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AppIntegrationsService
13
{
14
namespace
Model
15
{
16
enum class
ContactHandlingScope
17
{
18
NOT_SET
,
19
CROSS_CONTACTS
,
20
PER_CONTACT
21
};
22
23
namespace
ContactHandlingScopeMapper
24
{
25
AWS_APPINTEGRATIONSSERVICE_API
ContactHandlingScope
GetContactHandlingScopeForName
(
const
Aws::String
& name);
26
27
AWS_APPINTEGRATIONSSERVICE_API
Aws::String
GetNameForContactHandlingScope
(
ContactHandlingScope
value);
28
}
// namespace ContactHandlingScopeMapper
29
}
// namespace Model
30
}
// namespace AppIntegrationsService
31
}
// namespace Aws
Aws::AppIntegrationsService::Model::ContactHandlingScopeMapper::GetNameForContactHandlingScope
AWS_APPINTEGRATIONSSERVICE_API Aws::String GetNameForContactHandlingScope(ContactHandlingScope value)
Aws::AppIntegrationsService::Model::ContactHandlingScopeMapper::GetContactHandlingScopeForName
AWS_APPINTEGRATIONSSERVICE_API ContactHandlingScope GetContactHandlingScopeForName(const Aws::String &name)
Aws::AppIntegrationsService::Model::ContactHandlingScope
ContactHandlingScope
Definition
ContactHandlingScope.h:17
Aws::AppIntegrationsService::Model::ContactHandlingScope::CROSS_CONTACTS
@ CROSS_CONTACTS
Aws::AppIntegrationsService::Model::ContactHandlingScope::NOT_SET
@ NOT_SET
Aws::AppIntegrationsService::Model::ContactHandlingScope::PER_CONTACT
@ PER_CONTACT
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences