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-qconnect
include
aws
qconnect
model
ImportJobStatus.h
1
6
#pragma once
7
#include <aws/qconnect/QConnect_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
QConnect
13
{
14
namespace
Model
15
{
16
enum class
ImportJobStatus
17
{
18
NOT_SET
,
19
START_IN_PROGRESS
,
20
FAILED
,
21
COMPLETE
,
22
DELETE_IN_PROGRESS
,
23
DELETE_FAILED
,
24
DELETED
25
};
26
27
namespace
ImportJobStatusMapper
28
{
29
AWS_QCONNECT_API
ImportJobStatus
GetImportJobStatusForName
(
const
Aws::String
& name);
30
31
AWS_QCONNECT_API
Aws::String
GetNameForImportJobStatus
(
ImportJobStatus
value);
32
}
// namespace ImportJobStatusMapper
33
}
// namespace Model
34
}
// namespace QConnect
35
}
// namespace Aws
Aws::QConnect::Model::ImportJobStatusMapper::GetImportJobStatusForName
AWS_QCONNECT_API ImportJobStatus GetImportJobStatusForName(const Aws::String &name)
Aws::QConnect::Model::ImportJobStatusMapper::GetNameForImportJobStatus
AWS_QCONNECT_API Aws::String GetNameForImportJobStatus(ImportJobStatus value)
Aws::QConnect::Model::AIAgentAssociationConfigurationType::NOT_SET
@ NOT_SET
Aws::QConnect::Model::ImportJobStatus
ImportJobStatus
Definition
ImportJobStatus.h:17
Aws::QConnect::Model::ImportJobStatus::COMPLETE
@ COMPLETE
Aws::QConnect::Model::ImportJobStatus::START_IN_PROGRESS
@ START_IN_PROGRESS
Aws::QConnect::Model::ImportJobStatus::FAILED
@ FAILED
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
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences