public class DescribeObjectsResult extends Object implements Serializable
If True
, there are more results that can be returned in
another call to DescribeObjects.
Constructor and Description |
---|
DescribeObjectsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getHasMoreResults()
If
True , there are more pages of results to return. |
String |
getMarker()
The starting point for the next page of results.
|
List<PipelineObject> |
getPipelineObjects()
An array of object definitions that are returned by the call to
DescribeObjects.
|
int |
hashCode() |
Boolean |
isHasMoreResults()
If
True , there are more pages of results to return. |
void |
setHasMoreResults(Boolean hasMoreResults)
If
True , there are more pages of results to return. |
void |
setMarker(String marker)
The starting point for the next page of results.
|
void |
setPipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of object definitions that are returned by the call to
DescribeObjects.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeObjectsResult |
withHasMoreResults(Boolean hasMoreResults)
If
True , there are more pages of results to return. |
DescribeObjectsResult |
withMarker(String marker)
The starting point for the next page of results.
|
DescribeObjectsResult |
withPipelineObjects(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 List<PipelineObject> getPipelineObjects()
public void setPipelineObjects(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(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 String getMarker()
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setMarker(String marker)
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 DescribeObjects again with this marker value.public DescribeObjectsResult withMarker(String marker)
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 DescribeObjects again with this marker value.public Boolean isHasMoreResults()
True
, there are more pages of results to return.True
, there are more pages of results to return.public void setHasMoreResults(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(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 Boolean getHasMoreResults()
True
, there are more pages of results to return.True
, there are more pages of results to return.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.