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>
58 template <
typename ComputeNodeGroupIdentifierT = Aws::String>
60 m_computeNodeGroupIdentifierHasBeenSet =
true;
61 m_computeNodeGroupIdentifier = std::forward<ComputeNodeGroupIdentifierT>(value);
63 template <
typename ComputeNodeGroupIdentifierT = Aws::String>
82 template <
typename ClientTokenT = Aws::String>
84 m_clientTokenHasBeenSet =
true;
85 m_clientToken = std::forward<ClientTokenT>(value);
87 template <
typename ClientTokenT = Aws::String>
99 bool m_clusterIdentifierHasBeenSet =
false;
100 bool m_computeNodeGroupIdentifierHasBeenSet =
false;
101 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