@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Counters extends Object implements Serializable, Cloneable, StructuredPojo
Represents entity counters.
Constructor and Description |
---|
Counters() |
Modifier and Type | Method and Description |
---|---|
Counters |
clone() |
boolean |
equals(Object obj) |
Integer |
getErrored()
The number of errored entities.
|
Integer |
getFailed()
The number of failed entities.
|
Integer |
getPassed()
The number of passed entities.
|
Integer |
getSkipped()
The number of skipped entities.
|
Integer |
getStopped()
The number of stopped entities.
|
Integer |
getTotal()
The total number of entities.
|
Integer |
getWarned()
The number of warned entities.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrored(Integer errored)
The number of errored entities.
|
void |
setFailed(Integer failed)
The number of failed entities.
|
void |
setPassed(Integer passed)
The number of passed entities.
|
void |
setSkipped(Integer skipped)
The number of skipped entities.
|
void |
setStopped(Integer stopped)
The number of stopped entities.
|
void |
setTotal(Integer total)
The total number of entities.
|
void |
setWarned(Integer warned)
The number of warned entities.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Counters |
withErrored(Integer errored)
The number of errored entities.
|
Counters |
withFailed(Integer failed)
The number of failed entities.
|
Counters |
withPassed(Integer passed)
The number of passed entities.
|
Counters |
withSkipped(Integer skipped)
The number of skipped entities.
|
Counters |
withStopped(Integer stopped)
The number of stopped entities.
|
Counters |
withTotal(Integer total)
The total number of entities.
|
Counters |
withWarned(Integer warned)
The number of warned entities.
|
public void setTotal(Integer total)
The total number of entities.
total
- The total number of entities.public Integer getTotal()
The total number of entities.
public Counters withTotal(Integer total)
The total number of entities.
total
- The total number of entities.public void setPassed(Integer passed)
The number of passed entities.
passed
- The number of passed entities.public Integer getPassed()
The number of passed entities.
public Counters withPassed(Integer passed)
The number of passed entities.
passed
- The number of passed entities.public void setFailed(Integer failed)
The number of failed entities.
failed
- The number of failed entities.public Integer getFailed()
The number of failed entities.
public Counters withFailed(Integer failed)
The number of failed entities.
failed
- The number of failed entities.public void setWarned(Integer warned)
The number of warned entities.
warned
- The number of warned entities.public Integer getWarned()
The number of warned entities.
public Counters withWarned(Integer warned)
The number of warned entities.
warned
- The number of warned entities.public void setErrored(Integer errored)
The number of errored entities.
errored
- The number of errored entities.public Integer getErrored()
The number of errored entities.
public Counters withErrored(Integer errored)
The number of errored entities.
errored
- The number of errored entities.public void setStopped(Integer stopped)
The number of stopped entities.
stopped
- The number of stopped entities.public Integer getStopped()
The number of stopped entities.
public Counters withStopped(Integer stopped)
The number of stopped entities.
stopped
- The number of stopped entities.public void setSkipped(Integer skipped)
The number of skipped entities.
skipped
- The number of skipped entities.public Integer getSkipped()
The number of skipped entities.
public Counters withSkipped(Integer skipped)
The number of skipped entities.
skipped
- The number of skipped entities.public String toString()
toString
in class Object
Object.toString()
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.