7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
44 template<
typename ClusterIdentifierT = Aws::String>
45 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
46 template<
typename ClusterIdentifierT = Aws::String>
56 template<
typename ComputeNodeGroupIdentifierT = Aws::String>
57 void SetComputeNodeGroupIdentifier(ComputeNodeGroupIdentifierT&& value) { m_computeNodeGroupIdentifierHasBeenSet =
true; m_computeNodeGroupIdentifier = std::forward<ComputeNodeGroupIdentifierT>(value); }
58 template<
typename ComputeNodeGroupIdentifierT = Aws::String>
74 template<
typename ClientTokenT = Aws::String>
75 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
76 template<
typename ClientTokenT = Aws::String>
82 bool m_clusterIdentifierHasBeenSet =
false;
85 bool m_computeNodeGroupIdentifierHasBeenSet =
false;
88 bool m_clientTokenHasBeenSet =
true;
void SetClusterIdentifier(ClusterIdentifierT &&value)
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
DeleteComputeNodeGroupRequest & WithComputeNodeGroupIdentifier(ComputeNodeGroupIdentifierT &&value)
const Aws::String & GetClusterIdentifier() const
AWS_PCS_API DeleteComputeNodeGroupRequest()=default
void SetClientToken(ClientTokenT &&value)
bool ComputeNodeGroupIdentifierHasBeenSet() const
void SetComputeNodeGroupIdentifier(ComputeNodeGroupIdentifierT &&value)
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
DeleteComputeNodeGroupRequest & WithClientToken(ClientTokenT &&value)
DeleteComputeNodeGroupRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetComputeNodeGroupIdentifier() const
bool ClusterIdentifierHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String