Class ListAgreementsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of items to return.

        Returns:
        The maximum number of items to return.
      • nextToken

        public final String nextToken()

        When you can get additional results from the ListAgreements call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional agreements.

        Returns:
        When you can get additional results from the ListAgreements call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional agreements.
      • serverId

        public final String serverId()

        The identifier of the server for which you want a list of agreements.

        Returns:
        The identifier of the server for which you want a list of agreements.
      • 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