@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 that is used for querying findings.
|
List<FindingStatisticType> |
findingStatisticTypes()
The types of finding statistics to retrieve.
|
List<String> |
findingStatisticTypesAsStrings()
The types of finding statistics to retrieve.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFindingStatisticTypes()
Returns true if the FindingStatisticTypes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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()
The types of finding statistics to retrieve.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFindingStatisticTypes() to see if a value was sent in this field.
public boolean hasFindingStatisticTypes()
public List<String> findingStatisticTypesAsStrings()
The types of finding statistics to retrieve.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFindingStatisticTypes() to see if a value was sent in this field.
public FindingCriteria findingCriteria()
Represents the criteria that is 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 © 2020. All rights reserved.