AWS SDK for C++
AWS SDK for C++ Version 1.11.787
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-securityagent
include
aws
securityagent
model
StepStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/securityagent/SecurityAgent_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SecurityAgent {
12
namespace
Model {
13
enum class
StepStatus
{
NOT_SET
,
NOT_STARTED
,
IN_PROGRESS
,
COMPLETED
,
FAILED
,
STOPPED
};
14
15
namespace
StepStatusMapper {
16
AWS_SECURITYAGENT_API
StepStatus
GetStepStatusForName
(
const
Aws::String
& name);
17
18
AWS_SECURITYAGENT_API
Aws::String
GetNameForStepStatus
(
StepStatus
value);
19
}
// namespace StepStatusMapper
20
}
// namespace Model
21
}
// namespace SecurityAgent
22
}
// namespace Aws
Aws::SecurityAgent::Model::StepStatusMapper::GetStepStatusForName
AWS_SECURITYAGENT_API StepStatus GetStepStatusForName(const Aws::String &name)
Aws::SecurityAgent::Model::StepStatusMapper::GetNameForStepStatus
AWS_SECURITYAGENT_API Aws::String GetNameForStepStatus(StepStatus value)
Aws::SecurityAgent::Model::CodeRemediationTaskStatus::COMPLETED
@ COMPLETED
Aws::SecurityAgent::Model::CodeRemediationTaskStatus::FAILED
@ FAILED
Aws::SecurityAgent::Model::CodeRemediationTaskStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::SecurityAgent::Model::StepStatus
StepStatus
Definition
StepStatus.h:13
Aws::SecurityAgent::Model::StepStatus::NOT_STARTED
@ NOT_STARTED
Aws::SecurityAgent::Model::AccessType::NOT_SET
@ NOT_SET
Aws::SecurityAgent::Model::JobStatus::STOPPED
@ STOPPED
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