@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListPipelines
action.
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 |
getNextToken()
An identifier that was returned from the previous list pipelines call.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier that was returned from the previous list pipelines call.
|
String |
toString()
Returns a string representation of this object.
|
ListPipelinesRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous list pipelines call.
|
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 setNextToken(String nextToken)
An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.
nextToken
- An identifier that was returned from the previous list pipelines call. It can be used to return the next
set of pipelines in the list.public String getNextToken()
An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.
public ListPipelinesRequest withNextToken(String nextToken)
An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.
nextToken
- An identifier that was returned from the previous list pipelines call. It can be used to return the next
set of pipelines in the list.public String toString()
toString
in class Object
Object.toString()
public ListPipelinesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()