@Generated(value="software.amazon.awssdk:codegen") public final class GetFindingStatisticsRequest extends Macie2Request implements ToCopyableBuilder<GetFindingStatisticsRequest.Builder,GetFindingStatisticsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFindingStatisticsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetFindingStatisticsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FindingCriteria |
findingCriteria()
The criteria to use to filter the query results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GroupBy |
groupBy()
The finding property to use to group the query results.
|
String |
groupByAsString()
The finding property to use to group the query results.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFindingStatisticsRequest.Builder> |
serializableBuilderClass() |
Integer |
size()
The maximum number of items to include in each page of the response.
|
FindingStatisticsSortCriteria |
sortCriteria()
The criteria to use to sort the query results.
|
GetFindingStatisticsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic FindingCriteria findingCriteria()
The criteria to use to filter the query results.
public GroupBy groupBy()
The finding property to use to group the query results. Valid values are:
classificationDetails.jobId - The unique identifier for the classification job that produced the finding.
resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.
severity.description - The severity level of the finding, such as High or Medium.
type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
If the service returns an enum value that is not available in the current SDK version, groupBy will
return GroupBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
groupByAsString().
classificationDetails.jobId - The unique identifier for the classification job that produced the finding.
resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.
severity.description - The severity level of the finding, such as High or Medium.
type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
GroupBypublic String groupByAsString()
The finding property to use to group the query results. Valid values are:
classificationDetails.jobId - The unique identifier for the classification job that produced the finding.
resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.
severity.description - The severity level of the finding, such as High or Medium.
type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
If the service returns an enum value that is not available in the current SDK version, groupBy will
return GroupBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
groupByAsString().
classificationDetails.jobId - The unique identifier for the classification job that produced the finding.
resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to.
severity.description - The severity level of the finding, such as High or Medium.
type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
GroupBypublic Integer size()
The maximum number of items to include in each page of the response.
public FindingStatisticsSortCriteria sortCriteria()
The criteria to use to sort the query results.
public GetFindingStatisticsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFindingStatisticsRequest.Builder,GetFindingStatisticsRequest>toBuilder in class Macie2Requestpublic static GetFindingStatisticsRequest.Builder builder()
public static Class<? extends GetFindingStatisticsRequest.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.