@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddonHealth extends Object implements Serializable, Cloneable, StructuredPojo
The health of the add-on.
Constructor and Description |
---|
AddonHealth() |
Modifier and Type | Method and Description |
---|---|
AddonHealth |
clone() |
boolean |
equals(Object obj) |
List<AddonIssue> |
getIssues()
An object representing the health issues for an add-on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIssues(Collection<AddonIssue> issues)
An object representing the health issues for an add-on.
|
String |
toString()
Returns a string representation of this object.
|
AddonHealth |
withIssues(AddonIssue... issues)
An object representing the health issues for an add-on.
|
AddonHealth |
withIssues(Collection<AddonIssue> issues)
An object representing the health issues for an add-on.
|
public List<AddonIssue> getIssues()
An object representing the health issues for an add-on.
public void setIssues(Collection<AddonIssue> issues)
An object representing the health issues for an add-on.
issues
- An object representing the health issues for an add-on.public AddonHealth withIssues(AddonIssue... issues)
An object representing the health issues for an add-on.
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
- An object representing the health issues for an add-on.public AddonHealth withIssues(Collection<AddonIssue> issues)
An object representing the health issues for an add-on.
issues
- An object representing the health issues for an add-on.public String toString()
toString
in class Object
Object.toString()
public AddonHealth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.