AWS SDK for C++

AWS SDK for C++ Version 1.11.748

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TimestreamWrite {
20namespace Model {
21
29 public:
30 AWS_TIMESTREAMWRITE_API ReportConfiguration() = default;
31 AWS_TIMESTREAMWRITE_API ReportConfiguration(Aws::Utils::Json::JsonView jsonValue);
32 AWS_TIMESTREAMWRITE_API ReportConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const ReportS3Configuration& GetReportS3Configuration() const { return m_reportS3Configuration; }
41 inline bool ReportS3ConfigurationHasBeenSet() const { return m_reportS3ConfigurationHasBeenSet; }
42 template <typename ReportS3ConfigurationT = ReportS3Configuration>
43 void SetReportS3Configuration(ReportS3ConfigurationT&& value) {
44 m_reportS3ConfigurationHasBeenSet = true;
45 m_reportS3Configuration = std::forward<ReportS3ConfigurationT>(value);
46 }
47 template <typename ReportS3ConfigurationT = ReportS3Configuration>
48 ReportConfiguration& WithReportS3Configuration(ReportS3ConfigurationT&& value) {
49 SetReportS3Configuration(std::forward<ReportS3ConfigurationT>(value));
50 return *this;
51 }
53 private:
54 ReportS3Configuration m_reportS3Configuration;
55 bool m_reportS3ConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace TimestreamWrite
60} // 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