AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ReferrerPolicyList.h
1
6#pragma once
7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace CloudFront {
12namespace Model {
14 NOT_SET,
17 origin,
23};
24
25namespace ReferrerPolicyListMapper {
27
29} // namespace ReferrerPolicyListMapper
30} // namespace Model
31} // namespace CloudFront
32} // namespace Aws
AWS_CLOUDFRONT_API ReferrerPolicyList GetReferrerPolicyListForName(const Aws::String &name)
AWS_CLOUDFRONT_API Aws::String GetNameForReferrerPolicyList(ReferrerPolicyList value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String