@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTablesResult() |
Modifier and Type | Method and Description |
---|---|
GetTablesResult |
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; useful for testing and debugging.
|
GetTablesResult |
withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
GetTablesResult |
withTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
GetTablesResult |
withTableList(Table... tableList)
A list of the requested
Table objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Table> getTableList()
A list of the requested Table
objects.
Table
objects.public void setTableList(Collection<Table> tableList)
A list of the requested Table
objects.
tableList
- A list of the requested Table
objects.public GetTablesResult withTableList(Table... tableList)
A list of the requested Table
objects.
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.public GetTablesResult withTableList(Collection<Table> tableList)
A list of the requested Table
objects.
tableList
- A list of the requested Table
objects.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 GetTablesResult 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 String toString()
toString
in class Object
Object.toString()
public GetTablesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.