AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ProtectedJobOutputConfigurationOutput.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJobS3OutputConfigurationOutput.h>
9#include <aws/cleanrooms/model/ProtectedJobMemberOutputConfigurationOutput.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
33 {
34 public:
35 AWS_CLEANROOMS_API ProtectedJobOutputConfigurationOutput() = default;
38 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const ProtectedJobS3OutputConfigurationOutput& GetS3() const { return m_s3; }
46 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
47 template<typename S3T = ProtectedJobS3OutputConfigurationOutput>
48 void SetS3(S3T&& value) { m_s3HasBeenSet = true; m_s3 = std::forward<S3T>(value); }
49 template<typename S3T = ProtectedJobS3OutputConfigurationOutput>
50 ProtectedJobOutputConfigurationOutput& WithS3(S3T&& value) { SetS3(std::forward<S3T>(value)); return *this;}
52
54
57 inline const ProtectedJobMemberOutputConfigurationOutput& GetMember() const { return m_member; }
58 inline bool MemberHasBeenSet() const { return m_memberHasBeenSet; }
59 template<typename MemberT = ProtectedJobMemberOutputConfigurationOutput>
60 void SetMember(MemberT&& value) { m_memberHasBeenSet = true; m_member = std::forward<MemberT>(value); }
61 template<typename MemberT = ProtectedJobMemberOutputConfigurationOutput>
62 ProtectedJobOutputConfigurationOutput& WithMember(MemberT&& value) { SetMember(std::forward<MemberT>(value)); return *this;}
64 private:
65
67 bool m_s3HasBeenSet = false;
68
70 bool m_memberHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace CleanRooms
75} // namespace Aws
AWS_CLEANROOMS_API ProtectedJobOutputConfigurationOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const ProtectedJobMemberOutputConfigurationOutput & GetMember() const
ProtectedJobOutputConfigurationOutput & WithMember(MemberT &&value)
AWS_CLEANROOMS_API ProtectedJobOutputConfigurationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue