7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/ServiceManagedChannelS3Storage.h>
9#include <aws/iotanalytics/model/CustomerManagedChannelS3Storage.h>
51 template<
typename ServiceManagedS3T = ServiceManagedChannelS3Storage>
52 void SetServiceManagedS3(ServiceManagedS3T&& value) { m_serviceManagedS3HasBeenSet =
true; m_serviceManagedS3 = std::forward<ServiceManagedS3T>(value); }
53 template<
typename ServiceManagedS3T = ServiceManagedChannelS3Storage>
66 template<
typename CustomerManagedS3T = CustomerManagedChannelS3Storage>
67 void SetCustomerManagedS3(CustomerManagedS3T&& value) { m_customerManagedS3HasBeenSet =
true; m_customerManagedS3 = std::forward<CustomerManagedS3T>(value); }
68 template<
typename CustomerManagedS3T = CustomerManagedChannelS3Storage>
74 bool m_serviceManagedS3HasBeenSet =
false;
77 bool m_customerManagedS3HasBeenSet =
false;
const CustomerManagedChannelS3Storage & GetCustomerManagedS3() const
AWS_IOTANALYTICS_API ChannelStorage()=default
bool CustomerManagedS3HasBeenSet() const
ChannelStorage & WithServiceManagedS3(ServiceManagedS3T &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServiceManagedS3HasBeenSet() const
AWS_IOTANALYTICS_API ChannelStorage(Aws::Utils::Json::JsonView jsonValue)
const ServiceManagedChannelS3Storage & GetServiceManagedS3() const
AWS_IOTANALYTICS_API ChannelStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
ChannelStorage & WithCustomerManagedS3(CustomerManagedS3T &&value)
void SetServiceManagedS3(ServiceManagedS3T &&value)
void SetCustomerManagedS3(CustomerManagedS3T &&value)
Aws::Utils::Json::JsonValue JsonValue