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-codedeploy
include
aws
codedeploy
model
FileExistsBehavior.h
1
6
#pragma once
7
#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CodeDeploy
13
{
14
namespace
Model
15
{
16
enum class
FileExistsBehavior
17
{
18
NOT_SET
,
19
DISALLOW
,
20
OVERWRITE
,
21
RETAIN
22
};
23
24
namespace
FileExistsBehaviorMapper
25
{
26
AWS_CODEDEPLOY_API
FileExistsBehavior
GetFileExistsBehaviorForName
(
const
Aws::String
& name);
27
28
AWS_CODEDEPLOY_API
Aws::String
GetNameForFileExistsBehavior
(
FileExistsBehavior
value);
29
}
// namespace FileExistsBehaviorMapper
30
}
// namespace Model
31
}
// namespace CodeDeploy
32
}
// namespace Aws
Aws::CodeDeploy::Model::FileExistsBehaviorMapper::GetFileExistsBehaviorForName
AWS_CODEDEPLOY_API FileExistsBehavior GetFileExistsBehaviorForName(const Aws::String &name)
Aws::CodeDeploy::Model::FileExistsBehaviorMapper::GetNameForFileExistsBehavior
AWS_CODEDEPLOY_API Aws::String GetNameForFileExistsBehavior(FileExistsBehavior value)
Aws::CodeDeploy::Model::DeploymentCreator::CodeDeploy
@ CodeDeploy
Aws::CodeDeploy::Model::FileExistsBehavior
FileExistsBehavior
Definition
FileExistsBehavior.h:17
Aws::CodeDeploy::Model::FileExistsBehavior::OVERWRITE
@ OVERWRITE
Aws::CodeDeploy::Model::FileExistsBehavior::DISALLOW
@ DISALLOW
Aws::CodeDeploy::Model::FileExistsBehavior::RETAIN
@ RETAIN
Aws::CodeDeploy::Model::ApplicationRevisionSortBy::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