AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ProtectedJobResultConfigurationInput.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJobOutputConfigurationInput.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 ProtectedJobResultConfigurationInput() = default;
32 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const ProtectedJobOutputConfigurationInput& GetOutputConfiguration() const { return m_outputConfiguration; }
39 inline bool OutputConfigurationHasBeenSet() const { return m_outputConfigurationHasBeenSet; }
40 template <typename OutputConfigurationT = ProtectedJobOutputConfigurationInput>
41 void SetOutputConfiguration(OutputConfigurationT&& value) {
42 m_outputConfigurationHasBeenSet = true;
43 m_outputConfiguration = std::forward<OutputConfigurationT>(value);
44 }
45 template <typename OutputConfigurationT = ProtectedJobOutputConfigurationInput>
47 SetOutputConfiguration(std::forward<OutputConfigurationT>(value));
48 return *this;
49 }
51 private:
52 ProtectedJobOutputConfigurationInput m_outputConfiguration;
53 bool m_outputConfigurationHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace CleanRooms
58} // namespace Aws
AWS_CLEANROOMS_API ProtectedJobResultConfigurationInput(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const ProtectedJobOutputConfigurationInput & GetOutputConfiguration() const
AWS_CLEANROOMS_API ProtectedJobResultConfigurationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
ProtectedJobResultConfigurationInput & WithOutputConfiguration(OutputConfigurationT &&value)
Aws::Utils::Json::JsonValue JsonValue