Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.glacier.model
Class ListJobsResult

java.lang.Object
  extended by com.amazonaws.services.glacier.model.ListJobsResult
All Implemented Interfaces:
java.io.Serializable

public class ListJobsResult
extends java.lang.Object
implements java.io.Serializable

Contains the Amazon Glacier response to your request.

See Also:
Serialized Form

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

ListJobsResult

public ListJobsResult()
Method Detail

getJobList

public java.util.List<GlacierJobDescription> 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

public void setJobList(java.util.Collection<GlacierJobDescription> jobList)
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

public ListJobsResult withJobList(GlacierJobDescription... jobList)
A list of job objects. Each job object contains metadata describing the job.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobList - A list of job objects. Each job object contains metadata describing the job.
Returns:
A reference to this updated object so that method calls can be chained together.

withJobList

public ListJobsResult withJobList(java.util.Collection<GlacierJobDescription> jobList)
A list of job objects. Each job object contains metadata describing the job.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobList - A list of job objects. Each job object contains metadata describing the job.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public java.lang.String 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.

setMarker

public void setMarker(java.lang.String 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.

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 is null.

withMarker

public ListJobsResult withMarker(java.lang.String 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.

Returns a reference to this object so that method calls can be chained together.

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 is null.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.