@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PollForThirdPartyJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a PollForThirdPartyJobs action.
Constructor and Description |
---|
PollForThirdPartyJobsResult() |
Modifier and Type | Method and Description |
---|---|
PollForThirdPartyJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ThirdPartyJob> |
getJobs()
Information about the jobs to take action on.
|
int |
hashCode() |
void |
setJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PollForThirdPartyJobsResult |
withJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
|
PollForThirdPartyJobsResult |
withJobs(ThirdPartyJob... jobs)
Information about the jobs to take action on.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ThirdPartyJob> getJobs()
Information about the jobs to take action on.
public void setJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
jobs
- Information about the jobs to take action on.public PollForThirdPartyJobsResult withJobs(ThirdPartyJob... jobs)
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)
or withJobs(java.util.Collection)
if you want to override the
existing values.
jobs
- Information about the jobs to take action on.public PollForThirdPartyJobsResult withJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
jobs
- Information about the jobs to take action on.public String toString()
toString
in class Object
Object.toString()
public PollForThirdPartyJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.