public class ListPipelinesResult extends Object implements Serializable, Cloneable
Contains the output of ListPipelines.
Constructor and Description |
---|
ListPipelinesResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHasMoreResults()
Indicates whether there are more results that can be obtained by a
subsequent call.
|
String |
getMarker()
The starting point for the next page of results.
|
List<PipelineIdName> |
getPipelineIdList()
The pipeline identifiers.
|
int |
hashCode() |
Boolean |
isHasMoreResults()
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 |
setMarker(String marker)
The starting point for the next page of results.
|
void |
setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesResult |
withHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a
subsequent call.
|
ListPipelinesResult |
withMarker(String marker)
The starting point for the next page of results.
|
ListPipelinesResult |
withPipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
ListPipelinesResult |
withPipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers.
|
public List<PipelineIdName> getPipelineIdList()
public void setPipelineIdList(Collection<PipelineIdName> pipelineIdList)
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)
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.
Returns a reference to this object so that method calls can be chained together.
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(Collection<PipelineIdName> pipelineIdList)
Returns a reference to this object so that method calls can be chained together.
pipelineIdList
- The pipeline identifiers. If you require additional information about
the pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public String getMarker()
ListPipelinesOutput
again with this
marker value. If the value is null, there are no more results.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
ListPipelinesOutput
again with this
marker value. If the value is null, there are no more results.public void setMarker(String marker)
ListPipelinesOutput
again with this
marker value. If the value is null, there are no more results.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
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 ListPipelinesResult withMarker(String marker)
ListPipelinesOutput
again with this
marker value. If the value is null, there are no more results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
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 Boolean isHasMoreResults()
public void setHasMoreResults(Boolean hasMoreResults)
hasMoreResults
- Indicates whether there are more results that can be obtained by a
subsequent call.public ListPipelinesResult withHasMoreResults(Boolean hasMoreResults)
Returns a reference to this object so that method calls can be chained together.
hasMoreResults
- Indicates whether there are more results that can be obtained by a
subsequent call.public Boolean getHasMoreResults()
public String toString()
toString
in class Object
Object.toString()
public ListPipelinesResult clone()
Copyright © 2015. All rights reserved.