public class ListPipelinesRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListPipelines operation.
Returns a list of pipeline identifiers for all active pipelines. Identifiers are returned only for pipelines you have permission to access.
| コンストラクタと説明 |
|---|
ListPipelinesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
The starting point for the results to be returned.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
The starting point for the results to be returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesRequest |
withMarker(java.lang.String marker)
The starting point for the results to be returned.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getMarker()
HasMoreResults as True, you
can call ListPipelines again and pass the marker value from the
response to retrieve the next set of results.
Constraints:
Length: 0 - 1024
Pattern: [ --�𐀀-\r\n\t]*
HasMoreResults as True, you
can call ListPipelines again and pass the marker value from the
response to retrieve the next set of results.public void setMarker(java.lang.String marker)
HasMoreResults as True, you
can call ListPipelines again and pass the marker value from the
response to retrieve the next set of results.
Constraints:
Length: 0 - 1024
Pattern: [ --�𐀀-\r\n\t]*
marker - The starting point for the results to be returned. The first time you
call ListPipelines, this value should be empty. As long as the
action returns HasMoreResults as True, you
can call ListPipelines again and pass the marker value from the
response to retrieve the next set of results.public ListPipelinesRequest withMarker(java.lang.String marker)
HasMoreResults as True, you
can call ListPipelines again and pass the marker value from the
response to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [ --�𐀀-\r\n\t]*
marker - The starting point for the results to be returned. The first time you
call ListPipelines, this value should be empty. As long as the
action returns HasMoreResults as True, you
can call ListPipelines again and pass the marker value from the
response to retrieve the next set of results.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object