|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.DescribeObjectsResult
public class DescribeObjectsResult
If True
, there are more results that can be returned in another call to DescribeObjects.
Constructor Summary | |
---|---|
DescribeObjectsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeObjectsResult()
Method Detail |
---|
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: [ -??-??-?\r\n\t]*
public void setMarker(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(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 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |