AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ProtectedJobOutputConfigurationInput.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJobMemberOutputConfigurationInput.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CleanRooms {
20namespace Model {
21
28 public:
29 AWS_CLEANROOMS_API ProtectedJobOutputConfigurationInput() = default;
32 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const ProtectedJobMemberOutputConfigurationInput& GetMember() const { return m_member; }
39 inline bool MemberHasBeenSet() const { return m_memberHasBeenSet; }
40 template <typename MemberT = ProtectedJobMemberOutputConfigurationInput>
41 void SetMember(MemberT&& value) {
42 m_memberHasBeenSet = true;
43 m_member = std::forward<MemberT>(value);
44 }
45 template <typename MemberT = ProtectedJobMemberOutputConfigurationInput>
47 SetMember(std::forward<MemberT>(value));
48 return *this;
49 }
51 private:
53 bool m_memberHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace CleanRooms
58} // namespace Aws
AWS_CLEANROOMS_API ProtectedJobOutputConfigurationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API ProtectedJobOutputConfigurationInput(Aws::Utils::Json::JsonView jsonValue)
const ProtectedJobMemberOutputConfigurationInput & GetMember() const
ProtectedJobOutputConfigurationInput & WithMember(MemberT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue