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-appintegrations
include
aws
appintegrations
model
ExecutionMode.h
1
6
#pragma once
7
#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AppIntegrationsService
13
{
14
namespace
Model
15
{
16
enum class
ExecutionMode
17
{
18
NOT_SET
,
19
ON_DEMAND
,
20
SCHEDULED
21
};
22
23
namespace
ExecutionModeMapper
24
{
25
AWS_APPINTEGRATIONSSERVICE_API
ExecutionMode
GetExecutionModeForName
(
const
Aws::String
& name);
26
27
AWS_APPINTEGRATIONSSERVICE_API
Aws::String
GetNameForExecutionMode
(
ExecutionMode
value);
28
}
// namespace ExecutionModeMapper
29
}
// namespace Model
30
}
// namespace AppIntegrationsService
31
}
// namespace Aws
Aws::AppIntegrationsService::Model::ExecutionModeMapper::GetNameForExecutionMode
AWS_APPINTEGRATIONSSERVICE_API Aws::String GetNameForExecutionMode(ExecutionMode value)
Aws::AppIntegrationsService::Model::ExecutionModeMapper::GetExecutionModeForName
AWS_APPINTEGRATIONSSERVICE_API ExecutionMode GetExecutionModeForName(const Aws::String &name)
Aws::AppIntegrationsService::Model::ExecutionMode
ExecutionMode
Definition
ExecutionMode.h:17
Aws::AppIntegrationsService::Model::ExecutionMode::NOT_SET
@ NOT_SET
Aws::AppIntegrationsService::Model::ExecutionMode::SCHEDULED
@ SCHEDULED
Aws::AppIntegrationsService::Model::ExecutionMode::ON_DEMAND
@ ON_DEMAND
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