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-servicecatalog-appregistry
include
aws
servicecatalog-appregistry
model
ResourceGroupState.h
1
6
#pragma once
7
#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AppRegistry
13
{
14
namespace
Model
15
{
16
enum class
ResourceGroupState
17
{
18
NOT_SET
,
19
CREATING
,
20
CREATE_COMPLETE
,
21
CREATE_FAILED
,
22
UPDATING
,
23
UPDATE_COMPLETE
,
24
UPDATE_FAILED
25
};
26
27
namespace
ResourceGroupStateMapper
28
{
29
AWS_APPREGISTRY_API
ResourceGroupState
GetResourceGroupStateForName
(
const
Aws::String
& name);
30
31
AWS_APPREGISTRY_API
Aws::String
GetNameForResourceGroupState
(
ResourceGroupState
value);
32
}
// namespace ResourceGroupStateMapper
33
}
// namespace Model
34
}
// namespace AppRegistry
35
}
// namespace Aws
Aws::AppRegistry::Model::ResourceGroupStateMapper::GetResourceGroupStateForName
AWS_APPREGISTRY_API ResourceGroupState GetResourceGroupStateForName(const Aws::String &name)
Aws::AppRegistry::Model::ResourceGroupStateMapper::GetNameForResourceGroupState
AWS_APPREGISTRY_API Aws::String GetNameForResourceGroupState(ResourceGroupState value)
Aws::AppRegistry::Model::ApplicationTagStatus::NOT_SET
@ NOT_SET
Aws::AppRegistry::Model::ResourceGroupState
ResourceGroupState
Definition
ResourceGroupState.h:17
Aws::AppRegistry::Model::ResourceGroupState::CREATE_COMPLETE
@ CREATE_COMPLETE
Aws::AppRegistry::Model::ResourceGroupState::CREATING
@ CREATING
Aws::AppRegistry::Model::ResourceGroupState::UPDATE_FAILED
@ UPDATE_FAILED
Aws::AppRegistry::Model::ResourceGroupState::UPDATE_COMPLETE
@ UPDATE_COMPLETE
Aws::AppRegistry::Model::ResourceGroupState::CREATE_FAILED
@ CREATE_FAILED
Aws::AppRegistry::Model::ResourceGroupState::UPDATING
@ UPDATING
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