AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-keyspaces
include
aws
keyspaces
model
TimeToLiveStatus.h
1
6
#pragma once
7
#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Keyspaces
13
{
14
namespace
Model
15
{
16
enum class
TimeToLiveStatus
17
{
18
NOT_SET
,
19
ENABLED
20
};
21
22
namespace
TimeToLiveStatusMapper
23
{
24
AWS_KEYSPACES_API
TimeToLiveStatus
GetTimeToLiveStatusForName
(
const
Aws::String
& name);
25
26
AWS_KEYSPACES_API
Aws::String
GetNameForTimeToLiveStatus
(
TimeToLiveStatus
value);
27
}
// namespace TimeToLiveStatusMapper
28
}
// namespace Model
29
}
// namespace Keyspaces
30
}
// namespace Aws
Aws::Keyspaces::Model::TimeToLiveStatusMapper::GetTimeToLiveStatusForName
AWS_KEYSPACES_API TimeToLiveStatus GetTimeToLiveStatusForName(const Aws::String &name)
Aws::Keyspaces::Model::TimeToLiveStatusMapper::GetNameForTimeToLiveStatus
AWS_KEYSPACES_API Aws::String GetNameForTimeToLiveStatus(TimeToLiveStatus value)
Aws::Keyspaces::Model::ClientSideTimestampsStatus::NOT_SET
@ NOT_SET
Aws::Keyspaces::Model::ClientSideTimestampsStatus::ENABLED
@ ENABLED
Aws::Keyspaces::Model::TimeToLiveStatus
TimeToLiveStatus
Definition
TimeToLiveStatus.h:17
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