@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 generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
int |
hashCode() |
void |
setNamedQueryIds(Collection<String> namedQueryIds)
The list of unique query IDs.
|
void |
setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
String |
toString()
Returns a string representation of this object.
|
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 generated by the Athena service that specifies where to continue pagination if a previous request was
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 generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the
previous page call.
nextToken
- A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken
from the response
object of the previous page call.public String getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the
previous page call.
NextToken
from the response
object of the previous page call.public ListNamedQueriesResult withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the
previous page call.
nextToken
- A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken
from the response
object of the previous page call.public String toString()
toString
in class Object
Object.toString()
public ListNamedQueriesResult clone()