AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MembershipProtectedJobResultConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/MembershipProtectedJobOutputConfiguration.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:
36 AWS_CLEANROOMS_API MembershipProtectedJobResultConfiguration() = default;
39 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const MembershipProtectedJobOutputConfiguration& GetOutputConfiguration() const { return m_outputConfiguration; }
47 inline bool OutputConfigurationHasBeenSet() const { return m_outputConfigurationHasBeenSet; }
48 template<typename OutputConfigurationT = MembershipProtectedJobOutputConfiguration>
49 void SetOutputConfiguration(OutputConfigurationT&& value) { m_outputConfigurationHasBeenSet = true; m_outputConfiguration = std::forward<OutputConfigurationT>(value); }
50 template<typename OutputConfigurationT = MembershipProtectedJobOutputConfiguration>
51 MembershipProtectedJobResultConfiguration& WithOutputConfiguration(OutputConfigurationT&& value) { SetOutputConfiguration(std::forward<OutputConfigurationT>(value)); return *this;}
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) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
64 template<typename RoleArnT = Aws::String>
65 MembershipProtectedJobResultConfiguration& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
67 private:
68
70 bool m_outputConfigurationHasBeenSet = false;
71
72 Aws::String m_roleArn;
73 bool m_roleArnHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace CleanRooms
78} // namespace Aws
MembershipProtectedJobResultConfiguration & WithRoleArn(RoleArnT &&value)
AWS_CLEANROOMS_API MembershipProtectedJobResultConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const MembershipProtectedJobOutputConfiguration & GetOutputConfiguration() const
MembershipProtectedJobResultConfiguration & WithOutputConfiguration(OutputConfigurationT &&value)
AWS_CLEANROOMS_API MembershipProtectedJobResultConfiguration(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