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
DocumentLocation.h
1
6
#pragma once
7
#include <aws/textract/Textract_EXPORTS.h>
8
#include <aws/textract/model/S3Object.h>
9
10
#include <utility>
11
12
namespace
Aws
{
13
namespace
Utils {
14
namespace
Json {
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
Textract {
20
namespace
Model {
21
30
class
DocumentLocation
{
31
public
:
32
AWS_TEXTRACT_API
DocumentLocation
() =
default
;
33
AWS_TEXTRACT_API
DocumentLocation
(
Aws::Utils::Json::JsonView
jsonValue);
34
AWS_TEXTRACT_API
DocumentLocation
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
35
AWS_TEXTRACT_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
36
38
41
inline
const
S3Object
&
GetS3Object
()
const
{
return
m_s3Object; }
42
inline
bool
S3ObjectHasBeenSet
()
const
{
return
m_s3ObjectHasBeenSet; }
43
template
<
typename
S3ObjectT = S3Object>
44
void
SetS3Object
(S3ObjectT&& value) {
45
m_s3ObjectHasBeenSet =
true
;
46
m_s3Object = std::forward<S3ObjectT>(value);
47
}
48
template
<
typename
S3ObjectT = S3Object>
49
DocumentLocation
&
WithS3Object
(S3ObjectT&& value) {
50
SetS3Object
(std::forward<S3ObjectT>(value));
51
return
*
this
;
52
}
54
private
:
55
S3Object
m_s3Object;
56
bool
m_s3ObjectHasBeenSet =
false
;
57
};
58
59
}
// namespace Model
60
}
// namespace Textract
61
}
// namespace Aws
Aws::Textract::Model::DocumentLocation
Definition
DocumentLocation.h:30
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:41
Aws::Textract::Model::DocumentLocation::S3ObjectHasBeenSet
bool S3ObjectHasBeenSet() const
Definition
DocumentLocation.h:42
Aws::Textract::Model::DocumentLocation::DocumentLocation
AWS_TEXTRACT_API DocumentLocation(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::DocumentLocation::operator=
AWS_TEXTRACT_API DocumentLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Textract::Model::DocumentLocation::WithS3Object
DocumentLocation & WithS3Object(S3ObjectT &&value)
Definition
DocumentLocation.h:49
Aws::Textract::Model::DocumentLocation::SetS3Object
void SetS3Object(S3ObjectT &&value)
Definition
DocumentLocation.h:44
Aws::Textract::Model::DocumentLocation::DocumentLocation
AWS_TEXTRACT_API DocumentLocation()=default
Aws::Textract::Model::S3Object
Definition
S3Object.h:31
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