public class DescribeObjectsResult extends Object implements Serializable, Cloneable
Contains the output of DescribeObjects.
Constructor and Description |
---|
DescribeObjectsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeObjectsResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHasMoreResults()
Indicates whether there are more results to return.
|
String |
getMarker()
The starting point for the next page of results.
|
List<PipelineObject> |
getPipelineObjects()
An array of object definitions.
|
int |
hashCode() |
Boolean |
isHasMoreResults()
Indicates whether there are more results to return.
|
void |
setHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeObjectsResult |
withHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more 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.
|
DescribeObjectsResult |
withPipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions.
|
public List<PipelineObject> getPipelineObjects()
public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
pipelineObjects
- An array of object definitions.public DescribeObjectsResult withPipelineObjects(PipelineObject... pipelineObjects)
NOTE: This method appends the values to the existing list (if
any). Use setPipelineObjects(java.util.Collection)
or withPipelineObjects(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.
pipelineObjects
- An array of object definitions.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.public String getMarker()
DescribeObjects
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]*
DescribeObjects
again with this marker
value. If the value is null, there are no more results.public void setMarker(String marker)
DescribeObjects
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 DescribeObjects
again with this marker
value. If the value is null, there are no more results.public DescribeObjectsResult withMarker(String marker)
DescribeObjects
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 DescribeObjects
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 to return.public DescribeObjectsResult withHasMoreResults(Boolean hasMoreResults)
Returns a reference to this object so that method calls can be chained together.
hasMoreResults
- Indicates whether there are more results to return.public Boolean getHasMoreResults()
public String toString()
toString
in class Object
Object.toString()
public DescribeObjectsResult clone()
Copyright © 2015. All rights reserved.