public class ListPipelinesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of ListPipelines.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
hasMoreResults
Indicates whether there are more results that can be obtained by a
subsequent call.
|
private java.lang.String |
marker
The starting point for the next page of results.
|
private SdkInternalList<PipelineIdName> |
pipelineIdList
The pipeline identifiers.
|
Constructor and Description |
---|
ListPipelinesResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getHasMoreResults()
Indicates whether there are more results that can be obtained by a
subsequent call.
|
java.lang.String |
getMarker()
The starting point for the next page of results.
|
java.util.List<PipelineIdName> |
getPipelineIdList()
The pipeline identifiers.
|
int |
hashCode() |
java.lang.Boolean |
isHasMoreResults()
Indicates whether there are more results that can be obtained by a
subsequent call.
|
void |
setHasMoreResults(java.lang.Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a
subsequent call.
|
void |
setMarker(java.lang.String marker)
The starting point for the next page of results.
|
void |
setPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesResult |
withHasMoreResults(java.lang.Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a
subsequent call.
|
ListPipelinesResult |
withMarker(java.lang.String marker)
The starting point for the next page of results.
|
ListPipelinesResult |
withPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
ListPipelinesResult |
withPipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers.
|
private SdkInternalList<PipelineIdName> pipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
private java.lang.String marker
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.
private java.lang.Boolean hasMoreResults
Indicates whether there are more results that can be obtained by a subsequent call.
public java.util.List<PipelineIdName> getPipelineIdList()
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
public void setPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
pipelineIdList
- The pipeline identifiers. If you require additional information
about the pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public ListPipelinesResult withPipelineIdList(PipelineIdName... pipelineIdList)
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)
or
withPipelineIdList(java.util.Collection)
if you want to override
the existing values.
pipelineIdList
- The pipeline identifiers. If you require additional information
about the pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public ListPipelinesResult withPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
pipelineIdList
- The pipeline identifiers. If you require additional information
about the pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public void setMarker(java.lang.String marker)
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.
marker
- 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.public java.lang.String 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.
ListPipelinesOutput
again with
this marker value. If the value is null, there are no more
results.public ListPipelinesResult withMarker(java.lang.String marker)
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.
marker
- 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.public void setHasMoreResults(java.lang.Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults
- Indicates whether there are more results that can be obtained by a
subsequent call.public java.lang.Boolean getHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public ListPipelinesResult withHasMoreResults(java.lang.Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults
- Indicates whether there are more results that can be obtained by a
subsequent call.public java.lang.Boolean isHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListPipelinesResult clone()
clone
in class java.lang.Object