@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeJobsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobsResult |
clone() |
boolean |
equals(Object obj) |
List<JobDetail> |
getJobs()
The list of jobs.
|
int |
hashCode() |
void |
setJobs(Collection<JobDetail> jobs)
The list of jobs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeJobsResult |
withJobs(Collection<JobDetail> jobs)
The list of jobs.
|
DescribeJobsResult |
withJobs(JobDetail... jobs)
The list of jobs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobs(Collection<JobDetail> jobs)
The list of jobs.
jobs
- The list of jobs.public DescribeJobsResult withJobs(JobDetail... jobs)
The list of jobs.
NOTE: This method appends the values to the existing list (if any). Use
setJobs(java.util.Collection)
or withJobs(java.util.Collection)
if you want to override the
existing values.
jobs
- The list of jobs.public DescribeJobsResult withJobs(Collection<JobDetail> jobs)
The list of jobs.
jobs
- The list of jobs.public String toString()
toString
in class Object
Object.toString()
public DescribeJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.