AWS SDK for C++
AWS SDK for C++ Version 1.11.745
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-qapps
include
aws
qapps
model
CardOutputSource.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/qapps/QApps_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
QApps {
12
namespace
Model {
13
enum class
CardOutputSource
{
NOT_SET
,
approved_sources
,
llm
};
14
15
namespace
CardOutputSourceMapper {
16
AWS_QAPPS_API
CardOutputSource
GetCardOutputSourceForName
(
const
Aws::String
&
name
);
17
18
AWS_QAPPS_API
Aws::String
GetNameForCardOutputSource
(
CardOutputSource
value);
19
}
// namespace CardOutputSourceMapper
20
}
// namespace Model
21
}
// namespace QApps
22
}
// namespace Aws
Aws::QApps::Model::CardOutputSourceMapper::GetCardOutputSourceForName
AWS_QAPPS_API CardOutputSource GetCardOutputSourceForName(const Aws::String &name)
Aws::QApps::Model::CardOutputSourceMapper::GetNameForCardOutputSource
AWS_QAPPS_API Aws::String GetNameForCardOutputSource(CardOutputSource value)
Aws::QApps::Model::CardOutputSource
CardOutputSource
Definition
CardOutputSource.h:13
Aws::QApps::Model::CardOutputSource::approved_sources
@ approved_sources
Aws::QApps::Model::CardOutputSource::llm
@ llm
Aws::QApps::Model::AppRequiredCapability::NOT_SET
@ NOT_SET
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