AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
RetentionMetrics.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/IcebergRetentionMetrics.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glue
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GLUE_API RetentionMetrics() = default;
39
40
42
46 inline const IcebergRetentionMetrics& GetIcebergMetrics() const { return m_icebergMetrics; }
47 inline bool IcebergMetricsHasBeenSet() const { return m_icebergMetricsHasBeenSet; }
48 template<typename IcebergMetricsT = IcebergRetentionMetrics>
49 void SetIcebergMetrics(IcebergMetricsT&& value) { m_icebergMetricsHasBeenSet = true; m_icebergMetrics = std::forward<IcebergMetricsT>(value); }
50 template<typename IcebergMetricsT = IcebergRetentionMetrics>
51 RetentionMetrics& WithIcebergMetrics(IcebergMetricsT&& value) { SetIcebergMetrics(std::forward<IcebergMetricsT>(value)); return *this;}
53 private:
54
55 IcebergRetentionMetrics m_icebergMetrics;
56 bool m_icebergMetricsHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Glue
61} // namespace Aws
AWS_GLUE_API RetentionMetrics(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
RetentionMetrics & WithIcebergMetrics(IcebergMetricsT &&value)
AWS_GLUE_API RetentionMetrics()=default
const IcebergRetentionMetrics & GetIcebergMetrics() const
AWS_GLUE_API RetentionMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIcebergMetrics(IcebergMetricsT &&value)
Aws::Utils::Json::JsonValue JsonValue