7#include <aws/dsql/DSQL_EXPORTS.h>
8#include <aws/dsql/DSQLRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
48 template<
typename IdentifierT = Aws::String>
49 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
50 template<
typename IdentifierT = Aws::String>
66 template<
typename ClientTokenT = Aws::String>
67 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
68 template<
typename ClientTokenT = Aws::String>
74 bool m_identifierHasBeenSet =
false;
77 bool m_clientTokenHasBeenSet =
true;
bool IdentifierHasBeenSet() const
const Aws::String & GetClientToken() const
void SetIdentifier(IdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
AWS_DSQL_API DeleteClusterRequest()=default
DeleteClusterRequest & WithClientToken(ClientTokenT &&value)
DeleteClusterRequest & WithIdentifier(IdentifierT &&value)
bool ClientTokenHasBeenSet() const
AWS_DSQL_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetIdentifier() const
AWS_DSQL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String