7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "RegisterComputeNodeGroupInstance"; }
46 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
60 inline void SetBootstrapId(
const char* value) { m_bootstrapIdHasBeenSet =
true; m_bootstrapId.assign(value); }
68 bool m_clusterIdentifierHasBeenSet =
false;
71 bool m_bootstrapIdHasBeenSet =
false;
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RegisterComputeNodeGroupInstanceRequest & WithClusterIdentifier(Aws::String &&value)
RegisterComputeNodeGroupInstanceRequest & WithClusterIdentifier(const Aws::String &value)
AWS_PCS_API RegisterComputeNodeGroupInstanceRequest()
RegisterComputeNodeGroupInstanceRequest & WithClusterIdentifier(const char *value)
RegisterComputeNodeGroupInstanceRequest & WithBootstrapId(const Aws::String &value)
RegisterComputeNodeGroupInstanceRequest & WithBootstrapId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetBootstrapId(Aws::String &&value)
const Aws::String & GetBootstrapId() const
void SetClusterIdentifier(const Aws::String &value)
void SetClusterIdentifier(Aws::String &&value)
bool ClusterIdentifierHasBeenSet() const
RegisterComputeNodeGroupInstanceRequest & WithBootstrapId(const char *value)
AWS_PCS_API Aws::String SerializePayload() const override
const Aws::String & GetClusterIdentifier() const
void SetClusterIdentifier(const char *value)
void SetBootstrapId(const char *value)
bool BootstrapIdHasBeenSet() const
void SetBootstrapId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String