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
DocumentLocation.h
1
6
#pragma once
7
#include <aws/textract/Textract_EXPORTS.h>
8
#include <aws/textract/model/S3Object.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
34
class
DocumentLocation
35
{
36
public
:
37
AWS_TEXTRACT_API
DocumentLocation
();
38
AWS_TEXTRACT_API
DocumentLocation
(
Aws::Utils::Json::JsonView
jsonValue);
39
AWS_TEXTRACT_API
DocumentLocation
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
40
AWS_TEXTRACT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
41
42
44
47
inline
const
S3Object
&
GetS3Object
()
const
{
return
m_s3Object; }
48
inline
bool
S3ObjectHasBeenSet
()
const
{
return
m_s3ObjectHasBeenSet; }
49
inline
void
SetS3Object
(
const
S3Object
& value) { m_s3ObjectHasBeenSet =
true
; m_s3Object = value; }
50
inline
void
SetS3Object
(
S3Object
&& value) { m_s3ObjectHasBeenSet =
true
; m_s3Object = std::move(value); }
51
inline
DocumentLocation
&
WithS3Object
(
const
S3Object
& value) {
SetS3Object
(value);
return
*
this
;}
52
inline
DocumentLocation
&
WithS3Object
(
S3Object
&& value) {
SetS3Object
(std::move(value));
return
*
this
;}
54
private
:
55
56
S3Object
m_s3Object;
57
bool
m_s3ObjectHasBeenSet =
false
;
58
};
59
60
}
// namespace Model
61
}
// namespace Textract
62
}
// namespace Aws
Aws::Textract::Model::DocumentLocation
Definition
DocumentLocation.h:35
Aws::Textract::Model::DocumentLocation::SetS3Object
void SetS3Object(const S3Object &value)
Definition
DocumentLocation.h:49
Aws::Textract::Model::DocumentLocation::DocumentLocation
AWS_TEXTRACT_API DocumentLocation()
Aws::Textract::Model::DocumentLocation::Jsonize
AWS_TEXTRACT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Textract::Model::DocumentLocation::GetS3Object
const S3Object & GetS3Object() const
Definition
DocumentLocation.h:47
Aws::Textract::Model::DocumentLocation::S3ObjectHasBeenSet
bool S3ObjectHasBeenSet() const
Definition
DocumentLocation.h:48
Aws::Textract::Model::DocumentLocation::DocumentLocation
AWS_TEXTRACT_API DocumentLocation(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::DocumentLocation::WithS3Object
DocumentLocation & WithS3Object(S3Object &&value)
Definition
DocumentLocation.h:52
Aws::Textract::Model::DocumentLocation::operator=
AWS_TEXTRACT_API DocumentLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::DocumentLocation::SetS3Object
void SetS3Object(S3Object &&value)
Definition
DocumentLocation.h:50
Aws::Textract::Model::DocumentLocation::WithS3Object
DocumentLocation & WithS3Object(const S3Object &value)
Definition
DocumentLocation.h:51
Aws::Textract::Model::S3Object
Definition
S3Object.h:36
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