AWS SDK for C++
AWS SDK for C++ Version 1.11.741
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Route53Profiles {
12
namespace
Model {
13
enum class
ProfileStatus
{
NOT_SET
,
COMPLETE
,
DELETING
,
UPDATING
,
CREATING
,
DELETED
,
FAILED
};
14
15
namespace
ProfileStatusMapper {
16
AWS_ROUTE53PROFILES_API
ProfileStatus
GetProfileStatusForName
(
const
Aws::String
& name);
17
18
AWS_ROUTE53PROFILES_API
Aws::String
GetNameForProfileStatus
(
ProfileStatus
value);
19
}
// namespace ProfileStatusMapper
20
}
// namespace Model
21
}
// namespace Route53Profiles
22
}
// 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:13
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