AWS SDK for C++
AWS SDK for C++ Version 1.11.717
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-qconnect
include
aws
qconnect
model
ContentStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/qconnect/QConnect_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
QConnect {
12
namespace
Model {
13
enum class
ContentStatus
{
NOT_SET
,
CREATE_IN_PROGRESS
,
CREATE_FAILED
,
ACTIVE
,
DELETE_IN_PROGRESS
,
DELETE_FAILED
,
DELETED
,
UPDATE_FAILED
};
14
15
namespace
ContentStatusMapper {
16
AWS_QCONNECT_API
ContentStatus
GetContentStatusForName
(
const
Aws::String
& name);
17
18
AWS_QCONNECT_API
Aws::String
GetNameForContentStatus
(
ContentStatus
value);
19
}
// namespace ContentStatusMapper
20
}
// namespace Model
21
}
// namespace QConnect
22
}
// namespace Aws
Aws::QConnect::Model::ContentStatusMapper::GetNameForContentStatus
AWS_QCONNECT_API Aws::String GetNameForContentStatus(ContentStatus value)
Aws::QConnect::Model::ContentStatusMapper::GetContentStatusForName
AWS_QCONNECT_API ContentStatus GetContentStatusForName(const Aws::String &name)
Aws::QConnect::Model::AIAgentAssociationConfigurationType::NOT_SET
@ NOT_SET
Aws::QConnect::Model::ContentStatus
ContentStatus
Definition
ContentStatus.h:13
Aws::QConnect::Model::ContentStatus::UPDATE_FAILED
@ UPDATE_FAILED
Aws::QConnect::Model::AssistantStatus::ACTIVE
@ ACTIVE
Aws::QConnect::Model::AssistantStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::QConnect::Model::AssistantStatus::DELETED
@ DELETED
Aws::QConnect::Model::AssistantStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::QConnect::Model::AssistantStatus::CREATE_IN_PROGRESS
@ CREATE_IN_PROGRESS
Aws::QConnect::Model::AssistantStatus::CREATE_FAILED
@ CREATE_FAILED
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