AWS SDK for C++
AWS SDK for C++ Version 1.11.764
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-codeguru-reviewer
include
aws
codeguru-reviewer
model
ConfigFileState.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
ConfigFileState
{
NOT_SET
,
Present
,
Absent
,
PresentWithErrors
};
14
15
namespace
ConfigFileStateMapper {
16
AWS_CODEGURUREVIEWER_API
ConfigFileState
GetConfigFileStateForName
(
const
Aws::String
& name);
17
18
AWS_CODEGURUREVIEWER_API
Aws::String
GetNameForConfigFileState
(
ConfigFileState
value);
19
}
// namespace ConfigFileStateMapper
20
}
// namespace Model
21
}
// namespace CodeGuruReviewer
22
}
// namespace Aws
Aws::CodeGuruReviewer::Model::ConfigFileStateMapper::GetNameForConfigFileState
AWS_CODEGURUREVIEWER_API Aws::String GetNameForConfigFileState(ConfigFileState value)
Aws::CodeGuruReviewer::Model::ConfigFileStateMapper::GetConfigFileStateForName
AWS_CODEGURUREVIEWER_API ConfigFileState GetConfigFileStateForName(const Aws::String &name)
Aws::CodeGuruReviewer::Model::ConfigFileState
ConfigFileState
Definition
ConfigFileState.h:13
Aws::CodeGuruReviewer::Model::ConfigFileState::PresentWithErrors
@ PresentWithErrors
Aws::CodeGuruReviewer::Model::ConfigFileState::Present
@ Present
Aws::CodeGuruReviewer::Model::ConfigFileState::Absent
@ Absent
Aws::CodeGuruReviewer::Model::AnalysisType::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