AWS SDK for C++
AWS SDK for C++ Version 1.11.807
Main Page
Related Pages
Namespaces
Classes
Examples
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-connect
include
aws
connect
model
AttachmentScope.h
1
6
#pragma once
7
#include <aws/connect/Connect_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
Connect {
12
namespace
Model {
13
enum class
AttachmentScope
{
NOT_SET
,
EMAIL
,
CHAT
,
CASE
,
TASK
};
14
15
namespace
AttachmentScopeMapper {
16
AWS_CONNECT_API
AttachmentScope
GetAttachmentScopeForName
(
const
Aws::String
& name);
17
18
AWS_CONNECT_API
Aws::String
GetNameForAttachmentScope
(
AttachmentScope
value);
19
}
// namespace AttachmentScopeMapper
20
}
// namespace Model
21
}
// namespace Connect
22
}
// namespace Aws
Aws::Connect::Model::AttachmentScopeMapper::GetNameForAttachmentScope
AWS_CONNECT_API Aws::String GetNameForAttachmentScope(AttachmentScope value)
Aws::Connect::Model::AttachmentScopeMapper::GetAttachmentScopeForName
AWS_CONNECT_API AttachmentScope GetAttachmentScopeForName(const Aws::String &name)
Aws::Connect::Model::AttachmentScope
AttachmentScope
Definition
AttachmentScope.h:13
Aws::Connect::Model::AttachmentScope::TASK
@ TASK
Aws::Connect::Model::AttachmentScope::EMAIL
@ EMAIL
Aws::Connect::Model::AttachmentScope::CHAT
@ CHAT
Aws::Connect::Model::AttachmentScope::CASE
@ CASE
Aws::Connect::Model::AccessType::NOT_SET
@ NOT_SET
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