@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetadataTransferJobProgress extends Object implements Serializable, Cloneable, StructuredPojo
The metadata transfer job's progress.
Constructor and Description |
---|
MetadataTransferJobProgress() |
Modifier and Type | Method and Description |
---|---|
MetadataTransferJobProgress |
clone() |
boolean |
equals(Object obj) |
Integer |
getFailedCount()
The failed count.
|
Integer |
getSkippedCount()
The skipped count.
|
Integer |
getSucceededCount()
The succeeded count.
|
Integer |
getTotalCount()
The total count.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailedCount(Integer failedCount)
The failed count.
|
void |
setSkippedCount(Integer skippedCount)
The skipped count.
|
void |
setSucceededCount(Integer succeededCount)
The succeeded count.
|
void |
setTotalCount(Integer totalCount)
The total count.
|
String |
toString()
Returns a string representation of this object.
|
MetadataTransferJobProgress |
withFailedCount(Integer failedCount)
The failed count.
|
MetadataTransferJobProgress |
withSkippedCount(Integer skippedCount)
The skipped count.
|
MetadataTransferJobProgress |
withSucceededCount(Integer succeededCount)
The succeeded count.
|
MetadataTransferJobProgress |
withTotalCount(Integer totalCount)
The total count.
|
public void setTotalCount(Integer totalCount)
The total count. [of what]
totalCount
- The total count. [of what]public Integer getTotalCount()
The total count. [of what]
public MetadataTransferJobProgress withTotalCount(Integer totalCount)
The total count. [of what]
totalCount
- The total count. [of what]public void setSucceededCount(Integer succeededCount)
The succeeded count.
succeededCount
- The succeeded count.public Integer getSucceededCount()
The succeeded count.
public MetadataTransferJobProgress withSucceededCount(Integer succeededCount)
The succeeded count.
succeededCount
- The succeeded count.public void setSkippedCount(Integer skippedCount)
The skipped count.
skippedCount
- The skipped count.public Integer getSkippedCount()
The skipped count.
public MetadataTransferJobProgress withSkippedCount(Integer skippedCount)
The skipped count.
skippedCount
- The skipped count.public void setFailedCount(Integer failedCount)
The failed count.
failedCount
- The failed count.public Integer getFailedCount()
The failed count.
public MetadataTransferJobProgress withFailedCount(Integer failedCount)
The failed count.
failedCount
- The failed count.public String toString()
toString
in class Object
Object.toString()
public MetadataTransferJobProgress clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.