Class ListPipelinesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a list pipelines action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.The list of pipelines.int
hashCode()
void
setNextToken
(String nextToken) If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.void
setPipelines
(Collection<PipelineSummary> pipelines) The list of pipelines.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.withPipelines
(PipelineSummary... pipelines) The list of pipelines.withPipelines
(Collection<PipelineSummary> pipelines) The list of pipelines.
-
Constructor Details
-
ListPipelinesResult
public ListPipelinesResult()
-
-
Method Details
-
getPipelines
The list of pipelines.
- Returns:
- The list of pipelines.
-
setPipelines
The list of pipelines.
- Parameters:
pipelines
- The list of pipelines.
-
withPipelines
The list of pipelines.
NOTE: This method appends the values to the existing list (if any). Use
setPipelines(java.util.Collection)
orwithPipelines(java.util.Collection)
if you want to override the existing values.- Parameters:
pipelines
- The list of pipelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPipelines
The list of pipelines.
- Parameters:
pipelines
- The list of pipelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
- Parameters:
nextToken
- If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
-
getNextToken
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
- Returns:
- If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
-
withNextToken
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
- Parameters:
nextToken
- If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-