public class ListPipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 The ListPipelineRequest structure.
 
NOOP| Constructor and Description | 
|---|
| ListPipelinesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPipelinesRequest | clone()Creates a shallow clone of this request. | 
| 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
  pageTokenin subsequentGETrequests 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
  pageTokenin subsequentGETrequests 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
  pageTokenin subsequentGETrequests to get
 each successive page of results. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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.
 
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.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.
 
true. To list
         pipelines in reverse chronological order, enter
         false.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.
 
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.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.
 
pageToken - When Elastic Transcoder returns more than one page of results, use
        pageToken in subsequent GET requests to
        get each successive page of results.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.
 
pageToken in subsequent GET
         requests to get each successive page of results.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.
 
pageToken - When Elastic Transcoder returns more than one page of results, use
        pageToken in subsequent GET requests to
        get each successive page of results.public String toString()
toString in class ObjectObject.toString()public ListPipelinesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.