com.amazonaws.services.elastictranscoder.model
Class ListPipelinesRequest

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

public class ListPipelinesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the ListPipelines operation.

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.

See Also:
AmazonElasticTranscoder.listPipelines(ListPipelinesRequest), Serialized Form

Constructor Summary
ListPipelinesRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAscending()
          To list pipelines in chronological order by the date and time that they were created, enter true.
 String getPageToken()
          When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
 int hashCode()
           
 void setAscending(String ascending)
          To list pipelines in chronological order by the date and time that they were created, enter true.
 void setPageToken(String pageToken)
          When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListPipelinesRequest withAscending(String ascending)
          To list pipelines in chronological order by the date and time that they were created, enter true.
 ListPipelinesRequest withPageToken(String pageToken)
          When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListPipelinesRequest

public ListPipelinesRequest()
Method Detail

getAscending

public String getAscending()
To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

Constraints:
Pattern: (^true$)|(^false$)

Returns:
To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

setAscending

public void setAscending(String ascending)
To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

Constraints:
Pattern: (^true$)|(^false$)

Parameters:
ascending - To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

withAscending

public ListPipelinesRequest withAscending(String ascending)
To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

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

Constraints:
Pattern: (^true$)|(^false$)

Parameters:
ascending - To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.
Returns:
A reference to this updated object so that method calls can be chained together.

getPageToken

public String getPageToken()
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

Returns:
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

setPageToken

public void setPageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

Parameters:
pageToken - When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

withPageToken

public ListPipelinesRequest withPageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

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

Parameters:
pageToken - When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
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.