AWS SDK for C++
AWS SDK for C++ Version 1.11.750
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-panorama
include
aws
panorama
model
DesiredState.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/panorama/Panorama_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Panorama {
12
namespace
Model {
13
enum class
DesiredState
{
NOT_SET
,
RUNNING
,
STOPPED
,
REMOVED
};
14
15
namespace
DesiredStateMapper {
16
AWS_PANORAMA_API
DesiredState
GetDesiredStateForName
(
const
Aws::String
& name);
17
18
AWS_PANORAMA_API
Aws::String
GetNameForDesiredState
(
DesiredState
value);
19
}
// namespace DesiredStateMapper
20
}
// namespace Model
21
}
// namespace Panorama
22
}
// namespace Aws
Aws::Panorama::Model::DesiredStateMapper::GetNameForDesiredState
AWS_PANORAMA_API Aws::String GetNameForDesiredState(DesiredState value)
Aws::Panorama::Model::DesiredStateMapper::GetDesiredStateForName
AWS_PANORAMA_API DesiredState GetDesiredStateForName(const Aws::String &name)
Aws::Panorama::Model::DesiredState
DesiredState
Definition
DesiredState.h:13
Aws::Panorama::Model::DesiredState::STOPPED
@ STOPPED
Aws::Panorama::Model::DesiredState::REMOVED
@ REMOVED
Aws::Panorama::Model::ApplicationInstanceHealthStatus::NOT_SET
@ NOT_SET
Aws::Panorama::Model::ApplicationInstanceHealthStatus::RUNNING
@ RUNNING
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