public class DescribeFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFindingsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFindingArns()
The ARN(s) specifying the finding(s) that you want to describe.
|
String |
getLocale()
The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.
|
int |
hashCode() |
void |
setFindingArns(Collection<String> findingArns)
The ARN(s) specifying the finding(s) that you want to describe.
|
void |
setLocale(Locale locale)
The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.
|
void |
setLocale(String locale)
The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeFindingsRequest |
withFindingArns(Collection<String> findingArns)
The ARN(s) specifying the finding(s) that you want to describe.
|
DescribeFindingsRequest |
withFindingArns(String... findingArns)
The ARN(s) specifying the finding(s) that you want to describe.
|
DescribeFindingsRequest |
withLocale(Locale locale)
The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.
|
DescribeFindingsRequest |
withLocale(String locale)
The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getFindingArns()
The ARN(s) specifying the finding(s) that you want to describe.
public void setFindingArns(Collection<String> findingArns)
The ARN(s) specifying the finding(s) that you want to describe.
findingArns - The ARN(s) specifying the finding(s) that you want to describe.public DescribeFindingsRequest withFindingArns(String... findingArns)
The ARN(s) specifying the finding(s) 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.
findingArns - The ARN(s) specifying the finding(s) that you want to describe.public DescribeFindingsRequest withFindingArns(Collection<String> findingArns)
The ARN(s) specifying the finding(s) that you want to describe.
findingArns - The ARN(s) specifying the finding(s) that you want to describe.public void setLocale(String locale)
The locale that you want to translate a finding description(s), recommendation(s), and the short description(s) that identify the finding(s) into.
locale - The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.Localepublic String getLocale()
The locale that you want to translate a finding description(s), recommendation(s), and the short description(s) that identify the finding(s) into.
Localepublic DescribeFindingsRequest withLocale(String locale)
The locale that you want to translate a finding description(s), recommendation(s), and the short description(s) that identify the finding(s) into.
locale - The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.Localepublic void setLocale(Locale locale)
The locale that you want to translate a finding description(s), recommendation(s), and the short description(s) that identify the finding(s) into.
locale - The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.Localepublic DescribeFindingsRequest withLocale(Locale locale)
The locale that you want to translate a finding description(s), recommendation(s), and the short description(s) that identify the finding(s) into.
locale - The locale that you want to translate a finding description(s),
recommendation(s), and the short description(s) that identify the
finding(s) into.Localepublic String toString()
toString in class ObjectObject.toString()public DescribeFindingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.