@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInsightResult() |
Modifier and Type | Method and Description |
---|---|
GetInsightResult |
clone() |
boolean |
equals(Object obj) |
Insight |
getInsight()
The summary information of an insight.
|
int |
hashCode() |
void |
setInsight(Insight insight)
The summary information of an insight.
|
String |
toString()
Returns a string representation of this object.
|
GetInsightResult |
withInsight(Insight insight)
The summary information of an insight.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInsight(Insight insight)
The summary information of an insight.
insight
- The summary information of an insight.public Insight getInsight()
The summary information of an insight.
public GetInsightResult withInsight(Insight insight)
The summary information of an insight.
insight
- The summary information of an insight.public String toString()
toString
in class Object
Object.toString()
public GetInsightResult clone()