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-awstransfer
include
aws
awstransfer
model
CustomStepStatus.h
1
6
#pragma once
7
#include <aws/awstransfer/Transfer_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Transfer
13
{
14
namespace
Model
15
{
16
enum class
CustomStepStatus
17
{
18
NOT_SET
,
19
SUCCESS
,
20
FAILURE
21
};
22
23
namespace
CustomStepStatusMapper
24
{
25
AWS_TRANSFER_API
CustomStepStatus
GetCustomStepStatusForName
(
const
Aws::String
& name);
26
27
AWS_TRANSFER_API
Aws::String
GetNameForCustomStepStatus
(
CustomStepStatus
value);
28
}
// namespace CustomStepStatusMapper
29
}
// namespace Model
30
}
// namespace Transfer
31
}
// namespace Aws
Aws::Transfer::Model::CustomStepStatusMapper::GetCustomStepStatusForName
AWS_TRANSFER_API CustomStepStatus GetCustomStepStatusForName(const Aws::String &name)
Aws::Transfer::Model::CustomStepStatusMapper::GetNameForCustomStepStatus
AWS_TRANSFER_API Aws::String GetNameForCustomStepStatus(CustomStepStatus value)
Aws::Transfer::Model::CustomStepStatus
CustomStepStatus
Definition
CustomStepStatus.h:17
Aws::Transfer::Model::CustomStepStatus::FAILURE
@ FAILURE
Aws::Transfer::Model::CustomStepStatus::SUCCESS
@ SUCCESS
Aws::Transfer::Model::AgreementStatusType::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