Class ListFleetsRequest

    • Method Detail

      • displayName

        public final String displayName()

        The display names of a list of fleets.

        Returns:
        The display names of a list of fleets.
      • farmId

        public final String farmId()

        The farm ID of the fleets.

        Returns:
        The farm ID of the fleets.
      • 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 members to include in the fleet.

        Returns:
        The principal ID of the members to include in the fleet.
      • 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