@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public NodegroupUpdateConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.