@Generated(value="software.amazon.awssdk:codegen") public final class InsightResultValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsightResultValue.Builder,InsightResultValue>
The insight result values returned by the GetInsightResults operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InsightResultValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InsightResultValue.Builder |
builder() |
Integer |
count()
The number of findings returned for each
GroupByAttributeValue. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupByAttributeValue()
The value of the attribute that the findings are grouped by for the insight whose results are returned by the
GetInsightResults operation. |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsightResultValue.Builder> |
serializableBuilderClass() |
InsightResultValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupByAttributeValue()
The value of the attribute that the findings are grouped by for the insight whose results are returned by the
GetInsightResults operation.
GetInsightResults operation.public final Integer count()
The number of findings returned for each GroupByAttributeValue.
GroupByAttributeValue.public InsightResultValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InsightResultValue.Builder,InsightResultValue>public static InsightResultValue.Builder builder()
public static Class<? extends InsightResultValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.