Class ListFileCommitHistoryRequest

    • Method Detail

      • repositoryName

        public final String repositoryName()

        The name of the repository that contains the file.

        Returns:
        The name of the repository that contains the file.
      • commitSpecifier

        public final String commitSpecifier()

        The fully quaified reference that identifies the commit that contains the file. For example, you can specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/main. If none is provided, the head commit is used.

        Returns:
        The fully quaified reference that identifies the commit that contains the file. For example, you can specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/main. If none is provided, the head commit is used.
      • filePath

        public final String filePath()

        The full path of the file whose history you want to retrieve, including the name of the file.

        Returns:
        The full path of the file whose history you want to retrieve, including the name of the file.
      • maxResults

        public final Integer maxResults()

        A non-zero, non-negative integer used to limit the number of returned results.

        Returns:
        A non-zero, non-negative integer used to limit the number of returned results.
      • nextToken

        public final String nextToken()

        An enumeration token that allows the operation to batch the results.

        Returns:
        An enumeration token that allows the operation to batch the 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