@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTableRestoreStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTableRestoreStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTableRestoreStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include
the returned nextToken in following ListTableRestoreStatus operations. |
List<TableRestoreStatus> |
getTableRestoreStatuses()
The array of returned
TableRestoreStatus objects. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include
the returned nextToken in following ListTableRestoreStatus operations. |
void |
setTableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses)
The array of returned
TableRestoreStatus objects. |
String |
toString()
Returns a string representation of this object.
|
ListTableRestoreStatusResult |
withNextToken(String nextToken)
If your initial
ListTableRestoreStatus operation returns a nextToken, you can include
the returned nextToken in following ListTableRestoreStatus operations. |
ListTableRestoreStatusResult |
withTableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses)
The array of returned
TableRestoreStatus objects. |
ListTableRestoreStatusResult |
withTableRestoreStatuses(TableRestoreStatus... tableRestoreStatuses)
The array of returned
TableRestoreStatus objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If your initial ListTableRestoreStatus operation returns a nextToken, you can include
the returned nextToken in following ListTableRestoreStatus operations. This will
returns results on the next page.
nextToken - If your initial ListTableRestoreStatus operation returns a nextToken, you can
include the returned nextToken in following ListTableRestoreStatus operations.
This will returns results on the next page.public String getNextToken()
If your initial ListTableRestoreStatus operation returns a nextToken, you can include
the returned nextToken in following ListTableRestoreStatus operations. This will
returns results on the next page.
ListTableRestoreStatus operation returns a nextToken, you can
include the returned nextToken in following ListTableRestoreStatus operations.
This will returns results on the next page.public ListTableRestoreStatusResult withNextToken(String nextToken)
If your initial ListTableRestoreStatus operation returns a nextToken, you can include
the returned nextToken in following ListTableRestoreStatus operations. This will
returns results on the next page.
nextToken - If your initial ListTableRestoreStatus operation returns a nextToken, you can
include the returned nextToken in following ListTableRestoreStatus operations.
This will returns results on the next page.public List<TableRestoreStatus> getTableRestoreStatuses()
The array of returned TableRestoreStatus objects.
TableRestoreStatus objects.public void setTableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses)
The array of returned TableRestoreStatus objects.
tableRestoreStatuses - The array of returned TableRestoreStatus objects.public ListTableRestoreStatusResult withTableRestoreStatuses(TableRestoreStatus... tableRestoreStatuses)
The array of returned TableRestoreStatus objects.
NOTE: This method appends the values to the existing list (if any). Use
setTableRestoreStatuses(java.util.Collection) or withTableRestoreStatuses(java.util.Collection)
if you want to override the existing values.
tableRestoreStatuses - The array of returned TableRestoreStatus objects.public ListTableRestoreStatusResult withTableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses)
The array of returned TableRestoreStatus objects.
tableRestoreStatuses - The array of returned TableRestoreStatus objects.public String toString()
toString in class ObjectObject.toString()public ListTableRestoreStatusResult clone()