@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchTablesResult() |
Modifier and Type | Method and Description |
---|---|
SearchTablesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, present if the current list segment is not the last.
|
List<Table> |
getTableList()
A list of the requested
Table objects. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
void |
setTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
String |
toString()
Returns a string representation of this object.
|
SearchTablesResult |
withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
SearchTablesResult |
withTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
SearchTablesResult |
withTableList(Table... tableList)
A list of the requested
Table objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken
- A continuation token, present if the current list segment is not the last.public String getNextToken()
A continuation token, present if the current list segment is not the last.
public SearchTablesResult withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken
- A continuation token, present if the current list segment is not the last.public List<Table> getTableList()
A list of the requested Table
objects. The SearchTables
response returns only the
tables that you have access to.
Table
objects. The SearchTables
response returns only
the tables that you have access to.public void setTableList(Collection<Table> tableList)
A list of the requested Table
objects. The SearchTables
response returns only the
tables that you have access to.
tableList
- A list of the requested Table
objects. The SearchTables
response returns only
the tables that you have access to.public SearchTablesResult withTableList(Table... tableList)
A list of the requested Table
objects. The SearchTables
response returns only the
tables that you have access to.
NOTE: This method appends the values to the existing list (if any). Use
setTableList(java.util.Collection)
or withTableList(java.util.Collection)
if you want to
override the existing values.
tableList
- A list of the requested Table
objects. The SearchTables
response returns only
the tables that you have access to.public SearchTablesResult withTableList(Collection<Table> tableList)
A list of the requested Table
objects. The SearchTables
response returns only the
tables that you have access to.
tableList
- A list of the requested Table
objects. The SearchTables
response returns only
the tables that you have access to.public String toString()
toString
in class Object
Object.toString()
public SearchTablesResult clone()