@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupByAttributeValue()
The value of the attribute by which the findings are grouped for the insight's whose results are returned by the
GetInsightResults operation.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsightResultValue.Builder> |
serializableBuilderClass() |
InsightResultValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String groupByAttributeValue()
The value of the attribute by which the findings are grouped for the insight's whose results are returned by the GetInsightResults operation.
public Integer count()
The number of findings returned for each GroupByAttributeValue.
public InsightResultValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InsightResultValue.Builder,InsightResultValue>
public static InsightResultValue.Builder builder()
public static Class<? extends InsightResultValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.