AWS SDK for C++

AWS SDK for C++ Version 1.11.741

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
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace CleanRooms {
21namespace Model {
22
29 public:
30 AWS_CLEANROOMS_API ProtectedJobReceiverConfiguration() = default;
33 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline ProtectedJobAnalysisType GetAnalysisType() const { return m_analysisType; }
40 inline bool AnalysisTypeHasBeenSet() const { return m_analysisTypeHasBeenSet; }
42 m_analysisTypeHasBeenSet = true;
43 m_analysisType = value;
44 }
46 SetAnalysisType(value);
47 return *this;
48 }
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) {
59 m_configurationDetailsHasBeenSet = true;
60 m_configurationDetails = std::forward<ConfigurationDetailsT>(value);
61 }
62 template <typename ConfigurationDetailsT = ProtectedJobConfigurationDetails>
64 SetConfigurationDetails(std::forward<ConfigurationDetailsT>(value));
65 return *this;
66 }
68 private:
70
71 ProtectedJobConfigurationDetails m_configurationDetails;
72 bool m_analysisTypeHasBeenSet = false;
73 bool m_configurationDetailsHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace CleanRooms
78} // 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