@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveAutoTerminationPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
RemoveAutoTerminationPolicyRequest () |
| Modifier and Type | Method and Description |
|---|---|
RemoveAutoTerminationPolicyRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getClusterId ()
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
|
int |
hashCode () |
void |
setClusterId (String clusterId)
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
|
String |
toString ()
Returns a string representation of this object.
|
RemoveAutoTerminationPolicyRequest |
withClusterId (String clusterId)
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
|
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 RemoveAutoTerminationPolicyRequest()
public void setClusterId(String clusterId)
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
clusterId - Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.public String getClusterId()
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
public RemoveAutoTerminationPolicyRequest withClusterId(String clusterId)
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
clusterId - Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.public String toString()
toString in class Object Object.toString() public RemoveAutoTerminationPolicyRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()