AWS SDK for C++
AWS SDK for C++ Version 1.11.759
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-elementalinference
include
aws
elementalinference
model
FeedStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/elementalinference/ElementalInference_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
ElementalInference {
12
namespace
Model {
13
enum class
FeedStatus
{
NOT_SET
,
CREATING
,
AVAILABLE
,
ACTIVE
,
UPDATING
,
DELETING
,
DELETED
,
ARCHIVED
};
14
15
namespace
FeedStatusMapper {
16
AWS_ELEMENTALINFERENCE_API
FeedStatus
GetFeedStatusForName
(
const
Aws::String
& name);
17
18
AWS_ELEMENTALINFERENCE_API
Aws::String
GetNameForFeedStatus
(
FeedStatus
value);
19
}
// namespace FeedStatusMapper
20
}
// namespace Model
21
}
// namespace ElementalInference
22
}
// namespace Aws
Aws::ElementalInference::Model::FeedStatusMapper::GetNameForFeedStatus
AWS_ELEMENTALINFERENCE_API Aws::String GetNameForFeedStatus(FeedStatus value)
Aws::ElementalInference::Model::FeedStatusMapper::GetFeedStatusForName
AWS_ELEMENTALINFERENCE_API FeedStatus GetFeedStatusForName(const Aws::String &name)
Aws::ElementalInference::Model::FeedStatus
FeedStatus
Definition
FeedStatus.h:13
Aws::ElementalInference::Model::FeedStatus::AVAILABLE
@ AVAILABLE
Aws::ElementalInference::Model::FeedStatus::ACTIVE
@ ACTIVE
Aws::ElementalInference::Model::FeedStatus::NOT_SET
@ NOT_SET
Aws::ElementalInference::Model::FeedStatus::DELETED
@ DELETED
Aws::ElementalInference::Model::FeedStatus::CREATING
@ CREATING
Aws::ElementalInference::Model::FeedStatus::ARCHIVED
@ ARCHIVED
Aws::ElementalInference::Model::FeedStatus::DELETING
@ DELETING
Aws::ElementalInference::Model::FeedStatus::UPDATING
@ UPDATING
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