7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/pcs/PCS_EXPORTS.h>
39 template <
typename ClusterIdentifierT = Aws::String>
41 m_clusterIdentifierHasBeenSet =
true;
42 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
44 template <
typename ClusterIdentifierT = Aws::String>
57 template <
typename ComputeNodeGroupIdentifierT = Aws::String>
59 m_computeNodeGroupIdentifierHasBeenSet =
true;
60 m_computeNodeGroupIdentifier = std::forward<ComputeNodeGroupIdentifierT>(value);
62 template <
typename ComputeNodeGroupIdentifierT = Aws::String>
72 bool m_clusterIdentifierHasBeenSet =
false;
73 bool m_computeNodeGroupIdentifierHasBeenSet =
false;
AWS_PCS_API GetComputeNodeGroupRequest()=default
void SetClusterIdentifier(ClusterIdentifierT &&value)
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PCS_API Aws::String SerializePayload() const override
GetComputeNodeGroupRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetComputeNodeGroupIdentifier(ComputeNodeGroupIdentifierT &&value)
bool ComputeNodeGroupIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetComputeNodeGroupIdentifier() const
GetComputeNodeGroupRequest & WithComputeNodeGroupIdentifier(ComputeNodeGroupIdentifierT &&value)
bool ClusterIdentifierHasBeenSet() const
const Aws::String & GetClusterIdentifier() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String