Class ListSourceRepositoriesRequest

    • Method Detail

      • spaceName

        public final String spaceName()

        The name of the space.

        Returns:
        The name of the space.
      • projectName

        public final String projectName()

        The name of the project in the space.

        Returns:
        The name of the project in the space.
      • nextToken

        public final String nextToken()

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Returns:
        A token returned from a call to this API to indicate the next batch of results to return, if any.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

        Returns:
        The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.
      • 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