@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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
.
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 Object
Object.toString()
public ListPipelinesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.