public class ListJobsResult
extends java.lang.Object
implements java.io.Serializable
Contains the Amazon Glacier response to your request.
| コンストラクタと説明 |
|---|
ListJobsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<GlacierJobDescription> |
getJobList()
A list of job objects.
|
java.lang.String |
getMarker()
An opaque string that represents where to continue pagination of the
results.
|
int |
hashCode() |
void |
setJobList(java.util.Collection<GlacierJobDescription> jobList)
A list of job objects.
|
void |
setMarker(java.lang.String marker)
An opaque string that represents where to continue pagination of the
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsResult |
withJobList(java.util.Collection<GlacierJobDescription> jobList)
A list of job objects.
|
ListJobsResult |
withJobList(GlacierJobDescription... jobList)
A list of job objects.
|
ListJobsResult |
withMarker(java.lang.String marker)
An opaque string that represents where to continue pagination of the
results.
|
public java.util.List<GlacierJobDescription> getJobList()
public void setJobList(java.util.Collection<GlacierJobDescription> jobList)
jobList - A list of job objects. Each job object contains metadata describing
the job.public ListJobsResult withJobList(GlacierJobDescription... jobList)
Returns a reference to this object so that method calls can be chained together.
jobList - A list of job objects. Each job object contains metadata describing
the job.public ListJobsResult withJobList(java.util.Collection<GlacierJobDescription> jobList)
Returns a reference to this object so that method calls can be chained together.
jobList - A list of job objects. Each job object contains metadata describing
the job.public java.lang.String getMarker()
null.null.public void setMarker(java.lang.String marker)
null.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 is
null.public ListJobsResult withMarker(java.lang.String marker)
null.
Returns a reference to this object so that method calls can be chained together.
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 is
null.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object