AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#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
34 {
35 public:
36 AWS_GLUE_API CompactionConfiguration() = default;
40
41
43
46 inline const IcebergCompactionConfiguration& GetIcebergConfiguration() const { return m_icebergConfiguration; }
47 inline bool IcebergConfigurationHasBeenSet() const { return m_icebergConfigurationHasBeenSet; }
48 template<typename IcebergConfigurationT = IcebergCompactionConfiguration>
49 void SetIcebergConfiguration(IcebergConfigurationT&& value) { m_icebergConfigurationHasBeenSet = true; m_icebergConfiguration = std::forward<IcebergConfigurationT>(value); }
50 template<typename IcebergConfigurationT = IcebergCompactionConfiguration>
51 CompactionConfiguration& WithIcebergConfiguration(IcebergConfigurationT&& value) { SetIcebergConfiguration(std::forward<IcebergConfigurationT>(value)); return *this;}
53 private:
54
55 IcebergCompactionConfiguration m_icebergConfiguration;
56 bool m_icebergConfigurationHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Glue
61} // 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