AWS SDK for C++
AWS SDK for C++ Version 1.11.695
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/textract/Textract_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Textract {
12
namespace
Model {
13
enum class
AutoUpdate
{
NOT_SET
,
ENABLED
,
DISABLED
};
14
15
namespace
AutoUpdateMapper {
16
AWS_TEXTRACT_API
AutoUpdate
GetAutoUpdateForName
(
const
Aws::String
& name);
17
18
AWS_TEXTRACT_API
Aws::String
GetNameForAutoUpdate
(
AutoUpdate
value);
19
}
// namespace AutoUpdateMapper
20
}
// namespace Model
21
}
// namespace Textract
22
}
// 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:13
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