Class ListAnalyzableServersRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of items to include in the response. The maximum value is 100.

        Returns:
        The maximum number of items to include in the response. The maximum value is 100.
      • nextToken

        public final String nextToken()

        The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

        Returns:
        The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
      • sort

        public final SortOrder sort()

        Specifies whether to sort by ascending (ASC) or descending (DESC) order.

        If the service returns an enum value that is not available in the current SDK version, sort will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortAsString().

        Returns:
        Specifies whether to sort by ascending (ASC) or descending (DESC) order.
        See Also:
        SortOrder
      • sortAsString

        public final String sortAsString()

        Specifies whether to sort by ascending (ASC) or descending (DESC) order.

        If the service returns an enum value that is not available in the current SDK version, sort will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortAsString().

        Returns:
        Specifies whether to sort by ascending (ASC) or descending (DESC) order.
        See Also:
        SortOrder
      • 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