Class PollForJobsResult
java.lang.Object
com.amazonaws.services.codepipeline.model.PollForJobsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a poll for jobs action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getJobs()
Information about the jobs to take action on.int
hashCode()
void
setJobs
(Collection<Job> jobs) Information about the jobs to take action on.toString()
Returns a string representation of this object; useful for testing and debugging.Information about the jobs to take action on.withJobs
(Collection<Job> jobs) Information about the jobs to take action on.
-
Constructor Details
-
PollForJobsResult
public PollForJobsResult()
-
-
Method Details
-
getJobs
Information about the jobs to take action on.
- Returns:
- Information about the jobs to take action on.
-
setJobs
Information about the jobs to take action on.
- Parameters:
jobs
- Information about the jobs to take action on.
-
withJobs
Information about the jobs to take action on.
NOTE: This method appends the values to the existing list (if any). Use
setJobs(java.util.Collection)
orwithJobs(java.util.Collection)
if you want to override the existing values.- Parameters:
jobs
- Information about the jobs to take action on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withJobs
Information about the jobs to take action on.
- Parameters:
jobs
- Information about the jobs to take action on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-