AWS SDK for C++

AWS SDK for C++ Version 1.11.851

Loading...
Searching...
No Matches
PopulationAnalysisConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/PopulationAnalysisSqlParameters.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
29 public:
30 AWS_CLEANROOMS_API PopulationAnalysisConfiguration() = default;
33 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const PopulationAnalysisSqlParameters& GetSqlParameters() const { return m_sqlParameters; }
41 inline bool SqlParametersHasBeenSet() const { return m_sqlParametersHasBeenSet; }
42 template <typename SqlParametersT = PopulationAnalysisSqlParameters>
43 void SetSqlParameters(SqlParametersT&& value) {
44 m_sqlParametersHasBeenSet = true;
45 m_sqlParameters = std::forward<SqlParametersT>(value);
46 }
47 template <typename SqlParametersT = PopulationAnalysisSqlParameters>
49 SetSqlParameters(std::forward<SqlParametersT>(value));
50 return *this;
51 }
53 private:
54 PopulationAnalysisSqlParameters m_sqlParameters;
55 bool m_sqlParametersHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace CleanRooms
60} // namespace Aws
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API PopulationAnalysisConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API PopulationAnalysisConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API PopulationAnalysisConfiguration()=default
PopulationAnalysisConfiguration & WithSqlParameters(SqlParametersT &&value)
const PopulationAnalysisSqlParameters & GetSqlParameters() const
Aws::Utils::Json::JsonValue JsonValue