AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InternetMeasurementsLogDelivery.h
1
6#pragma once
7#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8#include <aws/internetmonitor/model/S3Config.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 InternetMonitor
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_INTERNETMONITOR_API InternetMeasurementsLogDelivery();
38 AWS_INTERNETMONITOR_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
50 inline const S3Config& GetS3Config() const{ return m_s3Config; }
51 inline bool S3ConfigHasBeenSet() const { return m_s3ConfigHasBeenSet; }
52 inline void SetS3Config(const S3Config& value) { m_s3ConfigHasBeenSet = true; m_s3Config = value; }
53 inline void SetS3Config(S3Config&& value) { m_s3ConfigHasBeenSet = true; m_s3Config = std::move(value); }
54 inline InternetMeasurementsLogDelivery& WithS3Config(const S3Config& value) { SetS3Config(value); return *this;}
55 inline InternetMeasurementsLogDelivery& WithS3Config(S3Config&& value) { SetS3Config(std::move(value)); return *this;}
57 private:
58
59 S3Config m_s3Config;
60 bool m_s3ConfigHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace InternetMonitor
65} // namespace Aws
InternetMeasurementsLogDelivery & WithS3Config(S3Config &&value)
AWS_INTERNETMONITOR_API InternetMeasurementsLogDelivery(Aws::Utils::Json::JsonView jsonValue)
InternetMeasurementsLogDelivery & WithS3Config(const S3Config &value)
AWS_INTERNETMONITOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INTERNETMONITOR_API InternetMeasurementsLogDelivery & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue