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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeFindingsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeFindingsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)List<String>getFindingArns()The ARN that specifies the finding that you want to describe.StringgetLocale()The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.inthashCode()voidsetFindingArns(Collection<String> findingArns)The ARN that specifies the finding that you want to describe.voidsetLocale(Locale locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.voidsetLocale(String locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeFindingsRequestwithFindingArns(String... findingArns)The ARN that specifies the finding that you want to describe.DescribeFindingsRequestwithFindingArns(Collection<String> findingArns)The ARN that specifies the finding that you want to describe.DescribeFindingsRequestwithLocale(Locale locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.DescribeFindingsRequestwithLocale(String locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
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)orwithFindingArns(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeFindingsRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-