@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAutoTerminationPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GetAutoTerminationPolicyRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetAutoTerminationPolicyRequest | 
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 for which the auto-termination policy will be fetched. 
 | 
int | 
hashCode()  | 
void | 
setClusterId(String clusterId)
 Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetAutoTerminationPolicyRequest | 
withClusterId(String clusterId)
 Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched. 
 | 
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 setClusterId(String clusterId)
Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.
clusterId - Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.public String getClusterId()
Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.
public GetAutoTerminationPolicyRequest withClusterId(String clusterId)
Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.
clusterId - Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.public String toString()
toString in class ObjectObject.toString()public GetAutoTerminationPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()