AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-route53profiles
include
aws
route53profiles
model
ProfileStatus.h
1
6
#pragma once
7
#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Route53Profiles
13
{
14
namespace
Model
15
{
16
enum class
ProfileStatus
17
{
18
NOT_SET
,
19
COMPLETE
,
20
DELETING
,
21
UPDATING
,
22
CREATING
,
23
DELETED
,
24
FAILED
25
};
26
27
namespace
ProfileStatusMapper
28
{
29
AWS_ROUTE53PROFILES_API
ProfileStatus
GetProfileStatusForName
(
const
Aws::String
& name);
30
31
AWS_ROUTE53PROFILES_API
Aws::String
GetNameForProfileStatus
(
ProfileStatus
value);
32
}
// namespace ProfileStatusMapper
33
}
// namespace Model
34
}
// namespace Route53Profiles
35
}
// namespace Aws
Aws::Route53Profiles::Model::ProfileStatusMapper::GetProfileStatusForName
AWS_ROUTE53PROFILES_API ProfileStatus GetProfileStatusForName(const Aws::String &name)
Aws::Route53Profiles::Model::ProfileStatusMapper::GetNameForProfileStatus
AWS_ROUTE53PROFILES_API Aws::String GetNameForProfileStatus(ProfileStatus value)
Aws::Route53Profiles::Model::ProfileStatus
ProfileStatus
Definition
ProfileStatus.h:17
Aws::Route53Profiles::Model::ProfileStatus::NOT_SET
@ NOT_SET
Aws::Route53Profiles::Model::ProfileStatus::COMPLETE
@ COMPLETE
Aws::Route53Profiles::Model::ProfileStatus::DELETED
@ DELETED
Aws::Route53Profiles::Model::ProfileStatus::CREATING
@ CREATING
Aws::Route53Profiles::Model::ProfileStatus::DELETING
@ DELETING
Aws::Route53Profiles::Model::ProfileStatus::FAILED
@ FAILED
Aws::Route53Profiles::Model::ProfileStatus::UPDATING
@ UPDATING
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