AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
IcebergUnreferencedFileRemovalSettings.h
1
6#pragma once
7#include <aws/s3tables/S3Tables_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace S3Tables {
17namespace Model {
18
26 public:
27 AWS_S3TABLES_API IcebergUnreferencedFileRemovalSettings() = default;
30 AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetUnreferencedDays() const { return m_unreferencedDays; }
38 inline bool UnreferencedDaysHasBeenSet() const { return m_unreferencedDaysHasBeenSet; }
39 inline void SetUnreferencedDays(int value) {
40 m_unreferencedDaysHasBeenSet = true;
41 m_unreferencedDays = value;
42 }
45 return *this;
46 }
48
50
53 inline int GetNonCurrentDays() const { return m_nonCurrentDays; }
54 inline bool NonCurrentDaysHasBeenSet() const { return m_nonCurrentDaysHasBeenSet; }
55 inline void SetNonCurrentDays(int value) {
56 m_nonCurrentDaysHasBeenSet = true;
57 m_nonCurrentDays = value;
58 }
60 SetNonCurrentDays(value);
61 return *this;
62 }
64 private:
65 int m_unreferencedDays{0};
66
67 int m_nonCurrentDays{0};
68 bool m_unreferencedDaysHasBeenSet = false;
69 bool m_nonCurrentDaysHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace S3Tables
74} // 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