Class ListCodeRepositoriesRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        A filter that returns only Git repositories that were created after the specified time.

        Returns:
        A filter that returns only Git repositories that were created after the specified time.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        A filter that returns only Git repositories that were created before the specified time.

        Returns:
        A filter that returns only Git repositories that were created before the specified time.
      • lastModifiedTimeAfter

        public final Instant lastModifiedTimeAfter()

        A filter that returns only Git repositories that were last modified after the specified time.

        Returns:
        A filter that returns only Git repositories that were last modified after the specified time.
      • lastModifiedTimeBefore

        public final Instant lastModifiedTimeBefore()

        A filter that returns only Git repositories that were last modified before the specified time.

        Returns:
        A filter that returns only Git repositories that were last modified before the specified time.
      • maxResults

        public final Integer maxResults()

        The maximum number of Git repositories to return in the response.

        Returns:
        The maximum number of Git repositories to return in the response.
      • nameContains

        public final String nameContains()

        A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.

        Returns:
        A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.
      • nextToken

        public final String nextToken()

        If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

        Returns:
        If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.
      • 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