Class ListPipelinesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of ListPipelines.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates whether there are more results that can be obtained by a subsequent call.The starting point for the next page of results.The pipeline identifiers.int
hashCode()
Indicates whether there are more results that can be obtained by a subsequent call.void
setHasMoreResults
(Boolean hasMoreResults) Indicates whether there are more results that can be obtained by a subsequent call.void
The starting point for the next page of results.void
setPipelineIdList
(Collection<PipelineIdName> pipelineIdList) The pipeline identifiers.toString()
Returns a string representation of this object; useful for testing and debugging.withHasMoreResults
(Boolean hasMoreResults) Indicates whether there are more results that can be obtained by a subsequent call.withMarker
(String marker) The starting point for the next page of results.withPipelineIdList
(PipelineIdName... pipelineIdList) The pipeline identifiers.withPipelineIdList
(Collection<PipelineIdName> pipelineIdList) The pipeline identifiers.
-
Constructor Details
-
ListPipelinesResult
public ListPipelinesResult()
-
-
Method Details
-
getPipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
- Returns:
- The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
-
setPipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
- Parameters:
pipelineIdList
- The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
-
withPipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineIdList(java.util.Collection)
orwithPipelineIdList(java.util.Collection)
if you want to override the existing values.- Parameters:
pipelineIdList
- The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
- Parameters:
pipelineIdList
- The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more results.- Parameters:
marker
- The starting point for the next page of results. To view the next page of results, callListPipelinesOutput
again with this marker value. If the value is null, there are no more results.
-
getMarker
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more results.- Returns:
- The starting point for the next page of results. To view the next
page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more results.
-
withMarker
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more results.- Parameters:
marker
- The starting point for the next page of results. To view the next page of results, callListPipelinesOutput
again with this marker value. If the value is null, there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHasMoreResults
Indicates whether there are more results that can be obtained by a subsequent call.
- Parameters:
hasMoreResults
- Indicates whether there are more results that can be obtained by a subsequent call.
-
getHasMoreResults
Indicates whether there are more results that can be obtained by a subsequent call.
- Returns:
- Indicates whether there are more results that can be obtained by a subsequent call.
-
withHasMoreResults
Indicates whether there are more results that can be obtained by a subsequent call.
- Parameters:
hasMoreResults
- Indicates whether there are more results that can be obtained by a subsequent call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isHasMoreResults
Indicates whether there are more results that can be obtained by a subsequent call.
- Returns:
- Indicates whether there are more results that can be obtained by a subsequent call.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-