Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFindingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFindingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeFindingsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
findingArns() |
The ARN that specifies the finding that you want to describe.
|
int |
hashCode() |
|
String |
locale() |
The locale into which you want to translate a finding description, recommendation, and the short description that
identifies the finding.
|
static Class<? extends DescribeFindingsRequest.Builder> |
serializableBuilderClass() |
|
DescribeFindingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> findingArns()
The ARN that specifies the finding that you want to describe.
public String locale()
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
Locale
public DescribeFindingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
public static DescribeFindingsRequest.Builder builder()
public static Class<? extends DescribeFindingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.