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 DescribeFindingsRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
List<String>
getFindingArns()
The ARN that specifies the finding that you want to describe.String
getLocale()
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.int
hashCode()
void
setFindingArns(Collection<String> findingArns)
The ARN that specifies the finding that you want to describe.void
setLocale(Locale locale)
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.void
setLocale(String locale)
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeFindingsRequest
withFindingArns(String... findingArns)
The ARN that specifies the finding that you want to describe.DescribeFindingsRequest
withFindingArns(Collection<String> findingArns)
The ARN that specifies the finding that you want to describe.DescribeFindingsRequest
withLocale(Locale locale)
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.DescribeFindingsRequest
withLocale(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
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 classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-