@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClusterNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeClusterNodeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClusterNodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
|
String |
getNodeId()
The ID of the SageMaker HyperPod cluster node.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
|
void |
setNodeId(String nodeId)
The ID of the SageMaker HyperPod cluster node.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClusterNodeRequest |
withClusterName(String clusterName)
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
|
DescribeClusterNodeRequest |
withNodeId(String nodeId)
The ID of the SageMaker HyperPod cluster node.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterName(String clusterName)
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
clusterName
- The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.public String getClusterName()
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
public DescribeClusterNodeRequest withClusterName(String clusterName)
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
clusterName
- The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.public void setNodeId(String nodeId)
The ID of the SageMaker HyperPod cluster node.
nodeId
- The ID of the SageMaker HyperPod cluster node.public String getNodeId()
The ID of the SageMaker HyperPod cluster node.
public DescribeClusterNodeRequest withNodeId(String nodeId)
The ID of the SageMaker HyperPod cluster node.
nodeId
- The ID of the SageMaker HyperPod cluster node.public String toString()
toString
in class Object
Object.toString()
public DescribeClusterNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()