Class ListFarmsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Returns:
        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
      • nextToken

        public final String nextToken()

        The token for the next set of results, or null to start from the beginning.

        Returns:
        The token for the next set of results, or null to start from the beginning.
      • principalId

        public final String principalId()

        The principal ID of the member to list on the farm.

        Returns:
        The principal ID of the member to list on the farm.
      • 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