AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ProtectedQueryOutputConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedQueryS3OutputConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedQueryMemberOutputConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfiguration.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace CleanRooms
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration() = default;
40 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const ProtectedQueryS3OutputConfiguration& GetS3() const { return m_s3; }
49 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
50 template<typename S3T = ProtectedQueryS3OutputConfiguration>
51 void SetS3(S3T&& value) { m_s3HasBeenSet = true; m_s3 = std::forward<S3T>(value); }
52 template<typename S3T = ProtectedQueryS3OutputConfiguration>
53 ProtectedQueryOutputConfiguration& WithS3(S3T&& value) { SetS3(std::forward<S3T>(value)); return *this;}
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) { m_memberHasBeenSet = true; m_member = std::forward<MemberT>(value); }
65 template<typename MemberT = ProtectedQueryMemberOutputConfiguration>
66 ProtectedQueryOutputConfiguration& WithMember(MemberT&& value) { SetMember(std::forward<MemberT>(value)); return *this;}
68
70
74 inline const ProtectedQueryDistributeOutputConfiguration& GetDistribute() const { return m_distribute; }
75 inline bool DistributeHasBeenSet() const { return m_distributeHasBeenSet; }
76 template<typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
77 void SetDistribute(DistributeT&& value) { m_distributeHasBeenSet = true; m_distribute = std::forward<DistributeT>(value); }
78 template<typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
79 ProtectedQueryOutputConfiguration& WithDistribute(DistributeT&& value) { SetDistribute(std::forward<DistributeT>(value)); return *this;}
81 private:
82
84 bool m_s3HasBeenSet = false;
85
87 bool m_memberHasBeenSet = false;
88
90 bool m_distributeHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace CleanRooms
95} // 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