@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClassificationJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListClassificationJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListClassificationJobsResult |
clone() |
boolean |
equals(Object obj) |
List<JobSummary> |
getItems()
An array of objects, one for each job that matches the filter criteria specified in the request.
|
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
setItems(Collection<JobSummary> items)
An array of objects, one for each job that matches the filter criteria specified in the request.
|
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ListClassificationJobsResult |
withItems(Collection<JobSummary> items)
An array of objects, one for each job that matches the filter criteria specified in the request.
|
ListClassificationJobsResult |
withItems(JobSummary... items)
An array of objects, one for each job that matches the filter criteria specified in the request.
|
ListClassificationJobsResult |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobSummary> getItems()
An array of objects, one for each job that matches the filter criteria specified in the request.
public void setItems(Collection<JobSummary> items)
An array of objects, one for each job that matches the filter criteria specified in the request.
items
- An array of objects, one for each job that matches the filter criteria specified in the request.public ListClassificationJobsResult withItems(JobSummary... items)
An array of objects, one for each job that matches the filter criteria specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- An array of objects, one for each job that matches the filter criteria specified in the request.public ListClassificationJobsResult withItems(Collection<JobSummary> items)
An array of objects, one for each job that matches the filter criteria specified in the request.
items
- An array of objects, one for each job that matches the filter criteria specified in the request.public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ListClassificationJobsResult withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String toString()
toString
in class Object
Object.toString()
public ListClassificationJobsResult clone()