AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3SourceAdditionalOptions.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue
20{
21namespace Model
22{
23
31 {
32 public:
37
38
40
44 inline long long GetBoundedSize() const{ return m_boundedSize; }
45 inline bool BoundedSizeHasBeenSet() const { return m_boundedSizeHasBeenSet; }
46 inline void SetBoundedSize(long long value) { m_boundedSizeHasBeenSet = true; m_boundedSize = value; }
47 inline S3SourceAdditionalOptions& WithBoundedSize(long long value) { SetBoundedSize(value); return *this;}
49
51
55 inline long long GetBoundedFiles() const{ return m_boundedFiles; }
56 inline bool BoundedFilesHasBeenSet() const { return m_boundedFilesHasBeenSet; }
57 inline void SetBoundedFiles(long long value) { m_boundedFilesHasBeenSet = true; m_boundedFiles = value; }
58 inline S3SourceAdditionalOptions& WithBoundedFiles(long long value) { SetBoundedFiles(value); return *this;}
60 private:
61
62 long long m_boundedSize;
63 bool m_boundedSizeHasBeenSet = false;
64
65 long long m_boundedFiles;
66 bool m_boundedFilesHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace Glue
71} // 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::Utils::Json::JsonValue JsonValue