AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MembershipProtectedQueryOutputConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedQueryS3OutputConfiguration.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CleanRooms
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const ProtectedQueryS3OutputConfiguration& GetS3() const{ return m_s3; }
44 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
45 inline void SetS3(const ProtectedQueryS3OutputConfiguration& value) { m_s3HasBeenSet = true; m_s3 = value; }
46 inline void SetS3(ProtectedQueryS3OutputConfiguration&& value) { m_s3HasBeenSet = true; m_s3 = std::move(value); }
50 private:
51
53 bool m_s3HasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace CleanRooms
58} // namespace Aws
AWS_CLEANROOMS_API MembershipProtectedQueryOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
MembershipProtectedQueryOutputConfiguration & WithS3(ProtectedQueryS3OutputConfiguration &&value)
AWS_CLEANROOMS_API MembershipProtectedQueryOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
MembershipProtectedQueryOutputConfiguration & WithS3(const ProtectedQueryS3OutputConfiguration &value)
Aws::Utils::Json::JsonValue JsonValue