AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-email
include
aws
email
model
IdentityType.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/email/SES_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
SES
13
{
14
namespace
Model
15
{
16
enum class
IdentityType
17
{
18
NOT_SET
,
19
EmailAddress,
20
Domain
21
};
22
23
namespace
IdentityTypeMapper
24
{
25
AWS_SES_API
IdentityType
GetIdentityTypeForName
(
const
Aws::String
& name);
26
27
AWS_SES_API
Aws::String
GetNameForIdentityType
(
IdentityType
value);
28
}
// namespace IdentityTypeMapper
29
}
// namespace Model
30
}
// namespace SES
31
}
// namespace Aws
Aws::SES::Model::IdentityType::Domain
@ Domain
Aws::SES::Model::IdentityTypeMapper::GetNameForIdentityType
AWS_SES_API Aws::String GetNameForIdentityType(IdentityType value)
Aws::SES::Model::IdentityType
IdentityType
Definition:
IdentityType.h:17
AWSString.h
Aws::SES::Model::IdentityType::NOT_SET
@ NOT_SET
SES_EXPORTS.h
AWS_SES_API
#define AWS_SES_API
Definition:
SES_EXPORTS.h:28
Aws
Definition:
AccessManagementClient.h:15
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Aws::SES::Model::IdentityTypeMapper::GetIdentityTypeForName
AWS_SES_API IdentityType GetIdentityTypeForName(const Aws::String &name)
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences