Class ListDetectorsRequest

    • Method Detail

      • detectorModelName

        public final String detectorModelName()

        The name of the detector model whose detectors (instances) are listed.

        Returns:
        The name of the detector model whose detectors (instances) are listed.
      • stateName

        public final String stateName()

        A filter that limits results to those detectors (instances) in the given state.

        Returns:
        A filter that limits results to those detectors (instances) in the given state.
      • nextToken

        public final String nextToken()

        The token that you can use to return the next set of results.

        Returns:
        The token that you can use to return the next set of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned per request.

        Returns:
        The maximum number of results to be returned per request.
      • 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