@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
GetTableVersionsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetTableVersionsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getNextToken()
 A continuation token, if the list of available versions does not include the last one. 
 | 
List<TableVersion> | 
getTableVersions()
 A list of strings identifying available versions of the specified table. 
 | 
int | 
hashCode()  | 
void | 
setNextToken(String nextToken)
 A continuation token, if the list of available versions does not include the last one. 
 | 
void | 
setTableVersions(Collection<TableVersion> tableVersions)
 A list of strings identifying available versions of the specified table. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetTableVersionsResult | 
withNextToken(String nextToken)
 A continuation token, if the list of available versions does not include the last one. 
 | 
GetTableVersionsResult | 
withTableVersions(Collection<TableVersion> tableVersions)
 A list of strings identifying available versions of the specified table. 
 | 
GetTableVersionsResult | 
withTableVersions(TableVersion... tableVersions)
 A list of strings identifying available versions of the specified table. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TableVersion> getTableVersions()
A list of strings identifying available versions of the specified table.
public void setTableVersions(Collection<TableVersion> tableVersions)
A list of strings identifying available versions of the specified table.
tableVersions - A list of strings identifying available versions of the specified table.public GetTableVersionsResult withTableVersions(TableVersion... tableVersions)
A list of strings identifying available versions of the specified table.
 NOTE: This method appends the values to the existing list (if any). Use
 setTableVersions(java.util.Collection) or withTableVersions(java.util.Collection) if you want
 to override the existing values.
 
tableVersions - A list of strings identifying available versions of the specified table.public GetTableVersionsResult withTableVersions(Collection<TableVersion> tableVersions)
A list of strings identifying available versions of the specified table.
tableVersions - A list of strings identifying available versions of the specified table.public void setNextToken(String nextToken)
A continuation token, if the list of available versions does not include the last one.
nextToken - A continuation token, if the list of available versions does not include the last one.public String getNextToken()
A continuation token, if the list of available versions does not include the last one.
public GetTableVersionsResult withNextToken(String nextToken)
A continuation token, if the list of available versions does not include the last one.
nextToken - A continuation token, if the list of available versions does not include the last one.public String toString()
toString in class ObjectObject.toString()public GetTableVersionsResult clone()