AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Parameters.h
1
6#pragma once
7#include <aws/timestream-influxdb/TimestreamInfluxDB_EXPORTS.h>
8#include <aws/timestream-influxdb/model/InfluxDBv2Parameters.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 TimestreamInfluxDB
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TIMESTREAMINFLUXDB_API Parameters();
36 AWS_TIMESTREAMINFLUXDB_API Parameters(Aws::Utils::Json::JsonView jsonValue);
37 AWS_TIMESTREAMINFLUXDB_API Parameters& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_TIMESTREAMINFLUXDB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const InfluxDBv2Parameters& GetInfluxDBv2() const{ return m_influxDBv2; }
47 inline bool InfluxDBv2HasBeenSet() const { return m_influxDBv2HasBeenSet; }
48 inline void SetInfluxDBv2(const InfluxDBv2Parameters& value) { m_influxDBv2HasBeenSet = true; m_influxDBv2 = value; }
49 inline void SetInfluxDBv2(InfluxDBv2Parameters&& value) { m_influxDBv2HasBeenSet = true; m_influxDBv2 = std::move(value); }
50 inline Parameters& WithInfluxDBv2(const InfluxDBv2Parameters& value) { SetInfluxDBv2(value); return *this;}
51 inline Parameters& WithInfluxDBv2(InfluxDBv2Parameters&& value) { SetInfluxDBv2(std::move(value)); return *this;}
53 private:
54
55 InfluxDBv2Parameters m_influxDBv2;
56 bool m_influxDBv2HasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace TimestreamInfluxDB
61} // namespace Aws
const InfluxDBv2Parameters & GetInfluxDBv2() const
Definition Parameters.h:46
Parameters & WithInfluxDBv2(const InfluxDBv2Parameters &value)
Definition Parameters.h:50
void SetInfluxDBv2(InfluxDBv2Parameters &&value)
Definition Parameters.h:49
AWS_TIMESTREAMINFLUXDB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMINFLUXDB_API Parameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMINFLUXDB_API Parameters()
void SetInfluxDBv2(const InfluxDBv2Parameters &value)
Definition Parameters.h:48
Parameters & WithInfluxDBv2(InfluxDBv2Parameters &&value)
Definition Parameters.h:51
AWS_TIMESTREAMINFLUXDB_API Parameters(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue