@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClusterSoftwareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateClusterSoftwareRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterSoftwareRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for
security patching.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for
security patching.
|
String |
toString()
Returns a string representation of this object.
|
UpdateClusterSoftwareRequest |
withClusterName(String clusterName)
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for
security patching.
|
addHandlerContext, copyBaseTo, 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)
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
clusterName - Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update
for security patching.public String getClusterName()
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
public UpdateClusterSoftwareRequest withClusterName(String clusterName)
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
clusterName - Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update
for security patching.public String toString()
toString in class ObjectObject.toString()public UpdateClusterSoftwareRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.