@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInsightResultsResult() |
Modifier and Type | Method and Description |
---|---|
GetInsightResultsResult |
clone() |
boolean |
equals(Object obj) |
InsightResults |
getInsightResults()
The insight results returned by the operation.
|
int |
hashCode() |
void |
setInsightResults(InsightResults insightResults)
The insight results returned by the operation.
|
String |
toString()
Returns a string representation of this object.
|
GetInsightResultsResult |
withInsightResults(InsightResults insightResults)
The insight results returned by the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInsightResults(InsightResults insightResults)
The insight results returned by the operation.
insightResults
- The insight results returned by the operation.public InsightResults getInsightResults()
The insight results returned by the operation.
public GetInsightResultsResult withInsightResults(InsightResults insightResults)
The insight results returned by the operation.
insightResults
- The insight results returned by the operation.public String toString()
toString
in class Object
Object.toString()
public GetInsightResultsResult clone()