Class DescribeFindingsRequest

    • Constructor Detail

      • DescribeFindingsRequest

        public DescribeFindingsRequest()
    • Method Detail

      • getFindingArns

        public List<String> getFindingArns()

        The ARN that specifies the finding that you want to describe.

        Returns:
        The ARN that specifies the finding that you want to describe.
      • setFindingArns

        public void setFindingArns​(Collection<String> findingArns)

        The ARN that specifies the finding that you want to describe.

        Parameters:
        findingArns - The ARN that specifies the finding that you want to describe.
      • withFindingArns

        public DescribeFindingsRequest withFindingArns​(String... findingArns)

        The ARN that specifies the finding that you want to describe.

        NOTE: This method appends the values to the existing list (if any). Use setFindingArns(java.util.Collection) or withFindingArns(java.util.Collection) if you want to override the existing values.

        Parameters:
        findingArns - The ARN that specifies the finding that you want to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFindingArns

        public DescribeFindingsRequest withFindingArns​(Collection<String> findingArns)

        The ARN that specifies the finding that you want to describe.

        Parameters:
        findingArns - The ARN that specifies the finding that you want to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocale

        public void setLocale​(String locale)

        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

        Parameters:
        locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
        See Also:
        Locale
      • getLocale

        public String getLocale()

        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

        Returns:
        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
        See Also:
        Locale
      • withLocale

        public DescribeFindingsRequest withLocale​(String locale)

        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

        Parameters:
        locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale
      • setLocale

        public void setLocale​(Locale locale)

        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

        Parameters:
        locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
        See Also:
        Locale
      • withLocale

        public DescribeFindingsRequest withLocale​(Locale locale)

        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

        Parameters:
        locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object