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<JobListEntry> |
jobListEntries() |
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
String |
nextToken() |
HTTP requests are stateless.
|
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, setSdkResponseMetadata
public List<JobListEntry> jobListEntries()
Each JobListEntry
object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs.
JobListEntry
object contains a job's state, a job's ID, and a value that indicates
whether the job is a job part, in the case of export jobs.public String nextToken()
HTTP requests are stateless. If you use this automatically generated NextToken
value in your next
ListJobs
call, your returned JobListEntry
objects will start from this point in the
array.
NextToken
value in your
next ListJobs
call, your returned JobListEntry
objects will start from this
point in the array.public ListJobsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.