ToCopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListJobsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
Contains the Amazon Glacier response to your request.
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<GlacierJobDescription> |
jobList() |
A list of job objects.
|
String |
marker() |
An opaque string used for pagination that specifies the job at which the listing of jobs should begin.
|
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<GlacierJobDescription> jobList()
A list of job objects. Each job object contains metadata describing the job.
public String marker()
An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get
the marker
value from a previous List Jobs response. You only need to include the marker if you are
continuing the pagination of the results started in a previous List Jobs request.
marker
value from a previous List Jobs response. You only need to include the
marker if you are continuing the pagination of the results started in a previous List Jobs request.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.