7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/IoTAnalyticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DatastoreNameT = Aws::String>
48 void SetDatastoreName(DatastoreNameT&& value) { m_datastoreNameHasBeenSet =
true; m_datastoreName = std::forward<DatastoreNameT>(value); }
49 template<
typename DatastoreNameT = Aws::String>
61 inline void SetIncludeStatistics(
bool value) { m_includeStatisticsHasBeenSet =
true; m_includeStatistics = value; }
67 bool m_datastoreNameHasBeenSet =
false;
69 bool m_includeStatistics{
false};
70 bool m_includeStatisticsHasBeenSet =
false;
void SetIncludeStatistics(bool value)
DescribeDatastoreRequest & WithIncludeStatistics(bool value)
bool IncludeStatisticsHasBeenSet() const
DescribeDatastoreRequest & WithDatastoreName(DatastoreNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOTANALYTICS_API DescribeDatastoreRequest()=default
void SetDatastoreName(DatastoreNameT &&value)
bool GetIncludeStatistics() const
const Aws::String & GetDatastoreName() const
bool DatastoreNameHasBeenSet() const
AWS_IOTANALYTICS_API Aws::String SerializePayload() const override
AWS_IOTANALYTICS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String