AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-codeguru-reviewer
include
aws
codeguru-reviewer
model
RecommendationCategory.h
1
6
#pragma once
7
#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CodeGuruReviewer
13
{
14
namespace
Model
15
{
16
enum class
RecommendationCategory
17
{
18
NOT_SET
,
19
AWSBestPractices
,
20
AWSCloudFormationIssues
,
21
DuplicateCode
,
22
CodeMaintenanceIssues
,
23
ConcurrencyIssues
,
24
InputValidations
,
25
PythonBestPractices
,
26
JavaBestPractices
,
27
ResourceLeaks
,
28
SecurityIssues
,
29
CodeInconsistencies
30
};
31
32
namespace
RecommendationCategoryMapper
33
{
34
AWS_CODEGURUREVIEWER_API
RecommendationCategory
GetRecommendationCategoryForName
(
const
Aws::String
& name);
35
36
AWS_CODEGURUREVIEWER_API
Aws::String
GetNameForRecommendationCategory
(
RecommendationCategory
value);
37
}
// namespace RecommendationCategoryMapper
38
}
// namespace Model
39
}
// namespace CodeGuruReviewer
40
}
// namespace Aws
Aws::CodeGuruReviewer::Model::RecommendationCategoryMapper::GetRecommendationCategoryForName
AWS_CODEGURUREVIEWER_API RecommendationCategory GetRecommendationCategoryForName(const Aws::String &name)
Aws::CodeGuruReviewer::Model::RecommendationCategoryMapper::GetNameForRecommendationCategory
AWS_CODEGURUREVIEWER_API Aws::String GetNameForRecommendationCategory(RecommendationCategory value)
Aws::CodeGuruReviewer::Model::AnalysisType::NOT_SET
@ NOT_SET
Aws::CodeGuruReviewer::Model::RecommendationCategory
RecommendationCategory
Definition
RecommendationCategory.h:17
Aws::CodeGuruReviewer::Model::RecommendationCategory::PythonBestPractices
@ PythonBestPractices
Aws::CodeGuruReviewer::Model::RecommendationCategory::ConcurrencyIssues
@ ConcurrencyIssues
Aws::CodeGuruReviewer::Model::RecommendationCategory::ResourceLeaks
@ ResourceLeaks
Aws::CodeGuruReviewer::Model::RecommendationCategory::CodeMaintenanceIssues
@ CodeMaintenanceIssues
Aws::CodeGuruReviewer::Model::RecommendationCategory::InputValidations
@ InputValidations
Aws::CodeGuruReviewer::Model::RecommendationCategory::SecurityIssues
@ SecurityIssues
Aws::CodeGuruReviewer::Model::RecommendationCategory::CodeInconsistencies
@ CodeInconsistencies
Aws::CodeGuruReviewer::Model::RecommendationCategory::JavaBestPractices
@ JavaBestPractices
Aws::CodeGuruReviewer::Model::RecommendationCategory::AWSCloudFormationIssues
@ AWSCloudFormationIssues
Aws::CodeGuruReviewer::Model::RecommendationCategory::DuplicateCode
@ DuplicateCode
Aws::CodeGuruReviewer::Model::RecommendationCategory::AWSBestPractices
@ AWSBestPractices
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