public class DescribeFindingsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
findingArns
The ARN that specifies the finding that you want to describe.
|
private java.lang.String |
locale
The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the finding.
|
NOOP
Constructor and Description |
---|
DescribeFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFindingsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getFindingArns()
The ARN that specifies the finding that you want to describe.
|
java.lang.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(java.util.Collection<java.lang.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(java.lang.String locale)
The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the finding.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeFindingsRequest |
withFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARN that specifies the finding that you want to describe.
|
DescribeFindingsRequest |
withFindingArns(java.lang.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(java.lang.String locale)
The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the finding.
|
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
private java.util.List<java.lang.String> findingArns
The ARN that specifies the finding that you want to describe.
private java.lang.String locale
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
public java.util.List<java.lang.String> getFindingArns()
The ARN that specifies the finding that you want to describe.
public void setFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARN that specifies the finding that you want to describe.
findingArns
- The ARN that specifies the finding that you want to describe.public DescribeFindingsRequest withFindingArns(java.lang.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.
findingArns
- The ARN that specifies the finding that you want to describe.public DescribeFindingsRequest withFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARN that specifies the finding that you want to describe.
findingArns
- The ARN that specifies the finding that you want to describe.public void setLocale(java.lang.String locale)
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
locale
- The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the
finding.Locale
public java.lang.String getLocale()
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
Locale
public DescribeFindingsRequest withLocale(java.lang.String locale)
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
locale
- The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the
finding.Locale
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.
locale
- The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the
finding.Locale
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.
locale
- The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the
finding.Locale
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()