7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/ServiceManagedChannelS3StorageSummary.h>
9#include <aws/iotanalytics/model/CustomerManagedChannelS3StorageSummary.h>
47 template<
typename ServiceManagedS3T = ServiceManagedChannelS3StorageSummary>
48 void SetServiceManagedS3(ServiceManagedS3T&& value) { m_serviceManagedS3HasBeenSet =
true; m_serviceManagedS3 = std::forward<ServiceManagedS3T>(value); }
49 template<
typename ServiceManagedS3T = ServiceManagedChannelS3StorageSummary>
59 template<
typename CustomerManagedS3T = CustomerManagedChannelS3StorageSummary>
60 void SetCustomerManagedS3(CustomerManagedS3T&& value) { m_customerManagedS3HasBeenSet =
true; m_customerManagedS3 = std::forward<CustomerManagedS3T>(value); }
61 template<
typename CustomerManagedS3T = CustomerManagedChannelS3StorageSummary>
67 bool m_serviceManagedS3HasBeenSet =
false;
70 bool m_customerManagedS3HasBeenSet =
false;
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceManagedS3(ServiceManagedS3T &&value)
ChannelStorageSummary & WithServiceManagedS3(ServiceManagedS3T &&value)
void SetCustomerManagedS3(CustomerManagedS3T &&value)
bool CustomerManagedS3HasBeenSet() const
ChannelStorageSummary & WithCustomerManagedS3(CustomerManagedS3T &&value)
AWS_IOTANALYTICS_API ChannelStorageSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API ChannelStorageSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const ServiceManagedChannelS3StorageSummary & GetServiceManagedS3() const
bool ServiceManagedS3HasBeenSet() const
AWS_IOTANALYTICS_API ChannelStorageSummary()=default
const CustomerManagedChannelS3StorageSummary & GetCustomerManagedS3() const
Aws::Utils::Json::JsonValue JsonValue