@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodegroupHealth extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the health status of the node group.
Constructor and Description |
---|
NodegroupHealth() |
Modifier and Type | Method and Description |
---|---|
NodegroupHealth |
clone() |
boolean |
equals(Object obj) |
List<Issue> |
getIssues()
Any issues that are associated with the node group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIssues(Collection<Issue> issues)
Any issues that are associated with the node group.
|
String |
toString()
Returns a string representation of this object.
|
NodegroupHealth |
withIssues(Collection<Issue> issues)
Any issues that are associated with the node group.
|
NodegroupHealth |
withIssues(Issue... issues)
Any issues that are associated with the node group.
|
public List<Issue> getIssues()
Any issues that are associated with the node group.
public void setIssues(Collection<Issue> issues)
Any issues that are associated with the node group.
issues
- Any issues that are associated with the node group.public NodegroupHealth withIssues(Issue... issues)
Any issues that are associated with the node group.
NOTE: This method appends the values to the existing list (if any). Use
setIssues(java.util.Collection)
or withIssues(java.util.Collection)
if you want to override the
existing values.
issues
- Any issues that are associated with the node group.public NodegroupHealth withIssues(Collection<Issue> issues)
Any issues that are associated with the node group.
issues
- Any issues that are associated with the node group.public String toString()
toString
in class Object
Object.toString()
public NodegroupHealth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.