@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeConfigurationOption extends Object implements Serializable, Cloneable
A list of node configurations.
| Constructor and Description | 
|---|
NodeConfigurationOption()  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeConfigurationOption | 
clone()  | 
boolean | 
equals(Object obj)  | 
Double | 
getEstimatedDiskUtilizationPercent()
 The estimated disk utilizaton percentage. 
 | 
String | 
getMode()
 The category of the node configuration recommendation. 
 | 
String | 
getNodeType()
 The node type, such as, "ds2.8xlarge". 
 | 
Integer | 
getNumberOfNodes()
 The number of nodes. 
 | 
int | 
hashCode()  | 
void | 
setEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
 The estimated disk utilizaton percentage. 
 | 
void | 
setMode(String mode)
 The category of the node configuration recommendation. 
 | 
void | 
setNodeType(String nodeType)
 The node type, such as, "ds2.8xlarge". 
 | 
void | 
setNumberOfNodes(Integer numberOfNodes)
 The number of nodes. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
NodeConfigurationOption | 
withEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
 The estimated disk utilizaton percentage. 
 | 
NodeConfigurationOption | 
withMode(Mode mode)
 The category of the node configuration recommendation. 
 | 
NodeConfigurationOption | 
withMode(String mode)
 The category of the node configuration recommendation. 
 | 
NodeConfigurationOption | 
withNodeType(String nodeType)
 The node type, such as, "ds2.8xlarge". 
 | 
NodeConfigurationOption | 
withNumberOfNodes(Integer numberOfNodes)
 The number of nodes. 
 | 
public void setNodeType(String nodeType)
The node type, such as, "ds2.8xlarge".
nodeType - The node type, such as, "ds2.8xlarge".public String getNodeType()
The node type, such as, "ds2.8xlarge".
public NodeConfigurationOption withNodeType(String nodeType)
The node type, such as, "ds2.8xlarge".
nodeType - The node type, such as, "ds2.8xlarge".public void setNumberOfNodes(Integer numberOfNodes)
The number of nodes.
numberOfNodes - The number of nodes.public Integer getNumberOfNodes()
The number of nodes.
public NodeConfigurationOption withNumberOfNodes(Integer numberOfNodes)
The number of nodes.
numberOfNodes - The number of nodes.public void setEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
estimatedDiskUtilizationPercent - The estimated disk utilizaton percentage.public Double getEstimatedDiskUtilizationPercent()
The estimated disk utilizaton percentage.
public NodeConfigurationOption withEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
estimatedDiskUtilizationPercent - The estimated disk utilizaton percentage.public void setMode(String mode)
The category of the node configuration recommendation.
mode - The category of the node configuration recommendation.Modepublic String getMode()
The category of the node configuration recommendation.
Modepublic NodeConfigurationOption withMode(String mode)
The category of the node configuration recommendation.
mode - The category of the node configuration recommendation.Modepublic NodeConfigurationOption withMode(Mode mode)
The category of the node configuration recommendation.
mode - The category of the node configuration recommendation.Modepublic String toString()
toString in class ObjectObject.toString()public NodeConfigurationOption clone()