AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DatastoreStorageSummary.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/ServiceManagedDatastoreS3StorageSummary.h>
9#include <aws/iotanalytics/model/CustomerManagedDatastoreS3StorageSummary.h>
10#include <aws/iotanalytics/model/DatastoreIotSiteWiseMultiLayerStorageSummary.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
34 {
35 public:
36 AWS_IOTANALYTICS_API DatastoreStorageSummary();
37 AWS_IOTANALYTICS_API DatastoreStorageSummary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const ServiceManagedDatastoreS3StorageSummary& GetServiceManagedS3() const{ return m_serviceManagedS3; }
47 inline bool ServiceManagedS3HasBeenSet() const { return m_serviceManagedS3HasBeenSet; }
48 inline void SetServiceManagedS3(const ServiceManagedDatastoreS3StorageSummary& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = value; }
49 inline void SetServiceManagedS3(ServiceManagedDatastoreS3StorageSummary&& value) { m_serviceManagedS3HasBeenSet = true; m_serviceManagedS3 = std::move(value); }
53
55
58 inline const CustomerManagedDatastoreS3StorageSummary& GetCustomerManagedS3() const{ return m_customerManagedS3; }
59 inline bool CustomerManagedS3HasBeenSet() const { return m_customerManagedS3HasBeenSet; }
60 inline void SetCustomerManagedS3(const CustomerManagedDatastoreS3StorageSummary& value) { m_customerManagedS3HasBeenSet = true; m_customerManagedS3 = value; }
61 inline void SetCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary&& value) { m_customerManagedS3HasBeenSet = true; m_customerManagedS3 = std::move(value); }
65
67
71 inline const DatastoreIotSiteWiseMultiLayerStorageSummary& GetIotSiteWiseMultiLayerStorage() const{ return m_iotSiteWiseMultiLayerStorage; }
72 inline bool IotSiteWiseMultiLayerStorageHasBeenSet() const { return m_iotSiteWiseMultiLayerStorageHasBeenSet; }
73 inline void SetIotSiteWiseMultiLayerStorage(const DatastoreIotSiteWiseMultiLayerStorageSummary& value) { m_iotSiteWiseMultiLayerStorageHasBeenSet = true; m_iotSiteWiseMultiLayerStorage = value; }
74 inline void SetIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorageSummary&& value) { m_iotSiteWiseMultiLayerStorageHasBeenSet = true; m_iotSiteWiseMultiLayerStorage = std::move(value); }
78 private:
79
81 bool m_serviceManagedS3HasBeenSet = false;
82
84 bool m_customerManagedS3HasBeenSet = false;
85
86 DatastoreIotSiteWiseMultiLayerStorageSummary m_iotSiteWiseMultiLayerStorage;
87 bool m_iotSiteWiseMultiLayerStorageHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace IoTAnalytics
92} // namespace Aws
DatastoreStorageSummary & WithIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorageSummary &&value)
void SetServiceManagedS3(const ServiceManagedDatastoreS3StorageSummary &value)
void SetCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTANALYTICS_API DatastoreStorageSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomerManagedS3(const CustomerManagedDatastoreS3StorageSummary &value)
void SetServiceManagedS3(ServiceManagedDatastoreS3StorageSummary &&value)
const ServiceManagedDatastoreS3StorageSummary & GetServiceManagedS3() const
DatastoreStorageSummary & WithIotSiteWiseMultiLayerStorage(const DatastoreIotSiteWiseMultiLayerStorageSummary &value)
DatastoreStorageSummary & WithCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary &&value)
DatastoreStorageSummary & WithCustomerManagedS3(const CustomerManagedDatastoreS3StorageSummary &value)
const DatastoreIotSiteWiseMultiLayerStorageSummary & GetIotSiteWiseMultiLayerStorage() const
AWS_IOTANALYTICS_API DatastoreStorageSummary(Aws::Utils::Json::JsonView jsonValue)
const CustomerManagedDatastoreS3StorageSummary & GetCustomerManagedS3() const
DatastoreStorageSummary & WithServiceManagedS3(ServiceManagedDatastoreS3StorageSummary &&value)
void SetIotSiteWiseMultiLayerStorage(const DatastoreIotSiteWiseMultiLayerStorageSummary &value)
void SetIotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorageSummary &&value)
DatastoreStorageSummary & WithServiceManagedS3(const ServiceManagedDatastoreS3StorageSummary &value)
Aws::Utils::Json::JsonValue JsonValue