@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. | 
| 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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public PollForThirdPartyJobsResult clone()
Copyright © 2021. All rights reserved.