AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ProtectedQueryDistributeOutputConfigurationLocation.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
35 {
36 public:
40 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
45 inline const ProtectedQueryS3OutputConfiguration& GetS3() const { return m_s3; }
46 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
47 template<typename S3T = ProtectedQueryS3OutputConfiguration>
48 void SetS3(S3T&& value) { m_s3HasBeenSet = true; m_s3 = std::forward<S3T>(value); }
49 template<typename S3T = ProtectedQueryS3OutputConfiguration>
50 ProtectedQueryDistributeOutputConfigurationLocation& WithS3(S3T&& value) { SetS3(std::forward<S3T>(value)); return *this;}
52
54
55 inline const ProtectedQueryMemberOutputConfiguration& GetMember() const { return m_member; }
56 inline bool MemberHasBeenSet() const { return m_memberHasBeenSet; }
57 template<typename MemberT = ProtectedQueryMemberOutputConfiguration>
58 void SetMember(MemberT&& value) { m_memberHasBeenSet = true; m_member = std::forward<MemberT>(value); }
59 template<typename MemberT = ProtectedQueryMemberOutputConfiguration>
60 ProtectedQueryDistributeOutputConfigurationLocation& WithMember(MemberT&& value) { SetMember(std::forward<MemberT>(value)); return *this;}
62 private:
63
65 bool m_s3HasBeenSet = false;
66
68 bool m_memberHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace CleanRooms
73} // namespace Aws
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API ProtectedQueryDistributeOutputConfigurationLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API ProtectedQueryDistributeOutputConfigurationLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue