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
IdentityDocumentField.h
1
6
#pragma once
7
#include <aws/textract/Textract_EXPORTS.h>
8
#include <aws/textract/model/AnalyzeIDDetections.h>
9
#include <utility>
10
11
namespace
Aws
12
{
13
namespace
Utils
14
{
15
namespace
Json
16
{
17
class
JsonValue
;
18
class
JsonView;
19
}
// namespace Json
20
}
// namespace Utils
21
namespace
Textract
22
{
23
namespace
Model
24
{
25
33
class
IdentityDocumentField
34
{
35
public
:
36
AWS_TEXTRACT_API
IdentityDocumentField
();
37
AWS_TEXTRACT_API
IdentityDocumentField
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_TEXTRACT_API
IdentityDocumentField
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
39
AWS_TEXTRACT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
40
41
43
44
inline
const
AnalyzeIDDetections
&
GetType
()
const
{
return
m_type; }
45
inline
bool
TypeHasBeenSet
()
const
{
return
m_typeHasBeenSet; }
46
inline
void
SetType
(
const
AnalyzeIDDetections
& value) { m_typeHasBeenSet =
true
; m_type = value; }
47
inline
void
SetType
(
AnalyzeIDDetections
&& value) { m_typeHasBeenSet =
true
; m_type = std::move(value); }
48
inline
IdentityDocumentField
&
WithType
(
const
AnalyzeIDDetections
& value) {
SetType
(value);
return
*
this
;}
49
inline
IdentityDocumentField
&
WithType
(
AnalyzeIDDetections
&& value) {
SetType
(std::move(value));
return
*
this
;}
51
53
54
inline
const
AnalyzeIDDetections
&
GetValueDetection
()
const
{
return
m_valueDetection; }
55
inline
bool
ValueDetectionHasBeenSet
()
const
{
return
m_valueDetectionHasBeenSet; }
56
inline
void
SetValueDetection
(
const
AnalyzeIDDetections
& value) { m_valueDetectionHasBeenSet =
true
; m_valueDetection = value; }
57
inline
void
SetValueDetection
(
AnalyzeIDDetections
&& value) { m_valueDetectionHasBeenSet =
true
; m_valueDetection = std::move(value); }
58
inline
IdentityDocumentField
&
WithValueDetection
(
const
AnalyzeIDDetections
& value) {
SetValueDetection
(value);
return
*
this
;}
59
inline
IdentityDocumentField
&
WithValueDetection
(
AnalyzeIDDetections
&& value) {
SetValueDetection
(std::move(value));
return
*
this
;}
61
private
:
62
63
AnalyzeIDDetections
m_type;
64
bool
m_typeHasBeenSet =
false
;
65
66
AnalyzeIDDetections
m_valueDetection;
67
bool
m_valueDetectionHasBeenSet =
false
;
68
};
69
70
}
// namespace Model
71
}
// namespace Textract
72
}
// namespace Aws
Aws::Textract::Model::AnalyzeIDDetections
Definition
AnalyzeIDDetections.h:34
Aws::Textract::Model::IdentityDocumentField
Definition
IdentityDocumentField.h:34
Aws::Textract::Model::IdentityDocumentField::WithType
IdentityDocumentField & WithType(AnalyzeIDDetections &&value)
Definition
IdentityDocumentField.h:49
Aws::Textract::Model::IdentityDocumentField::ValueDetectionHasBeenSet
bool ValueDetectionHasBeenSet() const
Definition
IdentityDocumentField.h:55
Aws::Textract::Model::IdentityDocumentField::SetType
void SetType(const AnalyzeIDDetections &value)
Definition
IdentityDocumentField.h:46
Aws::Textract::Model::IdentityDocumentField::operator=
AWS_TEXTRACT_API IdentityDocumentField & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::IdentityDocumentField::IdentityDocumentField
AWS_TEXTRACT_API IdentityDocumentField()
Aws::Textract::Model::IdentityDocumentField::Jsonize
AWS_TEXTRACT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Textract::Model::IdentityDocumentField::IdentityDocumentField
AWS_TEXTRACT_API IdentityDocumentField(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::IdentityDocumentField::WithValueDetection
IdentityDocumentField & WithValueDetection(AnalyzeIDDetections &&value)
Definition
IdentityDocumentField.h:59
Aws::Textract::Model::IdentityDocumentField::WithType
IdentityDocumentField & WithType(const AnalyzeIDDetections &value)
Definition
IdentityDocumentField.h:48
Aws::Textract::Model::IdentityDocumentField::SetValueDetection
void SetValueDetection(AnalyzeIDDetections &&value)
Definition
IdentityDocumentField.h:57
Aws::Textract::Model::IdentityDocumentField::WithValueDetection
IdentityDocumentField & WithValueDetection(const AnalyzeIDDetections &value)
Definition
IdentityDocumentField.h:58
Aws::Textract::Model::IdentityDocumentField::SetType
void SetType(AnalyzeIDDetections &&value)
Definition
IdentityDocumentField.h:47
Aws::Textract::Model::IdentityDocumentField::GetValueDetection
const AnalyzeIDDetections & GetValueDetection() const
Definition
IdentityDocumentField.h:54
Aws::Textract::Model::IdentityDocumentField::TypeHasBeenSet
bool TypeHasBeenSet() const
Definition
IdentityDocumentField.h:45
Aws::Textract::Model::IdentityDocumentField::SetValueDetection
void SetValueDetection(const AnalyzeIDDetections &value)
Definition
IdentityDocumentField.h:56
Aws::Textract::Model::IdentityDocumentField::GetType
const AnalyzeIDDetections & GetType() const
Definition
IdentityDocumentField.h:44
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