@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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)
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 Object
Object.toString()
public UpdateClusterSoftwareRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()