@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobProgress extends Object implements Serializable, Cloneable, StructuredPojo
Indicates the completion progress for a batch job.
Constructor and Description |
---|
JobProgress() |
Modifier and Type | Method and Description |
---|---|
JobProgress |
clone() |
boolean |
equals(Object obj) |
Integer |
getPercentComplete()
Shows the completed percentage of enrollment or registration requests listed in the input file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPercentComplete(Integer percentComplete)
Shows the completed percentage of enrollment or registration requests listed in the input file.
|
String |
toString()
Returns a string representation of this object.
|
JobProgress |
withPercentComplete(Integer percentComplete)
Shows the completed percentage of enrollment or registration requests listed in the input file.
|
public void setPercentComplete(Integer percentComplete)
Shows the completed percentage of enrollment or registration requests listed in the input file.
percentComplete
- Shows the completed percentage of enrollment or registration requests listed in the input file.public Integer getPercentComplete()
Shows the completed percentage of enrollment or registration requests listed in the input file.
public JobProgress withPercentComplete(Integer percentComplete)
Shows the completed percentage of enrollment or registration requests listed in the input file.
percentComplete
- Shows the completed percentage of enrollment or registration requests listed in the input file.public String toString()
toString
in class Object
Object.toString()
public JobProgress clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.