AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
S3SourceAdditionalOptions.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Glue {
17namespace Model {
18
26 public:
27 AWS_GLUE_API S3SourceAdditionalOptions() = default;
31
33
37 inline long long GetBoundedSize() const { return m_boundedSize; }
38 inline bool BoundedSizeHasBeenSet() const { return m_boundedSizeHasBeenSet; }
39 inline void SetBoundedSize(long long value) {
40 m_boundedSizeHasBeenSet = true;
41 m_boundedSize = value;
42 }
43 inline S3SourceAdditionalOptions& WithBoundedSize(long long value) {
44 SetBoundedSize(value);
45 return *this;
46 }
48
50
54 inline long long GetBoundedFiles() const { return m_boundedFiles; }
55 inline bool BoundedFilesHasBeenSet() const { return m_boundedFilesHasBeenSet; }
56 inline void SetBoundedFiles(long long value) {
57 m_boundedFilesHasBeenSet = true;
58 m_boundedFiles = value;
59 }
61 SetBoundedFiles(value);
62 return *this;
63 }
65 private:
66 long long m_boundedSize{0};
67
68 long long m_boundedFiles{0};
69 bool m_boundedSizeHasBeenSet = false;
70 bool m_boundedFilesHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace Glue
75} // namespace Aws
AWS_GLUE_API S3SourceAdditionalOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API S3SourceAdditionalOptions(Aws::Utils::Json::JsonView jsonValue)
S3SourceAdditionalOptions & WithBoundedSize(long long value)
S3SourceAdditionalOptions & WithBoundedFiles(long long value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API S3SourceAdditionalOptions()=default
Aws::Utils::Json::JsonValue JsonValue