public class ListPipelinesResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the ListPipelines action.
| コンストラクタと説明 |
|---|
ListPipelinesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getHasMoreResults()
If
True, there are more results that can be obtained by a
subsequent call to ListPipelines. |
java.lang.String |
getMarker()
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
|
java.util.List<PipelineIdName> |
getPipelineIdList()
A list of all the pipeline identifiers that your account has
permission to access.
|
int |
hashCode() |
java.lang.Boolean |
isHasMoreResults()
If
True, there are more results that can be obtained by a
subsequent call to ListPipelines. |
void |
setHasMoreResults(java.lang.Boolean hasMoreResults)
If
True, there are more results that can be obtained by a
subsequent call to ListPipelines. |
void |
setMarker(java.lang.String marker)
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
|
void |
setPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
A list of all the pipeline identifiers that your account has
permission to access.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPipelinesResult |
withHasMoreResults(java.lang.Boolean hasMoreResults)
If
True, there are more results that can be obtained by a
subsequent call to ListPipelines. |
ListPipelinesResult |
withMarker(java.lang.String marker)
If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
|
ListPipelinesResult |
withPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
A list of all the pipeline identifiers that your account has
permission to access.
|
ListPipelinesResult |
withPipelineIdList(PipelineIdName... pipelineIdList)
A list of all the pipeline identifiers that your account has
permission to access.
|
public java.util.List<PipelineIdName> getPipelineIdList()
public void setPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
pipelineIdList - A list of all the pipeline identifiers that your account has
permission to access. If you require additional information about the
pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public ListPipelinesResult withPipelineIdList(PipelineIdName... pipelineIdList)
Returns a reference to this object so that method calls can be chained together.
pipelineIdList - A list of all the pipeline identifiers that your account has
permission to access. 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)
Returns a reference to this object so that method calls can be chained together.
pipelineIdList - A list of all the pipeline identifiers that your account has
permission to access. If you require additional information about the
pipelines, you can use these identifiers to call
DescribePipelines and GetPipelineDefinition.public java.lang.String getMarker()
Constraints:
Length: 0 - 1024
Pattern: [ --�𐀀-\r\n\t]*
public void setMarker(java.lang.String marker)
Constraints:
Length: 0 - 1024
Pattern: [ --�𐀀-\r\n\t]*
marker - If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
If null, there are no more pipeline identifiers.public ListPipelinesResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [ --�𐀀-\r\n\t]*
marker - If not null, indicates the starting point for the set of pipeline
identifiers that the next call to ListPipelines will retrieve.
If null, there are no more pipeline identifiers.public java.lang.Boolean isHasMoreResults()
True, there are more results that can be obtained by a
subsequent call to ListPipelines.True, there are more results that can be obtained by a
subsequent call to ListPipelines.public void setHasMoreResults(java.lang.Boolean hasMoreResults)
True, there are more results that can be obtained by a
subsequent call to ListPipelines.hasMoreResults - If True, there are more results that can be obtained by a
subsequent call to ListPipelines.public ListPipelinesResult withHasMoreResults(java.lang.Boolean hasMoreResults)
True, there are more results that can be obtained by a
subsequent call to ListPipelines.
Returns a reference to this object so that method calls can be chained together.
hasMoreResults - If True, there are more results that can be obtained by a
subsequent call to ListPipelines.public java.lang.Boolean getHasMoreResults()
True, there are more results that can be obtained by a
subsequent call to ListPipelines.True, there are more results that can be obtained by a
subsequent call to ListPipelines.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object