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
UndetectedSignature.h
1
6
#pragma once
7
#include <aws/textract/Textract_EXPORTS.h>
8
9
namespace
Aws
10
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
Textract
20
{
21
namespace
Model
22
{
23
30
class
UndetectedSignature
31
{
32
public
:
33
AWS_TEXTRACT_API
UndetectedSignature
();
34
AWS_TEXTRACT_API
UndetectedSignature
(
Aws::Utils::Json::JsonView
jsonValue);
35
AWS_TEXTRACT_API
UndetectedSignature
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
36
AWS_TEXTRACT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
37
38
40
43
inline
int
GetPage
()
const
{
return
m_page; }
44
inline
bool
PageHasBeenSet
()
const
{
return
m_pageHasBeenSet; }
45
inline
void
SetPage
(
int
value) { m_pageHasBeenSet =
true
; m_page = value; }
46
inline
UndetectedSignature
&
WithPage
(
int
value) {
SetPage
(value);
return
*
this
;}
48
private
:
49
50
int
m_page;
51
bool
m_pageHasBeenSet =
false
;
52
};
53
54
}
// namespace Model
55
}
// namespace Textract
56
}
// namespace Aws
Aws::Textract::Model::UndetectedSignature
Definition
UndetectedSignature.h:31
Aws::Textract::Model::UndetectedSignature::UndetectedSignature
AWS_TEXTRACT_API UndetectedSignature(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::UndetectedSignature::PageHasBeenSet
bool PageHasBeenSet() const
Definition
UndetectedSignature.h:44
Aws::Textract::Model::UndetectedSignature::SetPage
void SetPage(int value)
Definition
UndetectedSignature.h:45
Aws::Textract::Model::UndetectedSignature::WithPage
UndetectedSignature & WithPage(int value)
Definition
UndetectedSignature.h:46
Aws::Textract::Model::UndetectedSignature::GetPage
int GetPage() const
Definition
UndetectedSignature.h:43
Aws::Textract::Model::UndetectedSignature::operator=
AWS_TEXTRACT_API UndetectedSignature & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::UndetectedSignature::UndetectedSignature
AWS_TEXTRACT_API UndetectedSignature()
Aws::Textract::Model::UndetectedSignature::Jsonize
AWS_TEXTRACT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences