AWS SDK for C++

AWS SDK for C++ Version 1.11.853

Loading...
Searching...
No Matches
ProtectedQueryOutputConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/IntermediateTableOutputConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedQueryMemberOutputConfiguration.h>
11#include <aws/cleanrooms/model/ProtectedQueryS3OutputConfiguration.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms {
23namespace Model {
24
32 public:
33 AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration() = default;
36 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
43 inline const ProtectedQueryS3OutputConfiguration& GetS3() const { return m_s3; }
44 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
45 template <typename S3T = ProtectedQueryS3OutputConfiguration>
46 void SetS3(S3T&& value) {
47 m_s3HasBeenSet = true;
48 m_s3 = std::forward<S3T>(value);
49 }
50 template <typename S3T = ProtectedQueryS3OutputConfiguration>
52 SetS3(std::forward<S3T>(value));
53 return *this;
54 }
56
58
62 inline const ProtectedQueryMemberOutputConfiguration& GetMember() const { return m_member; }
63 inline bool MemberHasBeenSet() const { return m_memberHasBeenSet; }
64 template <typename MemberT = ProtectedQueryMemberOutputConfiguration>
65 void SetMember(MemberT&& value) {
66 m_memberHasBeenSet = true;
67 m_member = std::forward<MemberT>(value);
68 }
69 template <typename MemberT = ProtectedQueryMemberOutputConfiguration>
71 SetMember(std::forward<MemberT>(value));
72 return *this;
73 }
75
77
81 inline const ProtectedQueryDistributeOutputConfiguration& GetDistribute() const { return m_distribute; }
82 inline bool DistributeHasBeenSet() const { return m_distributeHasBeenSet; }
83 template <typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
84 void SetDistribute(DistributeT&& value) {
85 m_distributeHasBeenSet = true;
86 m_distribute = std::forward<DistributeT>(value);
87 }
88 template <typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
90 SetDistribute(std::forward<DistributeT>(value));
91 return *this;
92 }
94
96
100 inline const IntermediateTableOutputConfiguration& GetIntermediateTable() const { return m_intermediateTable; }
101 inline bool IntermediateTableHasBeenSet() const { return m_intermediateTableHasBeenSet; }
102 template <typename IntermediateTableT = IntermediateTableOutputConfiguration>
103 void SetIntermediateTable(IntermediateTableT&& value) {
104 m_intermediateTableHasBeenSet = true;
105 m_intermediateTable = std::forward<IntermediateTableT>(value);
106 }
107 template <typename IntermediateTableT = IntermediateTableOutputConfiguration>
109 SetIntermediateTable(std::forward<IntermediateTableT>(value));
110 return *this;
111 }
113 private:
115
117
119
120 IntermediateTableOutputConfiguration m_intermediateTable;
121 bool m_s3HasBeenSet = false;
122 bool m_memberHasBeenSet = false;
123 bool m_distributeHasBeenSet = false;
124 bool m_intermediateTableHasBeenSet = false;
125};
126
127} // namespace Model
128} // namespace CleanRooms
129} // namespace Aws
const ProtectedQueryMemberOutputConfiguration & GetMember() const
ProtectedQueryOutputConfiguration & WithIntermediateTable(IntermediateTableT &&value)
const ProtectedQueryS3OutputConfiguration & GetS3() const
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration()=default
ProtectedQueryOutputConfiguration & WithDistribute(DistributeT &&value)
ProtectedQueryOutputConfiguration & WithMember(MemberT &&value)
const ProtectedQueryDistributeOutputConfiguration & GetDistribute() const
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const IntermediateTableOutputConfiguration & GetIntermediateTable() const
Aws::Utils::Json::JsonValue JsonValue