@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobProcessDetails extends Object implements Serializable, Cloneable, StructuredPojo
The job process details.
Constructor and Description |
---|
JobProcessDetails() |
Modifier and Type | Method and Description |
---|---|
JobProcessDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getNumberOfCanceledThings()
The number of things that cancelled the job.
|
Integer |
getNumberOfFailedThings()
The number of things that failed executing the job.
|
Integer |
getNumberOfInProgressThings()
The number of things currently executing the job.
|
Integer |
getNumberOfQueuedThings()
The number of things that are awaiting execution of the job.
|
Integer |
getNumberOfRejectedThings()
The number of things that rejected the job.
|
Integer |
getNumberOfRemovedThings()
The number of things that are no longer scheduled to execute the job because they have been deleted or have been
removed from the group that was a target of the job.
|
Integer |
getNumberOfSucceededThings()
The number of things which successfully completed the job.
|
Integer |
getNumberOfTimedOutThings()
The number of things whose job execution status is
TIMED_OUT . |
List<String> |
getProcessingTargets()
The target devices to which the job execution is being rolled out.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNumberOfCanceledThings(Integer numberOfCanceledThings)
The number of things that cancelled the job.
|
void |
setNumberOfFailedThings(Integer numberOfFailedThings)
The number of things that failed executing the job.
|
void |
setNumberOfInProgressThings(Integer numberOfInProgressThings)
The number of things currently executing the job.
|
void |
setNumberOfQueuedThings(Integer numberOfQueuedThings)
The number of things that are awaiting execution of the job.
|
void |
setNumberOfRejectedThings(Integer numberOfRejectedThings)
The number of things that rejected the job.
|
void |
setNumberOfRemovedThings(Integer numberOfRemovedThings)
The number of things that are no longer scheduled to execute the job because they have been deleted or have been
removed from the group that was a target of the job.
|
void |
setNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of things which successfully completed the job.
|
void |
setNumberOfTimedOutThings(Integer numberOfTimedOutThings)
The number of things whose job execution status is
TIMED_OUT . |
void |
setProcessingTargets(Collection<String> processingTargets)
The target devices to which the job execution is being rolled out.
|
String |
toString()
Returns a string representation of this object.
|
JobProcessDetails |
withNumberOfCanceledThings(Integer numberOfCanceledThings)
The number of things that cancelled the job.
|
JobProcessDetails |
withNumberOfFailedThings(Integer numberOfFailedThings)
The number of things that failed executing the job.
|
JobProcessDetails |
withNumberOfInProgressThings(Integer numberOfInProgressThings)
The number of things currently executing the job.
|
JobProcessDetails |
withNumberOfQueuedThings(Integer numberOfQueuedThings)
The number of things that are awaiting execution of the job.
|
JobProcessDetails |
withNumberOfRejectedThings(Integer numberOfRejectedThings)
The number of things that rejected the job.
|
JobProcessDetails |
withNumberOfRemovedThings(Integer numberOfRemovedThings)
The number of things that are no longer scheduled to execute the job because they have been deleted or have been
removed from the group that was a target of the job.
|
JobProcessDetails |
withNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of things which successfully completed the job.
|
JobProcessDetails |
withNumberOfTimedOutThings(Integer numberOfTimedOutThings)
The number of things whose job execution status is
TIMED_OUT . |
JobProcessDetails |
withProcessingTargets(Collection<String> processingTargets)
The target devices to which the job execution is being rolled out.
|
JobProcessDetails |
withProcessingTargets(String... processingTargets)
The target devices to which the job execution is being rolled out.
|
public List<String> getProcessingTargets()
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
public void setProcessingTargets(Collection<String> processingTargets)
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
processingTargets
- The target devices to which the job execution is being rolled out. This value will be null after the job
execution has finished rolling out to all the target devices.public JobProcessDetails withProcessingTargets(String... processingTargets)
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
NOTE: This method appends the values to the existing list (if any). Use
setProcessingTargets(java.util.Collection)
or withProcessingTargets(java.util.Collection)
if
you want to override the existing values.
processingTargets
- The target devices to which the job execution is being rolled out. This value will be null after the job
execution has finished rolling out to all the target devices.public JobProcessDetails withProcessingTargets(Collection<String> processingTargets)
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
processingTargets
- The target devices to which the job execution is being rolled out. This value will be null after the job
execution has finished rolling out to all the target devices.public void setNumberOfCanceledThings(Integer numberOfCanceledThings)
The number of things that cancelled the job.
numberOfCanceledThings
- The number of things that cancelled the job.public Integer getNumberOfCanceledThings()
The number of things that cancelled the job.
public JobProcessDetails withNumberOfCanceledThings(Integer numberOfCanceledThings)
The number of things that cancelled the job.
numberOfCanceledThings
- The number of things that cancelled the job.public void setNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of things which successfully completed the job.
numberOfSucceededThings
- The number of things which successfully completed the job.public Integer getNumberOfSucceededThings()
The number of things which successfully completed the job.
public JobProcessDetails withNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of things which successfully completed the job.
numberOfSucceededThings
- The number of things which successfully completed the job.public void setNumberOfFailedThings(Integer numberOfFailedThings)
The number of things that failed executing the job.
numberOfFailedThings
- The number of things that failed executing the job.public Integer getNumberOfFailedThings()
The number of things that failed executing the job.
public JobProcessDetails withNumberOfFailedThings(Integer numberOfFailedThings)
The number of things that failed executing the job.
numberOfFailedThings
- The number of things that failed executing the job.public void setNumberOfRejectedThings(Integer numberOfRejectedThings)
The number of things that rejected the job.
numberOfRejectedThings
- The number of things that rejected the job.public Integer getNumberOfRejectedThings()
The number of things that rejected the job.
public JobProcessDetails withNumberOfRejectedThings(Integer numberOfRejectedThings)
The number of things that rejected the job.
numberOfRejectedThings
- The number of things that rejected the job.public void setNumberOfQueuedThings(Integer numberOfQueuedThings)
The number of things that are awaiting execution of the job.
numberOfQueuedThings
- The number of things that are awaiting execution of the job.public Integer getNumberOfQueuedThings()
The number of things that are awaiting execution of the job.
public JobProcessDetails withNumberOfQueuedThings(Integer numberOfQueuedThings)
The number of things that are awaiting execution of the job.
numberOfQueuedThings
- The number of things that are awaiting execution of the job.public void setNumberOfInProgressThings(Integer numberOfInProgressThings)
The number of things currently executing the job.
numberOfInProgressThings
- The number of things currently executing the job.public Integer getNumberOfInProgressThings()
The number of things currently executing the job.
public JobProcessDetails withNumberOfInProgressThings(Integer numberOfInProgressThings)
The number of things currently executing the job.
numberOfInProgressThings
- The number of things currently executing the job.public void setNumberOfRemovedThings(Integer numberOfRemovedThings)
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
numberOfRemovedThings
- The number of things that are no longer scheduled to execute the job because they have been deleted or
have been removed from the group that was a target of the job.public Integer getNumberOfRemovedThings()
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
public JobProcessDetails withNumberOfRemovedThings(Integer numberOfRemovedThings)
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
numberOfRemovedThings
- The number of things that are no longer scheduled to execute the job because they have been deleted or
have been removed from the group that was a target of the job.public void setNumberOfTimedOutThings(Integer numberOfTimedOutThings)
The number of things whose job execution status is TIMED_OUT
.
numberOfTimedOutThings
- The number of things whose job execution status is TIMED_OUT
.public Integer getNumberOfTimedOutThings()
The number of things whose job execution status is TIMED_OUT
.
TIMED_OUT
.public JobProcessDetails withNumberOfTimedOutThings(Integer numberOfTimedOutThings)
The number of things whose job execution status is TIMED_OUT
.
numberOfTimedOutThings
- The number of things whose job execution status is TIMED_OUT
.public String toString()
toString
in class Object
Object.toString()
public JobProcessDetails clone()
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.