AWS SDK for C++
AWS SDK for C++ Version 1.11.763
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
namespace
CodeGuruReviewer {
12
namespace
Model {
13
enum class
RecommendationCategory
{
14
NOT_SET
,
15
AWSBestPractices
,
16
AWSCloudFormationIssues
,
17
DuplicateCode
,
18
CodeMaintenanceIssues
,
19
ConcurrencyIssues
,
20
InputValidations
,
21
PythonBestPractices
,
22
JavaBestPractices
,
23
ResourceLeaks
,
24
SecurityIssues
,
25
CodeInconsistencies
26
};
27
28
namespace
RecommendationCategoryMapper {
29
AWS_CODEGURUREVIEWER_API
RecommendationCategory
GetRecommendationCategoryForName
(
const
Aws::String
& name);
30
31
AWS_CODEGURUREVIEWER_API
Aws::String
GetNameForRecommendationCategory
(
RecommendationCategory
value);
32
}
// namespace RecommendationCategoryMapper
33
}
// namespace Model
34
}
// namespace CodeGuruReviewer
35
}
// 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:13
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