AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProfileStatus.h
1
6#pragma once
7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace Route53Profiles
13{
14namespace Model
15{
16 enum class ProfileStatus
17 {
18 NOT_SET,
23 DELETED,
24 FAILED
25 };
26
27namespace ProfileStatusMapper
28{
29AWS_ROUTE53PROFILES_API ProfileStatus GetProfileStatusForName(const Aws::String& name);
30
31AWS_ROUTE53PROFILES_API Aws::String GetNameForProfileStatus(ProfileStatus value);
32} // namespace ProfileStatusMapper
33} // namespace Model
34} // namespace Route53Profiles
35} // namespace Aws
AWS_ROUTE53PROFILES_API ProfileStatus GetProfileStatusForName(const Aws::String &name)
AWS_ROUTE53PROFILES_API Aws::String GetNameForProfileStatus(ProfileStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String