@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetUnhealthyNodeReplacementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetUnhealthyNodeReplacementRequest() |
Modifier and Type | Method and Description |
---|---|
SetUnhealthyNodeReplacementRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getJobFlowIds()
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.
|
Boolean |
getUnhealthyNodeReplacement()
Indicates whether to turn on or turn off graceful unhealthy node replacement.
|
int |
hashCode() |
Boolean |
isUnhealthyNodeReplacement()
Indicates whether to turn on or turn off graceful unhealthy node replacement.
|
void |
setJobFlowIds(Collection<String> jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.
|
void |
setUnhealthyNodeReplacement(Boolean unhealthyNodeReplacement)
Indicates whether to turn on or turn off graceful unhealthy node replacement.
|
String |
toString()
Returns a string representation of this object.
|
SetUnhealthyNodeReplacementRequest |
withJobFlowIds(Collection<String> jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.
|
SetUnhealthyNodeReplacementRequest |
withJobFlowIds(String... jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.
|
SetUnhealthyNodeReplacementRequest |
withUnhealthyNodeReplacement(Boolean unhealthyNodeReplacement)
Indicates whether to turn on or turn off graceful unhealthy node replacement.
|
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 List<String> getJobFlowIds()
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
public void setJobFlowIds(Collection<String> jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
jobFlowIds
- The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.
You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.public SetUnhealthyNodeReplacementRequest withJobFlowIds(String... jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
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
- The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.
You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.public SetUnhealthyNodeReplacementRequest withJobFlowIds(Collection<String> jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
jobFlowIds
- The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.
You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.public void setUnhealthyNodeReplacement(Boolean unhealthyNodeReplacement)
Indicates whether to turn on or turn off graceful unhealthy node replacement.
unhealthyNodeReplacement
- Indicates whether to turn on or turn off graceful unhealthy node replacement.public Boolean getUnhealthyNodeReplacement()
Indicates whether to turn on or turn off graceful unhealthy node replacement.
public SetUnhealthyNodeReplacementRequest withUnhealthyNodeReplacement(Boolean unhealthyNodeReplacement)
Indicates whether to turn on or turn off graceful unhealthy node replacement.
unhealthyNodeReplacement
- Indicates whether to turn on or turn off graceful unhealthy node replacement.public Boolean isUnhealthyNodeReplacement()
Indicates whether to turn on or turn off graceful unhealthy node replacement.
public String toString()
toString
in class Object
Object.toString()
public SetUnhealthyNodeReplacementRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()