@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightResultValue extends Object implements Serializable, Cloneable, StructuredPojo
The insight result values returned by the GetInsightResults operation.
| Constructor and Description |
|---|
InsightResultValue() |
| Modifier and Type | Method and Description |
|---|---|
InsightResultValue |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The number of findings returned for each GroupByAttributeValue.
|
String |
getGroupByAttributeValue()
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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCount(Integer count)
The number of findings returned for each GroupByAttributeValue.
|
void |
setGroupByAttributeValue(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.
|
String |
toString()
Returns a string representation of this object.
|
InsightResultValue |
withCount(Integer count)
The number of findings returned for each GroupByAttributeValue.
|
InsightResultValue |
withGroupByAttributeValue(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 void setGroupByAttributeValue(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.
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 String getGroupByAttributeValue()
The value of the attribute by which the findings are grouped for the insight's whose results are returned by the GetInsightResults operation.
public InsightResultValue withGroupByAttributeValue(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.
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 void setCount(Integer count)
The number of findings returned for each GroupByAttributeValue.
count - The number of findings returned for each GroupByAttributeValue.public Integer getCount()
The number of findings returned for each GroupByAttributeValue.
public InsightResultValue withCount(Integer count)
The number of findings returned for each GroupByAttributeValue.
count - The number of findings returned for each GroupByAttributeValue.public String toString()
toString in class ObjectObject.toString()public InsightResultValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.