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"; }
44 template<
typename ClusterIdentifierT = Aws::String>
45 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
46 template<
typename ClusterIdentifierT = Aws::String>
56 template<
typename BootstrapIdT = Aws::String>
57 void SetBootstrapId(BootstrapIdT&& value) { m_bootstrapIdHasBeenSet =
true; m_bootstrapId = std::forward<BootstrapIdT>(value); }
58 template<
typename BootstrapIdT = Aws::String>
64 bool m_clusterIdentifierHasBeenSet =
false;
67 bool m_bootstrapIdHasBeenSet =
false;
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PCS_API RegisterComputeNodeGroupInstanceRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBootstrapId() const
void SetBootstrapId(BootstrapIdT &&value)
bool ClusterIdentifierHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
RegisterComputeNodeGroupInstanceRequest & WithBootstrapId(BootstrapIdT &&value)
const Aws::String & GetClusterIdentifier() const
RegisterComputeNodeGroupInstanceRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool BootstrapIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String