@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryObjectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of QueryObjects.
Constructor and Description |
---|
QueryObjectsResult() |
Modifier and Type | Method and Description |
---|---|
QueryObjectsResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
|
List<String> |
getIds()
The identifiers that match the query selectors.
|
String |
getMarker()
The starting point for the next page of results.
|
int |
hashCode() |
Boolean |
isHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
|
void |
setHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
|
void |
setIds(Collection<String> ids)
The identifiers that match the query selectors.
|
void |
setMarker(String marker)
The starting point for the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
QueryObjectsResult |
withHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
|
QueryObjectsResult |
withIds(Collection<String> ids)
The identifiers that match the query selectors.
|
QueryObjectsResult |
withIds(String... ids)
The identifiers that match the query selectors.
|
QueryObjectsResult |
withMarker(String marker)
The starting point for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getIds()
The identifiers that match the query selectors.
public void setIds(Collection<String> ids)
The identifiers that match the query selectors.
ids
- The identifiers that match the query selectors.public QueryObjectsResult withIds(String... ids)
The identifiers that match the query selectors.
NOTE: This method appends the values to the existing list (if any). Use
setIds(java.util.Collection)
or withIds(java.util.Collection)
if you want to override the
existing values.
ids
- The identifiers that match the query selectors.public QueryObjectsResult withIds(Collection<String> ids)
The identifiers that match the query selectors.
ids
- The identifiers that match the query selectors.public void setMarker(String marker)
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
marker
- The starting point for the next page of results. To view the next page of results, call
QueryObjects
again with this marker value. If the value is null, there are no more results.public String getMarker()
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
QueryObjects
again with this marker value. If the value is null, there are no more results.public QueryObjectsResult withMarker(String marker)
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
marker
- The starting point for the next page of results. To view the next page of results, call
QueryObjects
again with this marker value. If the value is null, there are no more results.public void setHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults
- Indicates whether there are more results that can be obtained by a subsequent call.public Boolean getHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public QueryObjectsResult withHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults
- Indicates whether there are more results that can be obtained by a subsequent call.public Boolean isHasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public String toString()
toString
in class Object
Object.toString()
public QueryObjectsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.