AWS SDK for C++
AWS SDK for C++ Version 1.11.744
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-security-ir
include
aws
security-ir
model
CaseStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/security-ir/SecurityIR_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SecurityIR {
12
namespace
Model {
13
enum class
CaseStatus
{
14
NOT_SET
,
15
Submitted
,
16
Acknowledged
,
17
Detection_and_Analysis
,
18
Containment_COMMA_Eradication_and_Recovery
,
19
Post_incident_Activities
,
20
Ready_to_Close
,
21
Closed
22
};
23
24
namespace
CaseStatusMapper {
25
AWS_SECURITYIR_API
CaseStatus
GetCaseStatusForName
(
const
Aws::String
& name);
26
27
AWS_SECURITYIR_API
Aws::String
GetNameForCaseStatus
(
CaseStatus
value);
28
}
// namespace CaseStatusMapper
29
}
// namespace Model
30
}
// namespace SecurityIR
31
}
// namespace Aws
Aws::SecurityIR::Model::CaseStatusMapper::GetNameForCaseStatus
AWS_SECURITYIR_API Aws::String GetNameForCaseStatus(CaseStatus value)
Aws::SecurityIR::Model::CaseStatusMapper::GetCaseStatusForName
AWS_SECURITYIR_API CaseStatus GetCaseStatusForName(const Aws::String &name)
Aws::SecurityIR::Model::CaseStatus
CaseStatus
Definition
CaseStatus.h:13
Aws::SecurityIR::Model::CaseStatus::Closed
@ Closed
Aws::SecurityIR::Model::CaseStatus::Detection_and_Analysis
@ Detection_and_Analysis
Aws::SecurityIR::Model::CaseStatus::Submitted
@ Submitted
Aws::SecurityIR::Model::CaseStatus::Acknowledged
@ Acknowledged
Aws::SecurityIR::Model::CaseStatus::Containment_COMMA_Eradication_and_Recovery
@ Containment_COMMA_Eradication_and_Recovery
Aws::SecurityIR::Model::CaseStatus::Ready_to_Close
@ Ready_to_Close
Aws::SecurityIR::Model::CaseStatus::Post_incident_Activities
@ Post_incident_Activities
Aws::SecurityIR::Model::ActionType::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