Class DescribeObjectsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeObjects.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates whether there are more results to return.The starting point for the next page of results.An array of object definitions.int
hashCode()
Indicates whether there are more results to return.void
setHasMoreResults
(Boolean hasMoreResults) Indicates whether there are more results to return.void
The starting point for the next page of results.void
setPipelineObjects
(Collection<PipelineObject> pipelineObjects) An array of object definitions.toString()
Returns a string representation of this object; useful for testing and debugging.withHasMoreResults
(Boolean hasMoreResults) Indicates whether there are more results to return.withMarker
(String marker) The starting point for the next page of results.withPipelineObjects
(PipelineObject... pipelineObjects) An array of object definitions.withPipelineObjects
(Collection<PipelineObject> pipelineObjects) An array of object definitions.
-
Constructor Details
-
DescribeObjectsResult
public DescribeObjectsResult()
-
-
Method Details
-
getPipelineObjects
An array of object definitions.
- Returns:
- An array of object definitions.
-
setPipelineObjects
An array of object definitions.
- Parameters:
pipelineObjects
- An array of object definitions.
-
withPipelineObjects
An array of object definitions.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineObjects(java.util.Collection)
orwithPipelineObjects(java.util.Collection)
if you want to override the existing values.- Parameters:
pipelineObjects
- An array of object definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPipelineObjects
An array of object definitions.
- Parameters:
pipelineObjects
- An array of object definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
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.- Parameters:
marker
- The starting point for the next page of results. To view the next page of results, callDescribeObjects
again with this marker value. If the value is null, there are no more results.
-
getMarker
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.- Returns:
- 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.
-
withMarker
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.- Parameters:
marker
- The starting point for the next page of results. To view the next page of results, callDescribeObjects
again with this marker value. If the value is null, there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHasMoreResults
Indicates whether there are more results to return.
- Parameters:
hasMoreResults
- Indicates whether there are more results to return.
-
getHasMoreResults
Indicates whether there are more results to return.
- Returns:
- Indicates whether there are more results to return.
-
withHasMoreResults
Indicates whether there are more results to return.
- Parameters:
hasMoreResults
- Indicates whether there are more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isHasMoreResults
Indicates whether there are more results to return.
- Returns:
- Indicates whether there are more results to return.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-