AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ProfileStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
9
10namespace Aws {
11namespace Route53Profiles {
12namespace Model {
14
15namespace ProfileStatusMapper {
16AWS_ROUTE53PROFILES_API ProfileStatus GetProfileStatusForName(const Aws::String& name);
17
18AWS_ROUTE53PROFILES_API Aws::String GetNameForProfileStatus(ProfileStatus value);
19} // namespace ProfileStatusMapper
20} // namespace Model
21} // namespace Route53Profiles
22} // 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