@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTableMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTableMetadataResult() |
Modifier and Type | Method and Description |
---|---|
ListTableMetadataResult |
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<TableMetadata> |
getTableMetadataList()
A list of table metadata.
|
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 |
setTableMetadataList(Collection<TableMetadata> tableMetadataList)
A list of table metadata.
|
String |
toString()
Returns a string representation of this object.
|
ListTableMetadataResult |
withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListTableMetadataResult |
withTableMetadataList(Collection<TableMetadata> tableMetadataList)
A list of table metadata.
|
ListTableMetadataResult |
withTableMetadataList(TableMetadata... tableMetadataList)
A list of table metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TableMetadata> getTableMetadataList()
A list of table metadata.
public void setTableMetadataList(Collection<TableMetadata> tableMetadataList)
A list of table metadata.
tableMetadataList
- A list of table metadata.public ListTableMetadataResult withTableMetadataList(TableMetadata... tableMetadataList)
A list of table metadata.
NOTE: This method appends the values to the existing list (if any). Use
setTableMetadataList(java.util.Collection)
or withTableMetadataList(java.util.Collection)
if
you want to override the existing values.
tableMetadataList
- A list of table metadata.public ListTableMetadataResult withTableMetadataList(Collection<TableMetadata> tableMetadataList)
A list of table metadata.
tableMetadataList
- A list of table metadata.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.
public ListTableMetadataResult 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 ListTableMetadataResult clone()