AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
AwsRegion.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIR_EXPORTS.h>
9
10namespace Aws {
11namespace SecurityIR {
12namespace Model {
13enum class AwsRegion {
14 NOT_SET,
51};
52
53namespace AwsRegionMapper {
54AWS_SECURITYIR_API AwsRegion GetAwsRegionForName(const Aws::String& name);
55
56AWS_SECURITYIR_API Aws::String GetNameForAwsRegion(AwsRegion value);
57} // namespace AwsRegionMapper
58} // namespace Model
59} // namespace SecurityIR
60} // namespace Aws
AWS_SECURITYIR_API Aws::String GetNameForAwsRegion(AwsRegion value)
AWS_SECURITYIR_API AwsRegion GetAwsRegionForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String