AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
InputChannelDataSource.h
1
6#pragma once
7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/model/ProtectedQueryInputParameters.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CleanRoomsML
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CLEANROOMSML_API InputChannelDataSource() = default;
36 AWS_CLEANROOMSML_API InputChannelDataSource(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const ProtectedQueryInputParameters& GetProtectedQueryInputParameters() const { return m_protectedQueryInputParameters; }
44 inline bool ProtectedQueryInputParametersHasBeenSet() const { return m_protectedQueryInputParametersHasBeenSet; }
45 template<typename ProtectedQueryInputParametersT = ProtectedQueryInputParameters>
46 void SetProtectedQueryInputParameters(ProtectedQueryInputParametersT&& value) { m_protectedQueryInputParametersHasBeenSet = true; m_protectedQueryInputParameters = std::forward<ProtectedQueryInputParametersT>(value); }
47 template<typename ProtectedQueryInputParametersT = ProtectedQueryInputParameters>
48 InputChannelDataSource& WithProtectedQueryInputParameters(ProtectedQueryInputParametersT&& value) { SetProtectedQueryInputParameters(std::forward<ProtectedQueryInputParametersT>(value)); return *this;}
50 private:
51
52 ProtectedQueryInputParameters m_protectedQueryInputParameters;
53 bool m_protectedQueryInputParametersHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace CleanRoomsML
58} // namespace Aws
AWS_CLEANROOMSML_API InputChannelDataSource(Aws::Utils::Json::JsonView jsonValue)
void SetProtectedQueryInputParameters(ProtectedQueryInputParametersT &&value)
const ProtectedQueryInputParameters & GetProtectedQueryInputParameters() const
AWS_CLEANROOMSML_API InputChannelDataSource()=default
InputChannelDataSource & WithProtectedQueryInputParameters(ProtectedQueryInputParametersT &&value)
AWS_CLEANROOMSML_API InputChannelDataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue