Class ListNodesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of nodes to return in one page of results.

        Returns:
        The maximum number of nodes to return in one page of results.
      • nextToken

        public final String nextToken()

        Specify the pagination token from a previous request to retrieve the next page of results.

        Returns:
        Specify the pagination token from a previous request to retrieve the next page of results.
      • ownerAccount

        public final String ownerAccount()

        Search for nodes by the account ID of the nodes' owner.

        Returns:
        Search for nodes by the account ID of the nodes' owner.
      • packageName

        public final String packageName()

        Search for nodes by name.

        Returns:
        Search for nodes by name.
      • packageVersion

        public final String packageVersion()

        Search for nodes by version.

        Returns:
        Search for nodes by version.
      • patchVersion

        public final String patchVersion()

        Search for nodes by patch version.

        Returns:
        Search for nodes by patch version.
      • 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