AWS SDK for C++

AWS SDK for C++ Version 1.11.690

Loading...
Searching...
No Matches
RetentionConfiguration.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/IcebergRetentionConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
29 public:
30 AWS_GLUE_API RetentionConfiguration() = default;
34
36
39 inline const IcebergRetentionConfiguration& GetIcebergConfiguration() const { return m_icebergConfiguration; }
40 inline bool IcebergConfigurationHasBeenSet() const { return m_icebergConfigurationHasBeenSet; }
41 template <typename IcebergConfigurationT = IcebergRetentionConfiguration>
42 void SetIcebergConfiguration(IcebergConfigurationT&& value) {
43 m_icebergConfigurationHasBeenSet = true;
44 m_icebergConfiguration = std::forward<IcebergConfigurationT>(value);
45 }
46 template <typename IcebergConfigurationT = IcebergRetentionConfiguration>
47 RetentionConfiguration& WithIcebergConfiguration(IcebergConfigurationT&& value) {
48 SetIcebergConfiguration(std::forward<IcebergConfigurationT>(value));
49 return *this;
50 }
52 private:
53 IcebergRetentionConfiguration m_icebergConfiguration;
54 bool m_icebergConfigurationHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Glue
59} // namespace Aws
AWS_GLUE_API RetentionConfiguration(Aws::Utils::Json::JsonView jsonValue)
RetentionConfiguration & WithIcebergConfiguration(IcebergConfigurationT &&value)
const IcebergRetentionConfiguration & GetIcebergConfiguration() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API RetentionConfiguration()=default
void SetIcebergConfiguration(IcebergConfigurationT &&value)
AWS_GLUE_API RetentionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue