7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pcs/PCSRequest.h>
10#include <aws/pcs/PCS_EXPORTS.h>
40 template <
typename ClusterIdentifierT = Aws::String>
42 m_clusterIdentifierHasBeenSet =
true;
43 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
45 template <
typename ClusterIdentifierT = Aws::String>
64 template <
typename ClientTokenT = Aws::String>
66 m_clientTokenHasBeenSet =
true;
67 m_clientToken = std::forward<ClientTokenT>(value);
69 template <
typename ClientTokenT = Aws::String>
79 bool m_clusterIdentifierHasBeenSet =
false;
80 bool m_clientTokenHasBeenSet =
true;
bool ClientTokenHasBeenSet() const
DeleteClusterRequest & WithClientToken(ClientTokenT &&value)
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetClusterIdentifier() const
const Aws::String & GetClientToken() const
void SetClientToken(ClientTokenT &&value)
DeleteClusterRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
AWS_PCS_API Aws::String SerializePayload() const override
AWS_PCS_API DeleteClusterRequest()=default
void SetClusterIdentifier(ClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool ClusterIdentifierHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String