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-codepipeline
include
aws
codepipeline
model
ActionOwner.h
1
6
#pragma once
7
#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CodePipeline
13
{
14
namespace
Model
15
{
16
enum class
ActionOwner
17
{
18
NOT_SET
,
19
AWS
,
20
ThirdParty
,
21
Custom
22
};
23
24
namespace
ActionOwnerMapper
25
{
26
AWS_CODEPIPELINE_API
ActionOwner
GetActionOwnerForName
(
const
Aws::String
& name);
27
28
AWS_CODEPIPELINE_API
Aws::String
GetNameForActionOwner
(
ActionOwner
value);
29
}
// namespace ActionOwnerMapper
30
}
// namespace Model
31
}
// namespace CodePipeline
32
}
// namespace Aws
Aws::CodePipeline::Model::ActionOwnerMapper::GetNameForActionOwner
AWS_CODEPIPELINE_API Aws::String GetNameForActionOwner(ActionOwner value)
Aws::CodePipeline::Model::ActionOwnerMapper::GetActionOwnerForName
AWS_CODEPIPELINE_API ActionOwner GetActionOwnerForName(const Aws::String &name)
Aws::CodePipeline::Model::ActionOwner
ActionOwner
Definition
ActionOwner.h:17
Aws::CodePipeline::Model::ActionOwner::AWS
@ AWS
Aws::CodePipeline::Model::ActionOwner::ThirdParty
@ ThirdParty
Aws::CodePipeline::Model::ActionOwner::Custom
@ Custom
Aws::CodePipeline::Model::ActionCategory::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