AWS SDK for C++
AWS SDK for C++ Version 1.11.719
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
namespace
CodeDeploy
{
12
namespace
Model {
13
enum class
FileExistsBehavior
{
NOT_SET
,
DISALLOW
,
OVERWRITE
,
RETAIN
};
14
15
namespace
FileExistsBehaviorMapper {
16
AWS_CODEDEPLOY_API
FileExistsBehavior
GetFileExistsBehaviorForName
(
const
Aws::String
& name);
17
18
AWS_CODEDEPLOY_API
Aws::String
GetNameForFileExistsBehavior
(
FileExistsBehavior
value);
19
}
// namespace FileExistsBehaviorMapper
20
}
// namespace Model
21
}
// namespace CodeDeploy
22
}
// 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:13
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