AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TargetConfiguration.h
1
6#pragma once
7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/TimestreamConfiguration.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 TimestreamQuery
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TIMESTREAMQUERY_API TargetConfiguration();
36 AWS_TIMESTREAMQUERY_API TargetConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_TIMESTREAMQUERY_API TargetConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const TimestreamConfiguration& GetTimestreamConfiguration() const{ return m_timestreamConfiguration; }
47 inline bool TimestreamConfigurationHasBeenSet() const { return m_timestreamConfigurationHasBeenSet; }
48 inline void SetTimestreamConfiguration(const TimestreamConfiguration& value) { m_timestreamConfigurationHasBeenSet = true; m_timestreamConfiguration = value; }
49 inline void SetTimestreamConfiguration(TimestreamConfiguration&& value) { m_timestreamConfigurationHasBeenSet = true; m_timestreamConfiguration = std::move(value); }
53 private:
54
55 TimestreamConfiguration m_timestreamConfiguration;
56 bool m_timestreamConfigurationHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace TimestreamQuery
61} // namespace Aws
const TimestreamConfiguration & GetTimestreamConfiguration() const
void SetTimestreamConfiguration(TimestreamConfiguration &&value)
AWS_TIMESTREAMQUERY_API TargetConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetTimestreamConfiguration(const TimestreamConfiguration &value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
TargetConfiguration & WithTimestreamConfiguration(TimestreamConfiguration &&value)
AWS_TIMESTREAMQUERY_API TargetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TargetConfiguration & WithTimestreamConfiguration(const TimestreamConfiguration &value)
Aws::Utils::Json::JsonValue JsonValue