@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelinesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPipelinesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When
nextToken is returned, there are more results available. |
List<PipelineSummary> |
getPipelines()
A list of all existing Data Prepper pipelines.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
void |
setPipelines(Collection<PipelineSummary> pipelines)
A list of all existing Data Prepper pipelines.
|
String |
toString()
Returns a string representation of this object.
|
ListPipelinesResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListPipelinesResult |
withPipelines(Collection<PipelineSummary> pipelines)
A list of all existing Data Prepper pipelines.
|
ListPipelinesResult |
withPipelines(PipelineSummary... pipelines)
A list of all existing Data Prepper pipelines.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public ListPipelinesResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public List<PipelineSummary> getPipelines()
A list of all existing Data Prepper pipelines.
public void setPipelines(Collection<PipelineSummary> pipelines)
A list of all existing Data Prepper pipelines.
pipelines - A list of all existing Data Prepper pipelines.public ListPipelinesResult withPipelines(PipelineSummary... pipelines)
A list of all existing Data Prepper 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 - A list of all existing Data Prepper pipelines.public ListPipelinesResult withPipelines(Collection<PipelineSummary> pipelines)
A list of all existing Data Prepper pipelines.
pipelines - A list of all existing Data Prepper pipelines.public String toString()
toString in class ObjectObject.toString()public ListPipelinesResult clone()