7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ClusterIdentifierT = Aws::String>
44 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
45 template<
typename ClusterIdentifierT = Aws::String>
55 template<
typename ComputeNodeGroupIdentifierT = Aws::String>
56 void SetComputeNodeGroupIdentifier(ComputeNodeGroupIdentifierT&& value) { m_computeNodeGroupIdentifierHasBeenSet =
true; m_computeNodeGroupIdentifier = std::forward<ComputeNodeGroupIdentifierT>(value); }
57 template<
typename ComputeNodeGroupIdentifierT = Aws::String>
63 bool m_clusterIdentifierHasBeenSet =
false;
66 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