Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elastictranscoder.model
Class ListJobsByPipelineResult

java.lang.Object
  extended by com.amazonaws.services.elastictranscoder.model.ListJobsByPipelineResult
All Implemented Interfaces:
Serializable

public class ListJobsByPipelineResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ListJobsByPipelineResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Job> getJobs()
          An array of Job objects that are in the specified pipeline.
 String getNextPageToken()
          A value that you use to access the second and subsequent pages of results, if any.
 int hashCode()
           
 void setJobs(Collection<Job> jobs)
          An array of Job objects that are in the specified pipeline.
 void setNextPageToken(String nextPageToken)
          A value that you use to access the second and subsequent pages of results, if any.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListJobsByPipelineResult withJobs(Collection<Job> jobs)
          An array of Job objects that are in the specified pipeline.
 ListJobsByPipelineResult withJobs(Job... jobs)
          An array of Job objects that are in the specified pipeline.
 ListJobsByPipelineResult withNextPageToken(String nextPageToken)
          A value that you use to access the second and subsequent pages of results, if any.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListJobsByPipelineResult

public ListJobsByPipelineResult()
Method Detail

getJobs

public List<Job> getJobs()
An array of Job objects that are in the specified pipeline.

Returns:
An array of Job objects that are in the specified pipeline.

setJobs

public void setJobs(Collection<Job> jobs)
An array of Job objects that are in the specified pipeline.

Parameters:
jobs - An array of Job objects that are in the specified pipeline.

withJobs

public ListJobsByPipelineResult withJobs(Job... jobs)
An array of Job objects that are in the specified pipeline.

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

Parameters:
jobs - An array of Job objects that are in the specified pipeline.
Returns:
A reference to this updated object so that method calls can be chained together.

withJobs

public ListJobsByPipelineResult withJobs(Collection<Job> jobs)
An array of Job objects that are in the specified pipeline.

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

Parameters:
jobs - An array of Job objects that are in the specified pipeline.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextPageToken

public String getNextPageToken()
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

Constraints:
Pattern: ^\d{13}-\w{6}$

Returns:
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

setNextPageToken

public void setNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

Constraints:
Pattern: ^\d{13}-\w{6}$

Parameters:
nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

withNextPageToken

public ListJobsByPipelineResult withNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

Constraints:
Pattern: ^\d{13}-\w{6}$

Parameters:
nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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