@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
ListJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListJobsResult |
clone() |
boolean |
equals(Object obj) |
List<GlacierJobDescription> |
getJobList()
A list of job objects.
|
String |
getMarker()
An opaque string used for pagination that specifies the job at which the listing of jobs should begin.
|
int |
hashCode() |
void |
setJobList(Collection<GlacierJobDescription> jobList)
A list of job objects.
|
void |
setMarker(String marker)
An opaque string used for pagination that specifies the job at which the listing of jobs should begin.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListJobsResult |
withJobList(Collection<GlacierJobDescription> jobList)
A list of job objects.
|
ListJobsResult |
withJobList(GlacierJobDescription... jobList)
A list of job objects.
|
ListJobsResult |
withMarker(String marker)
An opaque string used for pagination that specifies the job at which the listing of jobs should begin.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GlacierJobDescription> getJobList()
A list of job objects. Each job object contains metadata describing the job.
public void setJobList(Collection<GlacierJobDescription> jobList)
A list of job objects. Each job object contains metadata describing the job.
jobList
- A list of job objects. Each job object contains metadata describing the job.public ListJobsResult withJobList(GlacierJobDescription... jobList)
A list of job objects. Each job object contains metadata describing the job.
NOTE: This method appends the values to the existing list (if any). Use
setJobList(java.util.Collection)
or withJobList(java.util.Collection)
if you want to override
the existing values.
jobList
- A list of job objects. Each job object contains metadata describing the job.public ListJobsResult withJobList(Collection<GlacierJobDescription> jobList)
A list of job objects. Each job object contains metadata describing the job.
jobList
- A list of job objects. Each job object contains metadata describing the job.public void setMarker(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
- 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.public String getMarker()
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 ListJobsResult withMarker(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
- 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.public String toString()
toString
in class Object
Object.toString()
public ListJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.