AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DatastoreStorage.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/ServiceManagedDatastoreS3Storage.h>
9#include <aws/iotanalytics/model/CustomerManagedDatastoreS3Storage.h>
10#include <aws/iotanalytics/model/DatastoreIotSiteWiseMultiLayerStorage.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace IoTAnalytics
24{
25namespace Model
26{
27
38 {
39 public:
40 AWS_IOTANALYTICS_API DatastoreStorage();
41 AWS_IOTANALYTICS_API DatastoreStorage(Aws::Utils::Json::JsonView jsonValue);
42 AWS_IOTANALYTICS_API DatastoreStorage& operator=(Aws::Utils::Json::JsonView jsonValue);
43 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
51 inline const ServiceManagedDatastoreS3Storage& GetServiceManagedS3() const{ return m_serviceManagedS3; }
52 inline bool ServiceManagedS3HasBeenSet() const { return m_serviceManagedS3HasBeenSet; }
53 inline void SetServiceManagedS3(const ServiceManagedDatastoreS3Storage& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = value; }
54 inline void SetServiceManagedS3(ServiceManagedDatastoreS3Storage&& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = std::move(value); }
58
60
65 inline const CustomerManagedDatastoreS3Storage& GetCustomerManagedS3() const{ return m_customerManagedS3; }
66 inline bool CustomerManagedS3HasBeenSet() const { return m_customerManagedS3HasBeenSet; }
67 inline void SetCustomerManagedS3(const CustomerManagedDatastoreS3Storage& value) { m_customerManagedS3HasBeenSet = true; m_customerManagedS3 = value; }
68 inline void SetCustomerManagedS3(CustomerManagedDatastoreS3Storage&& value) { m_customerManagedS3HasBeenSet = true; m_customerManagedS3 = std::move(value); }
72
74
79 inline const DatastoreIotSiteWiseMultiLayerStorage& GetIotSiteWiseMultiLayerStorage() const{ return m_iotSiteWiseMultiLayerStorage; }
80 inline bool IotSiteWiseMultiLayerStorageHasBeenSet() const { return m_iotSiteWiseMultiLayerStorageHasBeenSet; }
81 inline void SetIotSiteWiseMultiLayerStorage(const DatastoreIotSiteWiseMultiLayerStorage& value) { m_iotSiteWiseMultiLayerStorageHasBeenSet = true; m_iotSiteWiseMultiLayerStorage = value; }
82 inline void SetIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage&& value) { m_iotSiteWiseMultiLayerStorageHasBeenSet = true; m_iotSiteWiseMultiLayerStorage = std::move(value); }
86 private:
87
88 ServiceManagedDatastoreS3Storage m_serviceManagedS3;
89 bool m_serviceManagedS3HasBeenSet = false;
90
91 CustomerManagedDatastoreS3Storage m_customerManagedS3;
92 bool m_customerManagedS3HasBeenSet = false;
93
94 DatastoreIotSiteWiseMultiLayerStorage m_iotSiteWiseMultiLayerStorage;
95 bool m_iotSiteWiseMultiLayerStorageHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace IoTAnalytics
100} // namespace Aws
const CustomerManagedDatastoreS3Storage & GetCustomerManagedS3() const
void SetServiceManagedS3(ServiceManagedDatastoreS3Storage &&value)
AWS_IOTANALYTICS_API DatastoreStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
const ServiceManagedDatastoreS3Storage & GetServiceManagedS3() const
DatastoreStorage & WithCustomerManagedS3(CustomerManagedDatastoreS3Storage &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTANALYTICS_API DatastoreStorage(Aws::Utils::Json::JsonView jsonValue)
DatastoreStorage & WithServiceManagedS3(const ServiceManagedDatastoreS3Storage &value)
const DatastoreIotSiteWiseMultiLayerStorage & GetIotSiteWiseMultiLayerStorage() const
void SetServiceManagedS3(const ServiceManagedDatastoreS3Storage &value)
DatastoreStorage & WithServiceManagedS3(ServiceManagedDatastoreS3Storage &&value)
void SetIotSiteWiseMultiLayerStorage(const DatastoreIotSiteWiseMultiLayerStorage &value)
DatastoreStorage & WithIotSiteWiseMultiLayerStorage(const DatastoreIotSiteWiseMultiLayerStorage &value)
void SetIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage &&value)
void SetCustomerManagedS3(CustomerManagedDatastoreS3Storage &&value)
DatastoreStorage & WithIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage &&value)
void SetCustomerManagedS3(const CustomerManagedDatastoreS3Storage &value)
DatastoreStorage & WithCustomerManagedS3(const CustomerManagedDatastoreS3Storage &value)
Aws::Utils::Json::JsonValue JsonValue