AWS SDK for C++
AWS SDK for C++ Version 1.11.717
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-pinpoint-email
include
aws
pinpoint-email
model
WarmupStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
PinpointEmail {
12
namespace
Model {
13
enum class
WarmupStatus
{
NOT_SET
,
IN_PROGRESS
,
DONE
};
14
15
namespace
WarmupStatusMapper {
16
AWS_PINPOINTEMAIL_API
WarmupStatus
GetWarmupStatusForName
(
const
Aws::String
& name);
17
18
AWS_PINPOINTEMAIL_API
Aws::String
GetNameForWarmupStatus
(
WarmupStatus
value);
19
}
// namespace WarmupStatusMapper
20
}
// namespace Model
21
}
// namespace PinpointEmail
22
}
// namespace Aws
Aws::PinpointEmail::Model::WarmupStatusMapper::GetWarmupStatusForName
AWS_PINPOINTEMAIL_API WarmupStatus GetWarmupStatusForName(const Aws::String &name)
Aws::PinpointEmail::Model::WarmupStatusMapper::GetNameForWarmupStatus
AWS_PINPOINTEMAIL_API Aws::String GetNameForWarmupStatus(WarmupStatus value)
Aws::PinpointEmail::Model::WarmupStatus
WarmupStatus
Definition
WarmupStatus.h:13
Aws::PinpointEmail::Model::WarmupStatus::DONE
@ DONE
Aws::PinpointEmail::Model::WarmupStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::PinpointEmail::Model::BehaviorOnMxFailure::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