AWS SDK for C++

AWS SDK for C++ Version 1.11.780

Loading...
Searching...
No Matches
LifecycleState.h
1
6#pragma once
7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace AutoScaling {
12namespace Model {
13enum class LifecycleState {
14 NOT_SET,
15 Pending,
28 Standby,
45};
46
47namespace LifecycleStateMapper {
48AWS_AUTOSCALING_API LifecycleState GetLifecycleStateForName(const Aws::String& name);
49
51} // namespace LifecycleStateMapper
52} // namespace Model
53} // namespace AutoScaling
54} // namespace Aws
AWS_AUTOSCALING_API Aws::String GetNameForLifecycleState(LifecycleState value)
AWS_AUTOSCALING_API LifecycleState GetLifecycleStateForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String