@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatusCounts extends Object implements Serializable, Cloneable, StructuredPojo
The status counts.
Constructor and Description |
---|
StatusCounts() |
Modifier and Type | Method and Description |
---|---|
StatusCounts |
clone() |
boolean |
equals(Object obj) |
Integer |
getFailed()
The number of checks that failed.
|
Integer |
getPassed()
The number of checks that passed.
|
Integer |
getSkipped()
The number of checks that were skipped.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailed(Integer failed)
The number of checks that failed.
|
void |
setPassed(Integer passed)
The number of checks that passed.
|
void |
setSkipped(Integer skipped)
The number of checks that were skipped.
|
String |
toString()
Returns a string representation of this object.
|
StatusCounts |
withFailed(Integer failed)
The number of checks that failed.
|
StatusCounts |
withPassed(Integer passed)
The number of checks that passed.
|
StatusCounts |
withSkipped(Integer skipped)
The number of checks that were skipped.
|
public void setFailed(Integer failed)
The number of checks that failed.
failed
- The number of checks that failed.public Integer getFailed()
The number of checks that failed.
public StatusCounts withFailed(Integer failed)
The number of checks that failed.
failed
- The number of checks that failed.public void setPassed(Integer passed)
The number of checks that passed.
passed
- The number of checks that passed.public Integer getPassed()
The number of checks that passed.
public StatusCounts withPassed(Integer passed)
The number of checks that passed.
passed
- The number of checks that passed.public void setSkipped(Integer skipped)
The number of checks that were skipped.
skipped
- The number of checks that were skipped.public Integer getSkipped()
The number of checks that were skipped.
public StatusCounts withSkipped(Integer skipped)
The number of checks that were skipped.
skipped
- The number of checks that were skipped.public String toString()
toString
in class Object
Object.toString()
public StatusCounts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.