AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ResultReuseConfiguration.h
1
6#pragma once
7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/ResultReuseByAgeConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Athena {
20namespace Model {
21
29 public:
30 AWS_ATHENA_API ResultReuseConfiguration() = default;
33 AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const ResultReuseByAgeConfiguration& GetResultReuseByAgeConfiguration() const { return m_resultReuseByAgeConfiguration; }
41 inline bool ResultReuseByAgeConfigurationHasBeenSet() const { return m_resultReuseByAgeConfigurationHasBeenSet; }
42 template <typename ResultReuseByAgeConfigurationT = ResultReuseByAgeConfiguration>
43 void SetResultReuseByAgeConfiguration(ResultReuseByAgeConfigurationT&& value) {
44 m_resultReuseByAgeConfigurationHasBeenSet = true;
45 m_resultReuseByAgeConfiguration = std::forward<ResultReuseByAgeConfigurationT>(value);
46 }
47 template <typename ResultReuseByAgeConfigurationT = ResultReuseByAgeConfiguration>
48 ResultReuseConfiguration& WithResultReuseByAgeConfiguration(ResultReuseByAgeConfigurationT&& value) {
49 SetResultReuseByAgeConfiguration(std::forward<ResultReuseByAgeConfigurationT>(value));
50 return *this;
51 }
53 private:
54 ResultReuseByAgeConfiguration m_resultReuseByAgeConfiguration;
55 bool m_resultReuseByAgeConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace Athena
60} // namespace Aws
AWS_ATHENA_API ResultReuseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ResultReuseConfiguration & WithResultReuseByAgeConfiguration(ResultReuseByAgeConfigurationT &&value)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ATHENA_API ResultReuseConfiguration()=default
void SetResultReuseByAgeConfiguration(ResultReuseByAgeConfigurationT &&value)
const ResultReuseByAgeConfiguration & GetResultReuseByAgeConfiguration() const
AWS_ATHENA_API ResultReuseConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue