Class ListWorkspacesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.

        Returns:
        Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.
      • alias

        public final String alias()

        Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.

        Returns:
        Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.
      • maxResults

        public final Integer maxResults()

        Maximum results to return in response (default=100, maximum=1000).

        Returns:
        Maximum results to return in response (default=100, maximum=1000).
      • 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