AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#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
46 inline const MembershipProtectedQueryOutputConfiguration& GetOutputConfiguration() const{ return m_outputConfiguration; }
47 inline bool OutputConfigurationHasBeenSet() const { return m_outputConfigurationHasBeenSet; }
48 inline void SetOutputConfiguration(const MembershipProtectedQueryOutputConfiguration& value) { m_outputConfigurationHasBeenSet = true; m_outputConfiguration = value; }
49 inline void SetOutputConfiguration(MembershipProtectedQueryOutputConfiguration&& value) { m_outputConfigurationHasBeenSet = true; m_outputConfiguration = std::move(value); }
53
55
60 inline const Aws::String& GetRoleArn() const{ return m_roleArn; }
61 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
62 inline void SetRoleArn(const Aws::String& value) { m_roleArnHasBeenSet = true; m_roleArn = value; }
63 inline void SetRoleArn(Aws::String&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::move(value); }
64 inline void SetRoleArn(const char* value) { m_roleArnHasBeenSet = true; m_roleArn.assign(value); }
66 inline MembershipProtectedQueryResultConfiguration& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
67 inline MembershipProtectedQueryResultConfiguration& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
69 private:
70
72 bool m_outputConfigurationHasBeenSet = false;
73
74 Aws::String m_roleArn;
75 bool m_roleArnHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace CleanRooms
80} // namespace Aws
const MembershipProtectedQueryOutputConfiguration & GetOutputConfiguration() const
AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetOutputConfiguration(const MembershipProtectedQueryOutputConfiguration &value)
MembershipProtectedQueryResultConfiguration & WithRoleArn(const char *value)
MembershipProtectedQueryResultConfiguration & WithOutputConfiguration(MembershipProtectedQueryOutputConfiguration &&value)
MembershipProtectedQueryResultConfiguration & WithOutputConfiguration(const MembershipProtectedQueryOutputConfiguration &value)
MembershipProtectedQueryResultConfiguration & WithRoleArn(const Aws::String &value)
AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
MembershipProtectedQueryResultConfiguration & WithRoleArn(Aws::String &&value)
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