public class ListPipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for ListPipelines.
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 |
getMarker()
The starting point for the results to be returned.
|
int |
hashCode() |
void |
setMarker(String marker)
The starting point for the results to be returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesRequest |
withMarker(String marker)
The starting point for the results to be returned.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMarker(String marker)
The starting point for the results to be returned. For the first call,
this value should be empty. As long as there are more results, continue
to call ListPipelines
with the marker value from the
previous call to retrieve the next set of results.
marker
- The starting point for the results to be returned. For the first
call, this value should be empty. As long as there are more
results, continue to call ListPipelines
with the
marker value from the previous call to retrieve the next set of
results.public String getMarker()
The starting point for the results to be returned. For the first call,
this value should be empty. As long as there are more results, continue
to call ListPipelines
with the marker value from the
previous call to retrieve the next set of results.
ListPipelines
with the
marker value from the previous call to retrieve the next set of
results.public ListPipelinesRequest withMarker(String marker)
The starting point for the results to be returned. For the first call,
this value should be empty. As long as there are more results, continue
to call ListPipelines
with the marker value from the
previous call to retrieve the next set of results.
marker
- The starting point for the results to be returned. For the first
call, this value should be empty. As long as there are more
results, continue to call ListPipelines
with the
marker value from the previous call to retrieve the next set 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.