7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
40 template <
typename ClusterNameT = Aws::String>
42 m_clusterNameHasBeenSet =
true;
43 m_clusterName = std::forward<ClusterNameT>(value);
45 template <
typename ClusterNameT = Aws::String>
58 template <
typename NodeIdT = Aws::String>
60 m_nodeIdHasBeenSet =
true;
61 m_nodeId = std::forward<NodeIdT>(value);
63 template <
typename NodeIdT = Aws::String>
79 template <
typename NodeLogicalIdT = Aws::String>
81 m_nodeLogicalIdHasBeenSet =
true;
82 m_nodeLogicalId = std::forward<NodeLogicalIdT>(value);
84 template <
typename NodeLogicalIdT = Aws::String>
96 bool m_clusterNameHasBeenSet =
false;
97 bool m_nodeIdHasBeenSet =
false;
98 bool m_nodeLogicalIdHasBeenSet =
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)
const Aws::String & GetNodeLogicalId() const
virtual const char * GetServiceRequestName() const override
void SetNodeLogicalId(NodeLogicalIdT &&value)
bool NodeLogicalIdHasBeenSet() const
DescribeClusterNodeRequest & WithNodeLogicalId(NodeLogicalIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String