Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class QueryObjectsResult

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.QueryObjectsResult

public class QueryObjectsResult
extends java.lang.Object

Contains the output from the QueryObjects action.


Constructor Summary
QueryObjectsResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getHasMoreResults()
          If True, there are more results that can be obtained by a subsequent call to QueryObjects.
 java.util.List<java.lang.String> getIds()
          A list of identifiers that match the query selectors.
 java.lang.String getMarker()
          The starting point for the results to be returned.
 int hashCode()
           
 java.lang.Boolean isHasMoreResults()
          If True, there are more results that can be obtained by a subsequent call to QueryObjects.
 void setHasMoreResults(java.lang.Boolean hasMoreResults)
          If True, there are more results that can be obtained by a subsequent call to QueryObjects.
 void setIds(java.util.Collection<java.lang.String> ids)
          A list of identifiers that match the query selectors.
 void setMarker(java.lang.String marker)
          The starting point for the results to be returned.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 QueryObjectsResult withHasMoreResults(java.lang.Boolean hasMoreResults)
          If True, there are more results that can be obtained by a subsequent call to QueryObjects.
 QueryObjectsResult withIds(java.util.Collection<java.lang.String> ids)
          A list of identifiers that match the query selectors.
 QueryObjectsResult withIds(java.lang.String... ids)
          A list of identifiers that match the query selectors.
 QueryObjectsResult withMarker(java.lang.String marker)
          The starting point for the results to be returned.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryObjectsResult

public QueryObjectsResult()
Method Detail

getIds

public java.util.List<java.lang.String> getIds()
A list of identifiers that match the query selectors.

Returns:
A list of identifiers that match the query selectors.

setIds

public void setIds(java.util.Collection<java.lang.String> ids)
A list of identifiers that match the query selectors.

Parameters:
ids - A list of identifiers that match the query selectors.

withIds

public QueryObjectsResult withIds(java.lang.String... ids)
A list of identifiers that match the query selectors.

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

Parameters:
ids - A list of identifiers that match the query selectors.
Returns:
A reference to this updated object so that method calls can be chained together.

withIds

public QueryObjectsResult withIds(java.util.Collection<java.lang.String> ids)
A list of identifiers that match the query selectors.

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

Parameters:
ids - A list of identifiers that match the query selectors.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public java.lang.String getMarker()
The starting point for the results to be returned. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.

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

Returns:
The starting point for the results to be returned. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.

setMarker

public void setMarker(java.lang.String marker)
The starting point for the results to be returned. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.

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

Parameters:
marker - The starting point for the results to be returned. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.

withMarker

public QueryObjectsResult withMarker(java.lang.String marker)
The starting point for the results to be returned. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.

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 results to be returned. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.
Returns:
A reference to this updated object so that method calls can be chained together.

isHasMoreResults

public java.lang.Boolean isHasMoreResults()
If True, there are more results that can be obtained by a subsequent call to QueryObjects.

Returns:
If True, there are more results that can be obtained by a subsequent call to QueryObjects.

setHasMoreResults

public void setHasMoreResults(java.lang.Boolean hasMoreResults)
If True, there are more results that can be obtained by a subsequent call to QueryObjects.

Parameters:
hasMoreResults - If True, there are more results that can be obtained by a subsequent call to QueryObjects.

withHasMoreResults

public QueryObjectsResult withHasMoreResults(java.lang.Boolean hasMoreResults)
If True, there are more results that can be obtained by a subsequent call to QueryObjects.

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

Parameters:
hasMoreResults - If True, there are more results that can be obtained by a subsequent call to QueryObjects.
Returns:
A reference to this updated object so that method calls can be chained together.

getHasMoreResults

public java.lang.Boolean getHasMoreResults()
If True, there are more results that can be obtained by a subsequent call to QueryObjects.

Returns:
If True, there are more results that can be obtained by a subsequent call to QueryObjects.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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