@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodegroupUpdateConfig extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
NodegroupUpdateConfig() |
| Modifier and Type | Method and Description |
|---|---|
NodegroupUpdateConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxUnavailable() |
Integer |
getMaxUnavailablePercentage() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxUnavailable(Integer maxUnavailable) |
void |
setMaxUnavailablePercentage(Integer maxUnavailablePercentage) |
String |
toString()
Returns a string representation of this object.
|
NodegroupUpdateConfig |
withMaxUnavailable(Integer maxUnavailable) |
NodegroupUpdateConfig |
withMaxUnavailablePercentage(Integer maxUnavailablePercentage) |
public void setMaxUnavailable(Integer maxUnavailable)
maxUnavailable - public Integer getMaxUnavailable()
public NodegroupUpdateConfig withMaxUnavailable(Integer maxUnavailable)
maxUnavailable - public void setMaxUnavailablePercentage(Integer maxUnavailablePercentage)
maxUnavailablePercentage - public Integer getMaxUnavailablePercentage()
public NodegroupUpdateConfig withMaxUnavailablePercentage(Integer maxUnavailablePercentage)
maxUnavailablePercentage - public String toString()
toString in class ObjectObject.toString()public NodegroupUpdateConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.