@Generated(value="software.amazon.awssdk:codegen") public final class GetFindingsStatisticsRequest extends GuardDutyRequest implements ToCopyableBuilder<GetFindingsStatisticsRequest.Builder,GetFindingsStatisticsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFindingsStatisticsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetFindingsStatisticsRequest.Builder |
builder() |
String |
detectorId()
The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FindingCriteria |
findingCriteria()
Represents the criteria used for querying findings.
|
List<FindingStatisticType> |
findingStatisticTypes()
Types of finding statistics to retrieve.
|
List<String> |
findingStatisticTypesAsStrings()
Types of finding statistics to retrieve.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFindingsStatisticsRequest.Builder> |
serializableBuilderClass() |
GetFindingsStatisticsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String detectorId()
The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve.
public List<FindingStatisticType> findingStatisticTypes()
Types of finding statistics to retrieve.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> findingStatisticTypesAsStrings()
Types of finding statistics to retrieve.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public FindingCriteria findingCriteria()
Represents the criteria used for querying findings.
public GetFindingsStatisticsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFindingsStatisticsRequest.Builder,GetFindingsStatisticsRequest>toBuilder in class GuardDutyRequestpublic static GetFindingsStatisticsRequest.Builder builder()
public static Class<? extends GetFindingsStatisticsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.