AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-security-ir
include
aws
security-ir
model
ClosureCode.h
1
6
#pragma once
7
#include <aws/security-ir/SecurityIR_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SecurityIR
13
{
14
namespace
Model
15
{
16
enum class
ClosureCode
17
{
18
NOT_SET
,
19
Investigation_Completed
,
20
Not_Resolved
,
21
False_Positive
,
22
Duplicate
23
};
24
25
namespace
ClosureCodeMapper
26
{
27
AWS_SECURITYIR_API
ClosureCode
GetClosureCodeForName
(
const
Aws::String
& name);
28
29
AWS_SECURITYIR_API
Aws::String
GetNameForClosureCode
(
ClosureCode
value);
30
}
// namespace ClosureCodeMapper
31
}
// namespace Model
32
}
// namespace SecurityIR
33
}
// namespace Aws
Aws::SecurityIR::Model::ClosureCodeMapper::GetNameForClosureCode
AWS_SECURITYIR_API Aws::String GetNameForClosureCode(ClosureCode value)
Aws::SecurityIR::Model::ClosureCodeMapper::GetClosureCodeForName
AWS_SECURITYIR_API ClosureCode GetClosureCodeForName(const Aws::String &name)
Aws::SecurityIR::Model::AwsRegion::NOT_SET
@ NOT_SET
Aws::SecurityIR::Model::ClosureCode
ClosureCode
Definition
ClosureCode.h:17
Aws::SecurityIR::Model::ClosureCode::False_Positive
@ False_Positive
Aws::SecurityIR::Model::ClosureCode::Not_Resolved
@ Not_Resolved
Aws::SecurityIR::Model::ClosureCode::Investigation_Completed
@ Investigation_Completed
Aws::SecurityIR::Model::ClosureCode::Duplicate
@ Duplicate
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