@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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(Collection<String> findingArns)
The ARN that specifies the finding that you want to describe.
|
DescribeFindingsRequest |
withFindingArns(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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getFindingArns()
The ARN that specifies the finding that you want to describe.
public void setFindingArns(Collection<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(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(Collection<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(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 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(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 String toString()
toString
in class Object
Object.toString()
public DescribeFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.