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-textract
include
aws
textract
model
AutoUpdate.h
1
6
#pragma once
7
#include <aws/textract/Textract_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Textract
13
{
14
namespace
Model
15
{
16
enum class
AutoUpdate
17
{
18
NOT_SET
,
19
ENABLED
,
20
DISABLED
21
};
22
23
namespace
AutoUpdateMapper
24
{
25
AWS_TEXTRACT_API
AutoUpdate
GetAutoUpdateForName
(
const
Aws::String
& name);
26
27
AWS_TEXTRACT_API
Aws::String
GetNameForAutoUpdate
(
AutoUpdate
value);
28
}
// namespace AutoUpdateMapper
29
}
// namespace Model
30
}
// namespace Textract
31
}
// namespace Aws
Aws::Textract::Model::AutoUpdateMapper::GetNameForAutoUpdate
AWS_TEXTRACT_API Aws::String GetNameForAutoUpdate(AutoUpdate value)
Aws::Textract::Model::AutoUpdateMapper::GetAutoUpdateForName
AWS_TEXTRACT_API AutoUpdate GetAutoUpdateForName(const Aws::String &name)
Aws::Textract::Model::AdapterVersionStatus::NOT_SET
@ NOT_SET
Aws::Textract::Model::AutoUpdate
AutoUpdate
Definition
AutoUpdate.h:17
Aws::Textract::Model::AutoUpdate::DISABLED
@ DISABLED
Aws::Textract::Model::AutoUpdate::ENABLED
@ ENABLED
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