7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ClusterNameT = Aws::String>
45 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
46 template<
typename ClusterNameT = Aws::String>
56 template<
typename NodeIdT = Aws::String>
57 void SetNodeId(NodeIdT&& value) { m_nodeIdHasBeenSet =
true; m_nodeId = std::forward<NodeIdT>(value); }
58 template<
typename NodeIdT = Aws::String>
64 bool m_clusterNameHasBeenSet =
false;
67 bool m_nodeIdHasBeenSet =
false;
bool NodeIdHasBeenSet() const
DescribeClusterNodeRequest & WithClusterName(ClusterNameT &&value)
AWS_SAGEMAKER_API DescribeClusterNodeRequest()=default
void SetNodeId(NodeIdT &&value)
bool ClusterNameHasBeenSet() const
const Aws::String & GetClusterName() const
void SetClusterName(ClusterNameT &&value)
const Aws::String & GetNodeId() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
DescribeClusterNodeRequest & WithNodeId(NodeIdT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String