AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ReportConfiguration.h
1
6#pragma once
7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/timestream-write/model/ReportS3Configuration.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 TimestreamWrite
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TIMESTREAMWRITE_API ReportConfiguration() = default;
36 AWS_TIMESTREAMWRITE_API ReportConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_TIMESTREAMWRITE_API ReportConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const ReportS3Configuration& GetReportS3Configuration() const { return m_reportS3Configuration; }
47 inline bool ReportS3ConfigurationHasBeenSet() const { return m_reportS3ConfigurationHasBeenSet; }
48 template<typename ReportS3ConfigurationT = ReportS3Configuration>
49 void SetReportS3Configuration(ReportS3ConfigurationT&& value) { m_reportS3ConfigurationHasBeenSet = true; m_reportS3Configuration = std::forward<ReportS3ConfigurationT>(value); }
50 template<typename ReportS3ConfigurationT = ReportS3Configuration>
51 ReportConfiguration& WithReportS3Configuration(ReportS3ConfigurationT&& value) { SetReportS3Configuration(std::forward<ReportS3ConfigurationT>(value)); return *this;}
53 private:
54
55 ReportS3Configuration m_reportS3Configuration;
56 bool m_reportS3ConfigurationHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace TimestreamWrite
61} // namespace Aws
AWS_TIMESTREAMWRITE_API ReportConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
ReportConfiguration & WithReportS3Configuration(ReportS3ConfigurationT &&value)
const ReportS3Configuration & GetReportS3Configuration() const
void SetReportS3Configuration(ReportS3ConfigurationT &&value)
AWS_TIMESTREAMWRITE_API ReportConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API ReportConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue