AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ProtectedJobReceiverConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJobAnalysisType.h>
9#include <aws/cleanrooms/model/ProtectedJobConfigurationDetails.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 ProtectedJobReceiverConfiguration() = default;
38 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline ProtectedJobAnalysisType GetAnalysisType() const { return m_analysisType; }
46 inline bool AnalysisTypeHasBeenSet() const { return m_analysisTypeHasBeenSet; }
47 inline void SetAnalysisType(ProtectedJobAnalysisType value) { m_analysisTypeHasBeenSet = true; m_analysisType = value; }
50
52
55 inline const ProtectedJobConfigurationDetails& GetConfigurationDetails() const { return m_configurationDetails; }
56 inline bool ConfigurationDetailsHasBeenSet() const { return m_configurationDetailsHasBeenSet; }
57 template<typename ConfigurationDetailsT = ProtectedJobConfigurationDetails>
58 void SetConfigurationDetails(ConfigurationDetailsT&& value) { m_configurationDetailsHasBeenSet = true; m_configurationDetails = std::forward<ConfigurationDetailsT>(value); }
59 template<typename ConfigurationDetailsT = ProtectedJobConfigurationDetails>
60 ProtectedJobReceiverConfiguration& WithConfigurationDetails(ConfigurationDetailsT&& value) { SetConfigurationDetails(std::forward<ConfigurationDetailsT>(value)); return *this;}
62 private:
63
65 bool m_analysisTypeHasBeenSet = false;
66
67 ProtectedJobConfigurationDetails m_configurationDetails;
68 bool m_configurationDetailsHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace CleanRooms
73} // namespace Aws
ProtectedJobReceiverConfiguration & WithConfigurationDetails(ConfigurationDetailsT &&value)
AWS_CLEANROOMS_API ProtectedJobReceiverConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProtectedJobReceiverConfiguration & WithAnalysisType(ProtectedJobAnalysisType value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API ProtectedJobReceiverConfiguration()=default
AWS_CLEANROOMS_API ProtectedJobReceiverConfiguration(Aws::Utils::Json::JsonView jsonValue)
const ProtectedJobConfigurationDetails & GetConfigurationDetails() const
Aws::Utils::Json::JsonValue JsonValue