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>
53 template<
typename ServiceManagedS3T = ServiceManagedDatastoreS3Storage>
54 void SetServiceManagedS3(ServiceManagedS3T&& value) { m_serviceManagedS3HasBeenSet =
true; m_serviceManagedS3 = std::forward<ServiceManagedS3T>(value); }
55 template<
typename ServiceManagedS3T = ServiceManagedDatastoreS3Storage>
67 template<
typename CustomerManagedS3T = CustomerManagedDatastoreS3Storage>
68 void SetCustomerManagedS3(CustomerManagedS3T&& value) { m_customerManagedS3HasBeenSet =
true; m_customerManagedS3 = std::forward<CustomerManagedS3T>(value); }
69 template<
typename CustomerManagedS3T = CustomerManagedDatastoreS3Storage>
81 template<
typename IotSiteWiseMultiLayerStorageT = DatastoreIotSiteWiseMultiLayerStorage>
82 void SetIotSiteWiseMultiLayerStorage(IotSiteWiseMultiLayerStorageT&& value) { m_iotSiteWiseMultiLayerStorageHasBeenSet =
true; m_iotSiteWiseMultiLayerStorage = std::forward<IotSiteWiseMultiLayerStorageT>(value); }
83 template<
typename IotSiteWiseMultiLayerStorageT = DatastoreIotSiteWiseMultiLayerStorage>
89 bool m_serviceManagedS3HasBeenSet =
false;
92 bool m_customerManagedS3HasBeenSet =
false;
95 bool m_iotSiteWiseMultiLayerStorageHasBeenSet =
false;
const CustomerManagedDatastoreS3Storage & GetCustomerManagedS3() const
DatastoreStorage & WithIotSiteWiseMultiLayerStorage(IotSiteWiseMultiLayerStorageT &&value)
AWS_IOTANALYTICS_API DatastoreStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
const ServiceManagedDatastoreS3Storage & GetServiceManagedS3() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTANALYTICS_API DatastoreStorage(Aws::Utils::Json::JsonView jsonValue)
const DatastoreIotSiteWiseMultiLayerStorage & GetIotSiteWiseMultiLayerStorage() const
bool CustomerManagedS3HasBeenSet() const
void SetCustomerManagedS3(CustomerManagedS3T &&value)
DatastoreStorage & WithServiceManagedS3(ServiceManagedS3T &&value)
AWS_IOTANALYTICS_API DatastoreStorage()=default
bool ServiceManagedS3HasBeenSet() const
void SetIotSiteWiseMultiLayerStorage(IotSiteWiseMultiLayerStorageT &&value)
bool IotSiteWiseMultiLayerStorageHasBeenSet() const
DatastoreStorage & WithCustomerManagedS3(CustomerManagedS3T &&value)
void SetServiceManagedS3(ServiceManagedS3T &&value)
Aws::Utils::Json::JsonValue JsonValue