Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class DescribeObjectsResult

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.DescribeObjectsResult
All Implemented Interfaces:
Serializable

public class DescribeObjectsResult
extends Object
implements Serializable

If True , there are more results that can be returned in another call to DescribeObjects.

See Also:
Serialized Form

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

DescribeObjectsResult

public DescribeObjectsResult()
Method Detail

getPipelineObjects

public List<PipelineObject> getPipelineObjects()
An array of object definitions that are returned by the call to DescribeObjects.

Returns:
An array of object definitions that are returned by the call to DescribeObjects.

setPipelineObjects

public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of object definitions that are returned by the call to DescribeObjects.

Parameters:
pipelineObjects - An array of object definitions that are returned by the call to DescribeObjects.

withPipelineObjects

public DescribeObjectsResult withPipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions that are returned by the call to DescribeObjects.

Returns a reference to this object so that method calls can be chained together.

Parameters:
pipelineObjects - An array of object definitions that are returned by the call to DescribeObjects.
Returns:
A reference to this updated object so that method calls can be chained together.

withPipelineObjects

public DescribeObjectsResult withPipelineObjects(Collection<PipelineObject> pipelineObjects)
An array of object definitions that are returned by the call to DescribeObjects.

Returns a reference to this object so that method calls can be chained together.

Parameters:
pipelineObjects - An array of object definitions that are returned by the call to DescribeObjects.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value.

setMarker

public void setMarker(String marker)
The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
marker - The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value.

withMarker

public DescribeObjectsResult withMarker(String marker)
The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
marker - The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value.
Returns:
A reference to this updated object so that method calls can be chained together.

isHasMoreResults

public Boolean isHasMoreResults()
If True, there are more pages of results to return.

Returns:
If True, there are more pages of results to return.

setHasMoreResults

public void setHasMoreResults(Boolean hasMoreResults)
If True, there are more pages of results to return.

Parameters:
hasMoreResults - If True, there are more pages of results to return.

withHasMoreResults

public DescribeObjectsResult withHasMoreResults(Boolean hasMoreResults)
If True, there are more pages of results to return.

Returns a reference to this object so that method calls can be chained together.

Parameters:
hasMoreResults - If True, there are more pages of results to return.
Returns:
A reference to this updated object so that method calls can be chained together.

getHasMoreResults

public Boolean getHasMoreResults()
If True, there are more pages of results to return.

Returns:
If True, there are more pages of results to return.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.