7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
59 inline void SetComputeNodeGroupIdentifier(
const char* value) { m_computeNodeGroupIdentifierHasBeenSet =
true; m_computeNodeGroupIdentifier.assign(value); }
67 bool m_clusterIdentifierHasBeenSet =
false;
70 bool m_computeNodeGroupIdentifierHasBeenSet =
false;
void SetClusterIdentifier(Aws::String &&value)
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PCS_API Aws::String SerializePayload() const override
GetComputeNodeGroupRequest & WithComputeNodeGroupIdentifier(const char *value)
bool ComputeNodeGroupIdentifierHasBeenSet() const
void SetClusterIdentifier(const char *value)
void SetClusterIdentifier(const Aws::String &value)
void SetComputeNodeGroupIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
GetComputeNodeGroupRequest & WithClusterIdentifier(Aws::String &&value)
GetComputeNodeGroupRequest & WithClusterIdentifier(const Aws::String &value)
void SetComputeNodeGroupIdentifier(Aws::String &&value)
GetComputeNodeGroupRequest & WithComputeNodeGroupIdentifier(Aws::String &&value)
const Aws::String & GetComputeNodeGroupIdentifier() const
GetComputeNodeGroupRequest & WithClusterIdentifier(const char *value)
bool ClusterIdentifierHasBeenSet() const
AWS_PCS_API GetComputeNodeGroupRequest()
const Aws::String & GetClusterIdentifier() const
GetComputeNodeGroupRequest & WithComputeNodeGroupIdentifier(const Aws::String &value)
void SetComputeNodeGroupIdentifier(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String