AWS SDK for C++
AWS SDK for C++ Version 1.11.844
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-securityagent
include
aws
securityagent
model
ThreatStatus.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
ThreatStatus
{
NOT_SET
,
OPEN
,
RESOLVED
,
DISMISSED
};
14
15
namespace
ThreatStatusMapper {
16
AWS_SECURITYAGENT_API
ThreatStatus
GetThreatStatusForName
(
const
Aws::String
& name);
17
18
AWS_SECURITYAGENT_API
Aws::String
GetNameForThreatStatus
(
ThreatStatus
value);
19
}
// namespace ThreatStatusMapper
20
}
// namespace Model
21
}
// namespace SecurityAgent
22
}
// namespace Aws
Aws::SecurityAgent::Model::ThreatStatusMapper::GetNameForThreatStatus
AWS_SECURITYAGENT_API Aws::String GetNameForThreatStatus(ThreatStatus value)
Aws::SecurityAgent::Model::ThreatStatusMapper::GetThreatStatusForName
AWS_SECURITYAGENT_API ThreatStatus GetThreatStatusForName(const Aws::String &name)
Aws::SecurityAgent::Model::FindingStatus::RESOLVED
@ RESOLVED
Aws::SecurityAgent::Model::ThreatStatus
ThreatStatus
Definition
ThreatStatus.h:13
Aws::SecurityAgent::Model::ThreatStatus::DISMISSED
@ DISMISSED
Aws::SecurityAgent::Model::ThreatStatus::OPEN
@ OPEN
Aws::SecurityAgent::Model::AccessType::NOT_SET
@ NOT_SET
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