AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ProtectedQueryOutputConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedQueryMemberOutputConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedQueryS3OutputConfiguration.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CleanRooms {
22namespace Model {
23
31 public:
32 AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration() = default;
35 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
42 inline const ProtectedQueryS3OutputConfiguration& GetS3() const { return m_s3; }
43 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
44 template <typename S3T = ProtectedQueryS3OutputConfiguration>
45 void SetS3(S3T&& value) {
46 m_s3HasBeenSet = true;
47 m_s3 = std::forward<S3T>(value);
48 }
49 template <typename S3T = ProtectedQueryS3OutputConfiguration>
51 SetS3(std::forward<S3T>(value));
52 return *this;
53 }
55
57
61 inline const ProtectedQueryMemberOutputConfiguration& GetMember() const { return m_member; }
62 inline bool MemberHasBeenSet() const { return m_memberHasBeenSet; }
63 template <typename MemberT = ProtectedQueryMemberOutputConfiguration>
64 void SetMember(MemberT&& value) {
65 m_memberHasBeenSet = true;
66 m_member = std::forward<MemberT>(value);
67 }
68 template <typename MemberT = ProtectedQueryMemberOutputConfiguration>
70 SetMember(std::forward<MemberT>(value));
71 return *this;
72 }
74
76
80 inline const ProtectedQueryDistributeOutputConfiguration& GetDistribute() const { return m_distribute; }
81 inline bool DistributeHasBeenSet() const { return m_distributeHasBeenSet; }
82 template <typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
83 void SetDistribute(DistributeT&& value) {
84 m_distributeHasBeenSet = true;
85 m_distribute = std::forward<DistributeT>(value);
86 }
87 template <typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
89 SetDistribute(std::forward<DistributeT>(value));
90 return *this;
91 }
93 private:
95
97
99 bool m_s3HasBeenSet = false;
100 bool m_memberHasBeenSet = false;
101 bool m_distributeHasBeenSet = false;
102};
103
104} // namespace Model
105} // namespace CleanRooms
106} // namespace Aws
const ProtectedQueryMemberOutputConfiguration & GetMember() const
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
Aws::Utils::Json::JsonValue JsonValue