@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyClusterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ModifyClusterResult() |
Modifier and Type | Method and Description |
---|---|
ModifyClusterResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getStepConcurrencyLevel()
The number of steps that can be executed concurrently.
|
int |
hashCode() |
void |
setStepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently.
|
String |
toString()
Returns a string representation of this object.
|
ModifyClusterResult |
withStepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently.
stepConcurrencyLevel
- The number of steps that can be executed concurrently.public Integer getStepConcurrencyLevel()
The number of steps that can be executed concurrently.
public ModifyClusterResult withStepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently.
stepConcurrencyLevel
- The number of steps that can be executed concurrently.public String toString()
toString
in class Object
Object.toString()
public ModifyClusterResult clone()
Copyright © 2021. All rights reserved.