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-textract
include
aws
textract
model
UndetectedSignature.h
1
6
#pragma once
7
#include <aws/textract/Textract_EXPORTS.h>
8
9
namespace
Aws
{
10
namespace
Utils {
11
namespace
Json {
12
class
JsonValue
;
13
class
JsonView;
14
}
// namespace Json
15
}
// namespace Utils
16
namespace
Textract {
17
namespace
Model {
18
25
class
UndetectedSignature
{
26
public
:
27
AWS_TEXTRACT_API
UndetectedSignature
() =
default
;
28
AWS_TEXTRACT_API
UndetectedSignature
(
Aws::Utils::Json::JsonView
jsonValue);
29
AWS_TEXTRACT_API
UndetectedSignature
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
30
AWS_TEXTRACT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
31
33
36
inline
int
GetPage
()
const
{
return
m_page; }
37
inline
bool
PageHasBeenSet
()
const
{
return
m_pageHasBeenSet; }
38
inline
void
SetPage
(
int
value) {
39
m_pageHasBeenSet =
true
;
40
m_page = value;
41
}
42
inline
UndetectedSignature
&
WithPage
(
int
value) {
43
SetPage
(value);
44
return
*
this
;
45
}
47
private
:
48
int
m_page{0};
49
bool
m_pageHasBeenSet =
false
;
50
};
51
52
}
// namespace Model
53
}
// namespace Textract
54
}
// namespace Aws
Aws::Textract::Model::UndetectedSignature
Definition
UndetectedSignature.h:25
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:37
Aws::Textract::Model::UndetectedSignature::SetPage
void SetPage(int value)
Definition
UndetectedSignature.h:38
Aws::Textract::Model::UndetectedSignature::WithPage
UndetectedSignature & WithPage(int value)
Definition
UndetectedSignature.h:42
Aws::Textract::Model::UndetectedSignature::GetPage
int GetPage() const
Definition
UndetectedSignature.h:36
Aws::Textract::Model::UndetectedSignature::operator=
AWS_TEXTRACT_API UndetectedSignature & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::UndetectedSignature::Jsonize
AWS_TEXTRACT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Textract::Model::UndetectedSignature::UndetectedSignature
AWS_TEXTRACT_API UndetectedSignature()=default
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