@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 final FindingCriteria findingCriteria()
The criteria to use to filter the query results.
public final 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 final 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 final Integer size()
The maximum number of items to include in each page of the response.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.