AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetReportS3Configuration(const ReportS3Configuration& value) { m_reportS3ConfigurationHasBeenSet = true; m_reportS3Configuration = value; }
49 inline void SetReportS3Configuration(ReportS3Configuration&& value) { m_reportS3ConfigurationHasBeenSet = true; m_reportS3Configuration = std::move(value); }
53 private:
54
55 ReportS3Configuration m_reportS3Configuration;
56 bool m_reportS3ConfigurationHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace TimestreamWrite
61} // namespace Aws
void SetReportS3Configuration(ReportS3Configuration &&value)
AWS_TIMESTREAMWRITE_API ReportConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
const ReportS3Configuration & GetReportS3Configuration() const
ReportConfiguration & WithReportS3Configuration(ReportS3Configuration &&value)
AWS_TIMESTREAMWRITE_API ReportConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReportS3Configuration(const ReportS3Configuration &value)
ReportConfiguration & WithReportS3Configuration(const ReportS3Configuration &value)
Aws::Utils::Json::JsonValue JsonValue