@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 instance is.
|
String |
getNodeId()
The ID of the instance.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the instance is.
|
void |
setNodeId(String nodeId)
The ID of the instance.
|
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 instance is.
|
DescribeClusterNodeRequest |
withNodeId(String nodeId)
The ID of the instance.
|
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, withSdkRequestTimeoutpublic void setClusterName(String clusterName)
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the instance is.
clusterName - The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the instance
is.public String getClusterName()
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the instance is.
public DescribeClusterNodeRequest withClusterName(String clusterName)
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the instance is.
clusterName - The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the instance
is.public void setNodeId(String nodeId)
The ID of the instance.
nodeId - The ID of the instance.public String getNodeId()
The ID of the instance.
public DescribeClusterNodeRequest withNodeId(String nodeId)
The ID of the instance.
nodeId - The ID of the instance.public String toString()
toString in class ObjectObject.toString()public DescribeClusterNodeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()