public class DescribeObjectsResult
extends java.lang.Object
implements java.io.Serializable
If True , there are more results that can be returned in another call to DescribeObjects.
| コンストラクタと説明 |
|---|
DescribeObjectsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getHasMoreResults()
If
True, there are more pages of results to return. |
java.lang.String |
getMarker()
The starting point for the next page of results.
|
java.util.List<PipelineObject> |
getPipelineObjects()
An array of object definitions that are returned by the call to
DescribeObjects.
|
int |
hashCode() |
java.lang.Boolean |
isHasMoreResults()
If
True, there are more pages of results to return. |
void |
setHasMoreResults(java.lang.Boolean hasMoreResults)
If
True, there are more pages of results to return. |
void |
setMarker(java.lang.String marker)
The starting point for the next page of results.
|
void |
setPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
An array of object definitions that are returned by the call to
DescribeObjects.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeObjectsResult |
withHasMoreResults(java.lang.Boolean hasMoreResults)
If
True, there are more pages of results to return. |
DescribeObjectsResult |
withMarker(java.lang.String marker)
The starting point for the next page of results.
|
DescribeObjectsResult |
withPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
An array of object definitions that are returned by the call to
DescribeObjects.
|
DescribeObjectsResult |
withPipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions that are returned by the call to
DescribeObjects.
|
public java.util.List<PipelineObject> getPipelineObjects()
public void setPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
pipelineObjects - An array of object definitions that are returned by the call to
DescribeObjects.public DescribeObjectsResult withPipelineObjects(PipelineObject... pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects - An array of object definitions that are returned by the call to
DescribeObjects.public DescribeObjectsResult withPipelineObjects(java.util.Collection<PipelineObject> pipelineObjects)
Returns a reference to this object so that method calls can be chained together.
pipelineObjects - An array of object definitions that are returned by the call to
DescribeObjects.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 - The starting point for the next page of results. To view the next page
of results, call DescribeObjects again with this marker value.public DescribeObjectsResult 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 - The starting point for the next page of results. To view the next page
of results, call DescribeObjects again with this marker value.public java.lang.Boolean isHasMoreResults()
True, there are more pages of results to return.True, there are more pages of results to return.public void setHasMoreResults(java.lang.Boolean hasMoreResults)
True, there are more pages of results to return.hasMoreResults - If True, there are more pages of results to return.public DescribeObjectsResult withHasMoreResults(java.lang.Boolean hasMoreResults)
True, there are more pages of results to return.
Returns a reference to this object so that method calls can be chained together.
hasMoreResults - If True, there are more pages of results to return.public java.lang.Boolean getHasMoreResults()
True, there are more pages of results to return.True, there are more pages of results to return.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