@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunStatisticsForAssets extends Object implements Serializable, Cloneable, StructuredPojo
The asset statistics from the data source run.
Constructor and Description |
---|
RunStatisticsForAssets() |
Modifier and Type | Method and Description |
---|---|
RunStatisticsForAssets |
clone() |
boolean |
equals(Object obj) |
Integer |
getAdded()
The
added statistic for the data source run. |
Integer |
getFailed()
The
failed statistic for the data source run. |
Integer |
getSkipped()
The
skipped statistic for the data source run. |
Integer |
getUnchanged()
The
unchanged statistic for the data source run. |
Integer |
getUpdated()
The
updated statistic for the data source run. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdded(Integer added)
The
added statistic for the data source run. |
void |
setFailed(Integer failed)
The
failed statistic for the data source run. |
void |
setSkipped(Integer skipped)
The
skipped statistic for the data source run. |
void |
setUnchanged(Integer unchanged)
The
unchanged statistic for the data source run. |
void |
setUpdated(Integer updated)
The
updated statistic for the data source run. |
String |
toString()
Returns a string representation of this object.
|
RunStatisticsForAssets |
withAdded(Integer added)
The
added statistic for the data source run. |
RunStatisticsForAssets |
withFailed(Integer failed)
The
failed statistic for the data source run. |
RunStatisticsForAssets |
withSkipped(Integer skipped)
The
skipped statistic for the data source run. |
RunStatisticsForAssets |
withUnchanged(Integer unchanged)
The
unchanged statistic for the data source run. |
RunStatisticsForAssets |
withUpdated(Integer updated)
The
updated statistic for the data source run. |
public void setAdded(Integer added)
The added
statistic for the data source run.
added
- The added
statistic for the data source run.public Integer getAdded()
The added
statistic for the data source run.
added
statistic for the data source run.public RunStatisticsForAssets withAdded(Integer added)
The added
statistic for the data source run.
added
- The added
statistic for the data source run.public void setFailed(Integer failed)
The failed
statistic for the data source run.
failed
- The failed
statistic for the data source run.public Integer getFailed()
The failed
statistic for the data source run.
failed
statistic for the data source run.public RunStatisticsForAssets withFailed(Integer failed)
The failed
statistic for the data source run.
failed
- The failed
statistic for the data source run.public void setSkipped(Integer skipped)
The skipped
statistic for the data source run.
skipped
- The skipped
statistic for the data source run.public Integer getSkipped()
The skipped
statistic for the data source run.
skipped
statistic for the data source run.public RunStatisticsForAssets withSkipped(Integer skipped)
The skipped
statistic for the data source run.
skipped
- The skipped
statistic for the data source run.public void setUnchanged(Integer unchanged)
The unchanged
statistic for the data source run.
unchanged
- The unchanged
statistic for the data source run.public Integer getUnchanged()
The unchanged
statistic for the data source run.
unchanged
statistic for the data source run.public RunStatisticsForAssets withUnchanged(Integer unchanged)
The unchanged
statistic for the data source run.
unchanged
- The unchanged
statistic for the data source run.public void setUpdated(Integer updated)
The updated
statistic for the data source run.
updated
- The updated
statistic for the data source run.public Integer getUpdated()
The updated
statistic for the data source run.
updated
statistic for the data source run.public RunStatisticsForAssets withUpdated(Integer updated)
The updated
statistic for the data source run.
updated
- The updated
statistic for the data source run.public String toString()
toString
in class Object
Object.toString()
public RunStatisticsForAssets clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.