@Generated(value="software.amazon.awssdk:codegen") public final class InsightResults extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsightResults.Builder,InsightResults>
The insight results returned by the GetInsightResults operation.
Modifier and Type | Class and Description |
---|---|
static interface |
InsightResults.Builder |
Modifier and Type | Method and Description |
---|---|
static InsightResults.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupByAttribute()
The attribute by which the findings are grouped for the insight's whose results are returned by the
GetInsightResults operation.
|
int |
hashCode() |
String |
insightArn()
The ARN of the insight whose results are returned by the GetInsightResults operation.
|
List<InsightResultValue> |
resultValues()
The list of insight result values returned by the GetInsightResults operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsightResults.Builder> |
serializableBuilderClass() |
InsightResults.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 insightArn()
The ARN of the insight whose results are returned by the GetInsightResults operation.
public String groupByAttribute()
The attribute by which the findings are grouped for the insight's whose results are returned by the GetInsightResults operation.
public List<InsightResultValue> resultValues()
The list of insight result values returned by the GetInsightResults operation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InsightResults.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InsightResults.Builder,InsightResults>
public static InsightResults.Builder builder()
public static Class<? extends InsightResults.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.