public class ListPipelinesRequest extends AmazonWebServiceRequest implements Serializable
ListPipelines operation
.
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
NOOP
Constructor and Description |
---|
ListPipelinesRequest() |
Modifier and Type | Method and Description |
---|---|
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. |
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getAscending()
true
. To list pipelines in
reverse chronological order, enter false
.
Constraints:
Pattern: (^true$)|(^false$)
true
. To list pipelines in
reverse chronological order, enter false
.public void setAscending(String ascending)
true
. To list pipelines in
reverse chronological order, enter false
.
Constraints:
Pattern: (^true$)|(^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 ListPipelinesRequest withAscending(String ascending)
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$)
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 getPageToken()
pageToken
in subsequent GET
requests to get
each successive page of results.
Constraints:
Pattern: ^\d{13}-\w{6}$
pageToken
in subsequent GET
requests to get
each successive page of results.public void setPageToken(String pageToken)
pageToken
in subsequent GET
requests to get
each successive page of results.
Constraints:
Pattern: ^\d{13}-\w{6}$
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 ListPipelinesRequest withPageToken(String pageToken)
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}$
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()
Copyright © 2014. All rights reserved.