AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ChannelStorage.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/ServiceManagedChannelS3Storage.h>
9#include <aws/iotanalytics/model/CustomerManagedChannelS3Storage.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTAnalytics
23{
24namespace Model
25{
26
36 {
37 public:
38 AWS_IOTANALYTICS_API ChannelStorage();
39 AWS_IOTANALYTICS_API ChannelStorage(Aws::Utils::Json::JsonView jsonValue);
40 AWS_IOTANALYTICS_API ChannelStorage& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const ServiceManagedChannelS3Storage& GetServiceManagedS3() const{ return m_serviceManagedS3; }
50 inline bool ServiceManagedS3HasBeenSet() const { return m_serviceManagedS3HasBeenSet; }
51 inline void SetServiceManagedS3(const ServiceManagedChannelS3Storage& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = value; }
52 inline void SetServiceManagedS3(ServiceManagedChannelS3Storage&& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = std::move(value); }
56
58
64 inline const CustomerManagedChannelS3Storage& GetCustomerManagedS3() const{ return m_customerManagedS3; }
65 inline bool CustomerManagedS3HasBeenSet() const { return m_customerManagedS3HasBeenSet; }
66 inline void SetCustomerManagedS3(const CustomerManagedChannelS3Storage& value) { m_customerManagedS3HasBeenSet = true; m_customerManagedS3 = value; }
67 inline void SetCustomerManagedS3(CustomerManagedChannelS3Storage&& value) { m_customerManagedS3HasBeenSet = true; m_customerManagedS3 = std::move(value); }
71 private:
72
73 ServiceManagedChannelS3Storage m_serviceManagedS3;
74 bool m_serviceManagedS3HasBeenSet = false;
75
76 CustomerManagedChannelS3Storage m_customerManagedS3;
77 bool m_customerManagedS3HasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace IoTAnalytics
82} // namespace Aws
ChannelStorage & WithServiceManagedS3(ServiceManagedChannelS3Storage &&value)
const CustomerManagedChannelS3Storage & GetCustomerManagedS3() const
ChannelStorage & WithCustomerManagedS3(CustomerManagedChannelS3Storage &&value)
void SetServiceManagedS3(const ServiceManagedChannelS3Storage &value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
ChannelStorage & WithCustomerManagedS3(const CustomerManagedChannelS3Storage &value)
AWS_IOTANALYTICS_API ChannelStorage(Aws::Utils::Json::JsonView jsonValue)
const ServiceManagedChannelS3Storage & GetServiceManagedS3() const
AWS_IOTANALYTICS_API ChannelStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomerManagedS3(CustomerManagedChannelS3Storage &&value)
void SetServiceManagedS3(ServiceManagedChannelS3Storage &&value)
ChannelStorage & WithServiceManagedS3(const ServiceManagedChannelS3Storage &value)
void SetCustomerManagedS3(const CustomerManagedChannelS3Storage &value)
Aws::Utils::Json::JsonValue JsonValue