Class ListJobsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of job objects.An opaque string that represents where to continue pagination of the results.int
hashCode()
void
setJobList
(Collection<GlacierJobDescription> jobList) A list of job objects.void
An opaque string that represents where to continue pagination of the results.toString()
Returns a string representation of this object; useful for testing and debugging.withJobList
(GlacierJobDescription... jobList) A list of job objects.withJobList
(Collection<GlacierJobDescription> jobList) A list of job objects.withMarker
(String marker) An opaque string that represents where to continue pagination of the results.
-
Constructor Details
-
ListJobsResult
public ListJobsResult()
-
-
Method Details
-
getJobList
A list of job objects. Each job object contains metadata describing the job.
- Returns:
- A list of job objects. Each job object contains metadata describing the job.
-
setJobList
A list of job objects. Each job object contains metadata describing the job.
- Parameters:
jobList
- A list of job objects. Each job object contains metadata describing the job.
-
withJobList
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)
orwithJobList(java.util.Collection)
if you want to override the existing values.- Parameters:
jobList
- A list of job objects. Each job object contains metadata describing the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withJobList
A list of job objects. Each job object contains metadata describing the job.
- Parameters:
jobList
- A list of job objects. Each job object contains metadata describing the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is
null
.- Parameters:
marker
- An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value isnull
.
-
getMarker
An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is
null
.- Returns:
- An opaque string that represents where to continue pagination of
the results. You use this value in a new List Jobs request to
obtain more jobs in the list. If there are no more jobs, this
value is
null
.
-
withMarker
An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is
null
.- Parameters:
marker
- An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value isnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-