AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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 <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const ProtectedQueryS3OutputConfiguration& GetS3() const{ return m_s3; }
48 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
49 inline void SetS3(const ProtectedQueryS3OutputConfiguration& value) { m_s3HasBeenSet = true; m_s3 = value; }
50 inline void SetS3(ProtectedQueryS3OutputConfiguration&& value) { m_s3HasBeenSet = true; m_s3 = std::move(value); }
52 inline ProtectedQueryOutputConfiguration& WithS3(ProtectedQueryS3OutputConfiguration&& value) { SetS3(std::move(value)); return *this;}
54
56
60 inline const ProtectedQueryMemberOutputConfiguration& GetMember() const{ return m_member; }
61 inline bool MemberHasBeenSet() const { return m_memberHasBeenSet; }
62 inline void SetMember(const ProtectedQueryMemberOutputConfiguration& value) { m_memberHasBeenSet = true; m_member = value; }
63 inline void SetMember(ProtectedQueryMemberOutputConfiguration&& value) { m_memberHasBeenSet = true; m_member = std::move(value); }
67 private:
68
70 bool m_s3HasBeenSet = false;
71
73 bool m_memberHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace CleanRooms
78} // namespace Aws
const ProtectedQueryMemberOutputConfiguration & GetMember() const
ProtectedQueryOutputConfiguration & WithMember(const ProtectedQueryMemberOutputConfiguration &value)
void SetMember(ProtectedQueryMemberOutputConfiguration &&value)
ProtectedQueryOutputConfiguration & WithS3(const ProtectedQueryS3OutputConfiguration &value)
const ProtectedQueryS3OutputConfiguration & GetS3() const
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
ProtectedQueryOutputConfiguration & WithMember(ProtectedQueryMemberOutputConfiguration &&value)
void SetS3(const ProtectedQueryS3OutputConfiguration &value)
ProtectedQueryOutputConfiguration & WithS3(ProtectedQueryS3OutputConfiguration &&value)
void SetMember(const ProtectedQueryMemberOutputConfiguration &value)
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue