AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
CompactionConfiguration.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/IcebergCompactionConfiguration.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
30 public:
31 AWS_GLUE_API CompactionConfiguration() = default;
35
37
40 inline const IcebergCompactionConfiguration& GetIcebergConfiguration() const { return m_icebergConfiguration; }
41 inline bool IcebergConfigurationHasBeenSet() const { return m_icebergConfigurationHasBeenSet; }
42 template <typename IcebergConfigurationT = IcebergCompactionConfiguration>
43 void SetIcebergConfiguration(IcebergConfigurationT&& value) {
44 m_icebergConfigurationHasBeenSet = true;
45 m_icebergConfiguration = std::forward<IcebergConfigurationT>(value);
46 }
47 template <typename IcebergConfigurationT = IcebergCompactionConfiguration>
48 CompactionConfiguration& WithIcebergConfiguration(IcebergConfigurationT&& value) {
49 SetIcebergConfiguration(std::forward<IcebergConfigurationT>(value));
50 return *this;
51 }
53 private:
54 IcebergCompactionConfiguration m_icebergConfiguration;
55 bool m_icebergConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace Glue
60} // namespace Aws
AWS_GLUE_API CompactionConfiguration()=default
AWS_GLUE_API CompactionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API CompactionConfiguration(Aws::Utils::Json::JsonView jsonValue)
const IcebergCompactionConfiguration & GetIcebergConfiguration() const
CompactionConfiguration & WithIcebergConfiguration(IcebergConfigurationT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIcebergConfiguration(IcebergConfigurationT &&value)
Aws::Utils::Json::JsonValue JsonValue