Class ListPipelinesRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Contains the parameters for ListPipelines.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe starting point for the results to be returned.inthashCode()voidThe starting point for the results to be returned.toString()Returns a string representation of this object; useful for testing and debugging.withMarker(String marker) The starting point for the results to be returned.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListPipelinesRequest
public ListPipelinesRequest()
-
-
Method Details
-
setMarker
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
ListPipelineswith the marker value from the previous call to retrieve the next set of results.- Parameters:
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 callListPipelineswith the marker value from the previous call to retrieve the next set of results.
-
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
ListPipelineswith the marker value from the previous call to retrieve the next set of results.- Returns:
- 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
ListPipelineswith the marker value from the previous call to retrieve the next set of results.
-
withMarker
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
ListPipelineswith the marker value from the previous call to retrieve the next set of results.- Parameters:
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 callListPipelineswith the marker value from the previous call to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-