@Generated(value="software.amazon.awssdk:codegen") public final class Insight extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Insight.Builder,Insight>
Contains information about a Security Hub insight.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Insight.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Insight.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AwsSecurityFindingFilters |
filters()
One or more attributes used to filter the findings included in the insight.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupByAttribute()
The grouping attribute for the insight's findings.
|
int |
hashCode() |
String |
insightArn()
The ARN of a Security Hub insight.
|
String |
name()
The name of a Security Hub insight.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Insight.Builder> |
serializableBuilderClass() |
Insight.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String insightArn()
The ARN of a Security Hub insight.
public final String name()
The name of a Security Hub insight.
public final AwsSecurityFindingFilters filters()
One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.
public final String groupByAttribute()
The grouping attribute for the insight's findings. Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.
public Insight.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Insight.Builder,Insight>public static Insight.Builder builder()
public static Class<? extends Insight.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.