@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNamedQueriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListNamedQueriesResult() |
Modifier and Type | Method and Description |
---|---|
ListNamedQueriesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getNamedQueryIds()
The list of unique query IDs.
|
String |
getNextToken()
A token to be used by the next request if this request is truncated.
|
int |
hashCode() |
void |
setNamedQueryIds(Collection<String> namedQueryIds)
The list of unique query IDs.
|
void |
setNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListNamedQueriesResult |
withNamedQueryIds(Collection<String> namedQueryIds)
The list of unique query IDs.
|
ListNamedQueriesResult |
withNamedQueryIds(String... namedQueryIds)
The list of unique query IDs.
|
ListNamedQueriesResult |
withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getNamedQueryIds()
The list of unique query IDs.
public void setNamedQueryIds(Collection<String> namedQueryIds)
The list of unique query IDs.
namedQueryIds
- The list of unique query IDs.public ListNamedQueriesResult withNamedQueryIds(String... namedQueryIds)
The list of unique query IDs.
NOTE: This method appends the values to the existing list (if any). Use
setNamedQueryIds(java.util.Collection)
or withNamedQueryIds(java.util.Collection)
if you want
to override the existing values.
namedQueryIds
- The list of unique query IDs.public ListNamedQueriesResult withNamedQueryIds(Collection<String> namedQueryIds)
The list of unique query IDs.
namedQueryIds
- The list of unique query IDs.public void setNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
nextToken
- A token to be used by the next request if this request is truncated.public String getNextToken()
A token to be used by the next request if this request is truncated.
public ListNamedQueriesResult withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
nextToken
- A token to be used by the next request if this request is truncated.public String toString()
toString
in class Object
Object.toString()
public ListNamedQueriesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.