Class ListTableRestoreStatusRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
      • namespaceName

        public final String namespaceName()

        The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .

        Returns:
        The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .
      • nextToken

        public final String nextToken()

        If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will return results on the next page.

        Returns:
        If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will return results on the next page.
      • workgroupName

        public final String workgroupName()

        The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.

        Returns:
        The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object