Class DescribeFindingsRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.inspector.model.DescribeFindingsRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class DescribeFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See Also:
  • Constructor Details

    • DescribeFindingsRequest

      public DescribeFindingsRequest()
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public DescribeFindingsRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: