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
ImportJobStatus.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
ImportJobStatus
{
NOT_SET
,
START_IN_PROGRESS
,
FAILED
,
COMPLETE
,
DELETE_IN_PROGRESS
,
DELETE_FAILED
,
DELETED
};
14
15
namespace
ImportJobStatusMapper {
16
AWS_QCONNECT_API
ImportJobStatus
GetImportJobStatusForName
(
const
Aws::String
&
name
);
17
18
AWS_QCONNECT_API
Aws::String
GetNameForImportJobStatus
(
ImportJobStatus
value);
19
}
// namespace ImportJobStatusMapper
20
}
// namespace Model
21
}
// namespace QConnect
22
}
// 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::ConversationStatusReason::FAILED
@ FAILED
Aws::QConnect::Model::AIAgentAssociationConfigurationType::NOT_SET
@ NOT_SET
Aws::QConnect::Model::ImportJobStatus
ImportJobStatus
Definition
ImportJobStatus.h:13
Aws::QConnect::Model::ImportJobStatus::COMPLETE
@ COMPLETE
Aws::QConnect::Model::ImportJobStatus::START_IN_PROGRESS
@ START_IN_PROGRESS
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::MakeShared
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences