@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelinesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a ListPipelines
action.
Constructor and Description |
---|
ListPipelinesResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the amount of returned information is significantly large, an identifier is also returned.
|
List<PipelineSummary> |
getPipelines()
The list of pipelines.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned.
|
void |
setPipelines(Collection<PipelineSummary> pipelines)
The list of pipelines.
|
String |
toString()
Returns a string representation of this object.
|
ListPipelinesResult |
withNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned.
|
ListPipelinesResult |
withPipelines(Collection<PipelineSummary> pipelines)
The list of pipelines.
|
ListPipelinesResult |
withPipelines(PipelineSummary... pipelines)
The list of pipelines.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PipelineSummary> getPipelines()
The list of pipelines.
public void setPipelines(Collection<PipelineSummary> pipelines)
The list of pipelines.
pipelines
- The list of pipelines.public ListPipelinesResult withPipelines(PipelineSummary... pipelines)
The list of pipelines.
NOTE: This method appends the values to the existing list (if any). Use
setPipelines(java.util.Collection)
or withPipelines(java.util.Collection)
if you want to
override the existing values.
pipelines
- The list of pipelines.public ListPipelinesResult withPipelines(Collection<PipelineSummary> pipelines)
The list of pipelines.
pipelines
- The list of pipelines.public void setNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
nextToken
- If the amount of returned information is significantly large, an identifier is also returned. It can be
used in a subsequent list pipelines call to return the next set of pipelines in the list.public String getNextToken()
If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
public ListPipelinesResult withNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
nextToken
- If the amount of returned information is significantly large, an identifier is also returned. It can be
used in a subsequent list pipelines call to return the next set of pipelines in the list.public String toString()
toString
in class Object
Object.toString()
public ListPipelinesResult clone()