7#include <aws/timestream-influxdb/TimestreamInfluxDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-influxdb/model/ClusterStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace TimestreamInfluxDB
41 template<
typename DbClusterIdT = Aws::String>
42 void SetDbClusterId(DbClusterIdT&& value) { m_dbClusterIdHasBeenSet =
true; m_dbClusterId = std::forward<DbClusterIdT>(value); }
43 template<
typename DbClusterIdT = Aws::String>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_dbClusterIdHasBeenSet =
false;
70 bool m_dbClusterStatusHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
AWS_TIMESTREAMINFLUXDB_API CreateDbClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDbClusterResult & WithDbClusterStatus(ClusterStatus value)
void SetRequestId(RequestIdT &&value)
AWS_TIMESTREAMINFLUXDB_API CreateDbClusterResult()=default
void SetDbClusterId(DbClusterIdT &&value)
AWS_TIMESTREAMINFLUXDB_API CreateDbClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDbClusterId() const
ClusterStatus GetDbClusterStatus() const
const Aws::String & GetRequestId() const
CreateDbClusterResult & WithDbClusterId(DbClusterIdT &&value)
void SetDbClusterStatus(ClusterStatus value)
CreateDbClusterResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue