AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
IcebergUnreferencedFileRemovalSettings.h
1
6#pragma once
7#include <aws/s3tables/S3Tables_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 S3Tables
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_S3TABLES_API IcebergUnreferencedFileRemovalSettings() = default;
36 AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetUnreferencedDays() const { return m_unreferencedDays; }
45 inline bool UnreferencedDaysHasBeenSet() const { return m_unreferencedDaysHasBeenSet; }
46 inline void SetUnreferencedDays(int value) { m_unreferencedDaysHasBeenSet = true; m_unreferencedDays = value; }
49
51
54 inline int GetNonCurrentDays() const { return m_nonCurrentDays; }
55 inline bool NonCurrentDaysHasBeenSet() const { return m_nonCurrentDaysHasBeenSet; }
56 inline void SetNonCurrentDays(int value) { m_nonCurrentDaysHasBeenSet = true; m_nonCurrentDays = value; }
59 private:
60
61 int m_unreferencedDays{0};
62 bool m_unreferencedDaysHasBeenSet = false;
63
64 int m_nonCurrentDays{0};
65 bool m_nonCurrentDaysHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace S3Tables
70} // namespace Aws
AWS_S3TABLES_API IcebergUnreferencedFileRemovalSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_S3TABLES_API IcebergUnreferencedFileRemovalSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue