@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPreparedStatementsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPreparedStatementsResult() |
Modifier and Type | Method and Description |
---|---|
ListPreparedStatementsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
List<PreparedStatementSummary> |
getPreparedStatements()
The list of prepared statements for the workgroup.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
void |
setPreparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
|
String |
toString()
Returns a string representation of this object.
|
ListPreparedStatementsResult |
withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListPreparedStatementsResult |
withPreparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
|
ListPreparedStatementsResult |
withPreparedStatements(PreparedStatementSummary... preparedStatements)
The list of prepared statements for the workgroup.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PreparedStatementSummary> getPreparedStatements()
The list of prepared statements for the workgroup.
public void setPreparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
preparedStatements
- The list of prepared statements for the workgroup.public ListPreparedStatementsResult withPreparedStatements(PreparedStatementSummary... preparedStatements)
The list of prepared statements for the workgroup.
NOTE: This method appends the values to the existing list (if any). Use
setPreparedStatements(java.util.Collection)
or withPreparedStatements(java.util.Collection)
if
you want to override the existing values.
preparedStatements
- The list of prepared statements for the workgroup.public ListPreparedStatementsResult withPreparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
preparedStatements
- The list of prepared statements for the workgroup.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 ListPreparedStatementsResult 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 ListPreparedStatementsResult clone()