Class ListPublishingDestinationsRequest

    • Method Detail

      • detectorId

        public final String detectorId()

        The detector ID for which you want to retrieve the publishing destination.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

        Returns:
        The detector ID for which you want to retrieve the publishing destination.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response.

        Returns:
        The maximum number of results to return in the response.
      • nextToken

        public final String nextToken()

        A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

        Returns:
        A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
      • 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