AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ProtectedQueryResultConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedQueryOutputConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CleanRooms {
20namespace Model {
21
29 public:
30 AWS_CLEANROOMS_API ProtectedQueryResultConfiguration() = default;
33 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const ProtectedQueryOutputConfiguration& GetOutputConfiguration() const { return m_outputConfiguration; }
40 inline bool OutputConfigurationHasBeenSet() const { return m_outputConfigurationHasBeenSet; }
41 template <typename OutputConfigurationT = ProtectedQueryOutputConfiguration>
42 void SetOutputConfiguration(OutputConfigurationT&& value) {
43 m_outputConfigurationHasBeenSet = true;
44 m_outputConfiguration = std::forward<OutputConfigurationT>(value);
45 }
46 template <typename OutputConfigurationT = ProtectedQueryOutputConfiguration>
48 SetOutputConfiguration(std::forward<OutputConfigurationT>(value));
49 return *this;
50 }
52 private:
53 ProtectedQueryOutputConfiguration m_outputConfiguration;
54 bool m_outputConfigurationHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace CleanRooms
59} // namespace Aws
AWS_CLEANROOMS_API ProtectedQueryResultConfiguration()=default
const ProtectedQueryOutputConfiguration & GetOutputConfiguration() const
AWS_CLEANROOMS_API ProtectedQueryResultConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API ProtectedQueryResultConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProtectedQueryResultConfiguration & WithOutputConfiguration(OutputConfigurationT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue