@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdMappingJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIdMappingJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIdMappingJobsResult |
clone() |
boolean |
equals(Object obj) |
List<JobSummary> |
getJobs()
A list of
JobSummary objects. |
String |
getNextToken()
The pagination token from the previous API call.
|
int |
hashCode() |
void |
setJobs(Collection<JobSummary> jobs)
A list of
JobSummary objects. |
void |
setNextToken(String nextToken)
The pagination token from the previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListIdMappingJobsResult |
withJobs(Collection<JobSummary> jobs)
A list of
JobSummary objects. |
ListIdMappingJobsResult |
withJobs(JobSummary... jobs)
A list of
JobSummary objects. |
ListIdMappingJobsResult |
withNextToken(String nextToken)
The pagination token from the previous API call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<JobSummary> getJobs()
A list of JobSummary objects.
JobSummary objects.public void setJobs(Collection<JobSummary> jobs)
A list of JobSummary objects.
jobs - A list of JobSummary objects.public ListIdMappingJobsResult withJobs(JobSummary... jobs)
A list of JobSummary objects.
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 - A list of JobSummary objects.public ListIdMappingJobsResult withJobs(Collection<JobSummary> jobs)
A list of JobSummary objects.
jobs - A list of JobSummary objects.public void setNextToken(String nextToken)
The pagination token from the previous API call.
nextToken - The pagination token from the previous API call.public String getNextToken()
The pagination token from the previous API call.
public ListIdMappingJobsResult withNextToken(String nextToken)
The pagination token from the previous API call.
nextToken - The pagination token from the previous API call.public String toString()
toString in class ObjectObject.toString()public ListIdMappingJobsResult clone()