@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetKeepJobFlowAliveWhenNoStepsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
SetKeepJobFlowAliveWhenNoStepsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
SetKeepJobFlowAliveWhenNoStepsRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<String> | 
getJobFlowIds()
 A list of strings that uniquely identify the clusters to protect. 
 | 
Boolean | 
getKeepJobFlowAliveWhenNoSteps()
 A Boolean that indicates whether to terminate the cluster after all steps are executed. 
 | 
int | 
hashCode()  | 
Boolean | 
isKeepJobFlowAliveWhenNoSteps()
 A Boolean that indicates whether to terminate the cluster after all steps are executed. 
 | 
void | 
setJobFlowIds(Collection<String> jobFlowIds)
 A list of strings that uniquely identify the clusters to protect. 
 | 
void | 
setKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
 A Boolean that indicates whether to terminate the cluster after all steps are executed. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
SetKeepJobFlowAliveWhenNoStepsRequest | 
withJobFlowIds(Collection<String> jobFlowIds)
 A list of strings that uniquely identify the clusters to protect. 
 | 
SetKeepJobFlowAliveWhenNoStepsRequest | 
withJobFlowIds(String... jobFlowIds)
 A list of strings that uniquely identify the clusters to protect. 
 | 
SetKeepJobFlowAliveWhenNoStepsRequest | 
withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
 A Boolean that indicates whether to terminate the cluster after all steps are executed. 
 | 
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 SetKeepJobFlowAliveWhenNoStepsRequest()
public List<String> getJobFlowIds()
A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.
public void setJobFlowIds(Collection<String> jobFlowIds)
A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.
jobFlowIds - A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also
        be obtained from DescribeJobFlows.public SetKeepJobFlowAliveWhenNoStepsRequest withJobFlowIds(String... jobFlowIds)
A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.
 NOTE: This method appends the values to the existing list (if any). Use
 setJobFlowIds(java.util.Collection) or withJobFlowIds(java.util.Collection) if you want to
 override the existing values.
 
jobFlowIds - A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also
        be obtained from DescribeJobFlows.public SetKeepJobFlowAliveWhenNoStepsRequest withJobFlowIds(Collection<String> jobFlowIds)
A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.
jobFlowIds - A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also
        be obtained from DescribeJobFlows.public void setKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
A Boolean that indicates whether to terminate the cluster after all steps are executed.
keepJobFlowAliveWhenNoSteps - A Boolean that indicates whether to terminate the cluster after all steps are executed.public Boolean getKeepJobFlowAliveWhenNoSteps()
A Boolean that indicates whether to terminate the cluster after all steps are executed.
public SetKeepJobFlowAliveWhenNoStepsRequest withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
A Boolean that indicates whether to terminate the cluster after all steps are executed.
keepJobFlowAliveWhenNoSteps - A Boolean that indicates whether to terminate the cluster after all steps are executed.public Boolean isKeepJobFlowAliveWhenNoSteps()
A Boolean that indicates whether to terminate the cluster after all steps are executed.
public String toString()
toString in class ObjectObject.toString()public SetKeepJobFlowAliveWhenNoStepsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()