7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/Datastore.h>
9#include <aws/iotanalytics/model/DatastoreStatistics.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename DatastoreT = Datastore>
43 void SetDatastore(DatastoreT&& value) { m_datastoreHasBeenSet =
true; m_datastore = std::forward<DatastoreT>(value); }
44 template<
typename DatastoreT = Datastore>
55 template<
typename StatisticsT = DatastoreStatistics>
56 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
57 template<
typename StatisticsT = DatastoreStatistics>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_datastoreHasBeenSet =
false;
75 bool m_statisticsHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
const Datastore & GetDatastore() const
void SetRequestId(RequestIdT &&value)
void SetDatastore(DatastoreT &&value)
DescribeDatastoreResult & WithStatistics(StatisticsT &&value)
DescribeDatastoreResult & WithRequestId(RequestIdT &&value)
const DatastoreStatistics & GetStatistics() const
void SetStatistics(StatisticsT &&value)
AWS_IOTANALYTICS_API DescribeDatastoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTANALYTICS_API DescribeDatastoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_IOTANALYTICS_API DescribeDatastoreResult()=default
DescribeDatastoreResult & WithDatastore(DatastoreT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue