AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
MembershipProtectedQueryResultConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/MembershipProtectedQueryOutputConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace CleanRooms {
21namespace Model {
22
30 public:
31 AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration() = default;
34 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const MembershipProtectedQueryOutputConfiguration& GetOutputConfiguration() const { return m_outputConfiguration; }
41 inline bool OutputConfigurationHasBeenSet() const { return m_outputConfigurationHasBeenSet; }
42 template <typename OutputConfigurationT = MembershipProtectedQueryOutputConfiguration>
43 void SetOutputConfiguration(OutputConfigurationT&& value) {
44 m_outputConfigurationHasBeenSet = true;
45 m_outputConfiguration = std::forward<OutputConfigurationT>(value);
46 }
47 template <typename OutputConfigurationT = MembershipProtectedQueryOutputConfiguration>
49 SetOutputConfiguration(std::forward<OutputConfigurationT>(value));
50 return *this;
51 }
53
55
60 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
61 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
62 template <typename RoleArnT = Aws::String>
63 void SetRoleArn(RoleArnT&& value) {
64 m_roleArnHasBeenSet = true;
65 m_roleArn = std::forward<RoleArnT>(value);
66 }
67 template <typename RoleArnT = Aws::String>
69 SetRoleArn(std::forward<RoleArnT>(value));
70 return *this;
71 }
73 private:
75 bool m_outputConfigurationHasBeenSet = false;
76
77 Aws::String m_roleArn;
78 bool m_roleArnHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace CleanRooms
83} // namespace Aws
MembershipProtectedQueryResultConfiguration & WithRoleArn(RoleArnT &&value)
const MembershipProtectedQueryOutputConfiguration & GetOutputConfiguration() const
AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration(Aws::Utils::Json::JsonView jsonValue)
MembershipProtectedQueryResultConfiguration & WithOutputConfiguration(OutputConfigurationT &&value)
AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue