7#include <aws/dsql/DSQL_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dsql/model/ClusterStatus.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
47 template<
typename IdentifierT = Aws::String>
48 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
49 template<
typename IdentifierT = Aws::String>
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
78 template<
typename CreationTimeT = Aws::Utils::DateTime>
79 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
80 template<
typename CreationTimeT = Aws::Utils::DateTime>
87 template<
typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
89 template<
typename RequestIdT = Aws::String>
95 bool m_identifierHasBeenSet =
false;
98 bool m_arnHasBeenSet =
false;
101 bool m_statusHasBeenSet =
false;
104 bool m_creationTimeHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
DeleteClusterResult & WithRequestId(RequestIdT &&value)
AWS_DSQL_API DeleteClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIdentifier(IdentifierT &&value)
AWS_DSQL_API DeleteClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetIdentifier() const
DeleteClusterResult & WithIdentifier(IdentifierT &&value)
const Aws::String & GetRequestId() const
AWS_DSQL_API DeleteClusterResult()=default
DeleteClusterResult & WithStatus(ClusterStatus value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetArn() const
void SetStatus(ClusterStatus value)
ClusterStatus GetStatus() const
DeleteClusterResult & WithArn(ArnT &&value)
DeleteClusterResult & WithCreationTime(CreationTimeT &&value)
void SetArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue