Class UpdateFilterRequest

    • Method Detail

      • action

        public final FilterAction action()

        Specifies the action that is to be applied to the findings that match the filter.

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

        Returns:
        Specifies the action that is to be applied to the findings that match the filter.
        See Also:
        FilterAction
      • actionAsString

        public final String actionAsString()

        Specifies the action that is to be applied to the findings that match the filter.

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

        Returns:
        Specifies the action that is to be applied to the findings that match the filter.
        See Also:
        FilterAction
      • description

        public final String description()

        A description of the filter.

        Returns:
        A description of the filter.
      • filterArn

        public final String filterArn()

        The Amazon Resource Number (ARN) of the filter to update.

        Returns:
        The Amazon Resource Number (ARN) of the filter to update.
      • filterCriteria

        public final FilterCriteria filterCriteria()

        Defines the criteria to be update in the filter.

        Returns:
        Defines the criteria to be update in the filter.
      • name

        public final String name()

        The name of the filter.

        Returns:
        The name of the filter.
      • reason

        public final String reason()

        The reason the filter was updated.

        Returns:
        The reason the filter was updated.
      • 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