ToCopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>@Generated("software.amazon.awssdk:codegen") public class ListJobsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListJobsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListJobsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<JobSummary> |
jobSummaryList() |
A list of job summaries that match the request.
|
String |
nextToken() |
The
nextToken value to include in a future ListJobs request. |
static Class<? extends ListJobsResponse.Builder> |
serializableBuilderClass() |
|
ListJobsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<JobSummary> jobSummaryList()
A list of job summaries that match the request.
public String nextToken()
The nextToken value to include in a future ListJobs request. When the results of a
ListJobs request exceed maxResults, this value can be used to retrieve the next page of
results. This value is null when there are no more results to return.
nextToken value to include in a future ListJobs request. When the results
of a ListJobs request exceed maxResults, this value can be used to retrieve the
next page of results. This value is null when there are no more results to return.public ListJobsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>public static ListJobsResponse.Builder builder()
public static Class<? extends ListJobsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.