com.amazonaws.services.elastictranscoder.model
Class ListPipelinesResult

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

public class ListPipelinesResult
extends Object
implements Serializable

A list of the pipelines associated with the current AWS account.

See Also:
Serialized Form

Constructor Summary
ListPipelinesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextPageToken()
          A value that you use to access the second and subsequent pages of results, if any.
 List<Pipeline> getPipelines()
          An array of Pipeline objects.
 int hashCode()
           
 void setNextPageToken(String nextPageToken)
          A value that you use to access the second and subsequent pages of results, if any.
 void setPipelines(Collection<Pipeline> pipelines)
          An array of Pipeline objects.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListPipelinesResult withNextPageToken(String nextPageToken)
          A value that you use to access the second and subsequent pages of results, if any.
 ListPipelinesResult withPipelines(Collection<Pipeline> pipelines)
          An array of Pipeline objects.
 ListPipelinesResult withPipelines(Pipeline... pipelines)
          An array of Pipeline objects.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListPipelinesResult

public ListPipelinesResult()
Method Detail

getPipelines

public List<Pipeline> getPipelines()
An array of Pipeline objects.

Returns:
An array of Pipeline objects.

setPipelines

public void setPipelines(Collection<Pipeline> pipelines)
An array of Pipeline objects.

Parameters:
pipelines - An array of Pipeline objects.

withPipelines

public ListPipelinesResult withPipelines(Pipeline... pipelines)
An array of Pipeline objects.

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

Parameters:
pipelines - An array of Pipeline objects.
Returns:
A reference to this updated object so that method calls can be chained together.

withPipelines

public ListPipelinesResult withPipelines(Collection<Pipeline> pipelines)
An array of Pipeline objects.

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

Parameters:
pipelines - An array of Pipeline objects.
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 pipelines 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 pipelines 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 pipelines 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 pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

withNextPageToken

public ListPipelinesResult withNextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the pipelines 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 pipelines 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 © 2016. All rights reserved.