AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-apigateway
include
aws
apigateway
model
UnauthorizedCacheControlHeaderStrategy.h
1
6
#pragma once
7
#include <aws/apigateway/APIGateway_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
APIGateway
13
{
14
namespace
Model
15
{
16
enum class
UnauthorizedCacheControlHeaderStrategy
17
{
18
NOT_SET
,
19
FAIL_WITH_403
,
20
SUCCEED_WITH_RESPONSE_HEADER
,
21
SUCCEED_WITHOUT_RESPONSE_HEADER
22
};
23
24
namespace
UnauthorizedCacheControlHeaderStrategyMapper
25
{
26
AWS_APIGATEWAY_API
UnauthorizedCacheControlHeaderStrategy
GetUnauthorizedCacheControlHeaderStrategyForName
(
const
Aws::String
& name);
27
28
AWS_APIGATEWAY_API
Aws::String
GetNameForUnauthorizedCacheControlHeaderStrategy
(
UnauthorizedCacheControlHeaderStrategy
value);
29
}
// namespace UnauthorizedCacheControlHeaderStrategyMapper
30
}
// namespace Model
31
}
// namespace APIGateway
32
}
// namespace Aws
Aws::APIGateway::Model::UnauthorizedCacheControlHeaderStrategyMapper::GetUnauthorizedCacheControlHeaderStrategyForName
AWS_APIGATEWAY_API UnauthorizedCacheControlHeaderStrategy GetUnauthorizedCacheControlHeaderStrategyForName(const Aws::String &name)
Aws::APIGateway::Model::UnauthorizedCacheControlHeaderStrategyMapper::GetNameForUnauthorizedCacheControlHeaderStrategy
AWS_APIGATEWAY_API Aws::String GetNameForUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy value)
Aws::APIGateway::Model::AccessAssociationSourceType::NOT_SET
@ NOT_SET
Aws::APIGateway::Model::UnauthorizedCacheControlHeaderStrategy
UnauthorizedCacheControlHeaderStrategy
Definition
UnauthorizedCacheControlHeaderStrategy.h:17
Aws::APIGateway::Model::UnauthorizedCacheControlHeaderStrategy::FAIL_WITH_403
@ FAIL_WITH_403
Aws::APIGateway::Model::UnauthorizedCacheControlHeaderStrategy::SUCCEED_WITHOUT_RESPONSE_HEADER
@ SUCCEED_WITHOUT_RESPONSE_HEADER
Aws::APIGateway::Model::UnauthorizedCacheControlHeaderStrategy::SUCCEED_WITH_RESPONSE_HEADER
@ SUCCEED_WITH_RESPONSE_HEADER
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