AWS SDK for C++
AWS SDK for C++ Version 1.11.680
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-neptunedata
include
aws
neptunedata
model
Action.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/neptunedata/Neptunedata_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
neptunedata {
12
namespace
Model {
13
enum class
Action
{
NOT_SET
,
initiateDatabaseReset
,
performDatabaseReset
};
14
15
namespace
ActionMapper {
16
AWS_NEPTUNEDATA_API
Action
GetActionForName
(
const
Aws::String
& name);
17
18
AWS_NEPTUNEDATA_API
Aws::String
GetNameForAction
(
Action
value);
19
}
// namespace ActionMapper
20
}
// namespace Model
21
}
// namespace neptunedata
22
}
// namespace Aws
Aws::neptunedata::Model::ActionMapper::GetActionForName
AWS_NEPTUNEDATA_API Action GetActionForName(const Aws::String &name)
Aws::neptunedata::Model::ActionMapper::GetNameForAction
AWS_NEPTUNEDATA_API Aws::String GetNameForAction(Action value)
Aws::neptunedata::Model::Action
Action
Definition
Action.h:13
Aws::neptunedata::Model::Action::NOT_SET
@ NOT_SET
Aws::neptunedata::Model::Action::performDatabaseReset
@ performDatabaseReset
Aws::neptunedata::Model::Action::initiateDatabaseReset
@ initiateDatabaseReset
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