7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/IoTAnalyticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDatastoreName(
const char* value) { m_datastoreNameHasBeenSet =
true; m_datastoreName.assign(value); }
63 inline void SetIncludeStatistics(
bool value) { m_includeStatisticsHasBeenSet =
true; m_includeStatistics = value; }
69 bool m_datastoreNameHasBeenSet =
false;
71 bool m_includeStatistics;
72 bool m_includeStatisticsHasBeenSet =
false;
void SetIncludeStatistics(bool value)
DescribeDatastoreRequest & WithIncludeStatistics(bool value)
bool IncludeStatisticsHasBeenSet() const
DescribeDatastoreRequest & WithDatastoreName(const Aws::String &value)
DescribeDatastoreRequest & WithDatastoreName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetDatastoreName(Aws::String &&value)
AWS_IOTANALYTICS_API DescribeDatastoreRequest()
void SetDatastoreName(const Aws::String &value)
DescribeDatastoreRequest & WithDatastoreName(const char *value)
bool GetIncludeStatistics() const
const Aws::String & GetDatastoreName() const
bool DatastoreNameHasBeenSet() const
void SetDatastoreName(const char *value)
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