|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.glacier.model.ListJobsResult
public class ListJobsResult
Contains the Amazon Glacier response to your request.
| Constructor Summary | |
|---|---|
ListJobsResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListJobsResult()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||