@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInsightsByAssessmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetInsightsByAssessmentResult() |
| Modifier and Type | Method and Description |
|---|---|
GetInsightsByAssessmentResult |
clone() |
boolean |
equals(Object obj) |
InsightsByAssessment |
getInsights()
The assessment analytics data that the
GetInsightsByAssessment API returned. |
int |
hashCode() |
void |
setInsights(InsightsByAssessment insights)
The assessment analytics data that the
GetInsightsByAssessment API returned. |
String |
toString()
Returns a string representation of this object.
|
GetInsightsByAssessmentResult |
withInsights(InsightsByAssessment insights)
The assessment analytics data that the
GetInsightsByAssessment API returned. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setInsights(InsightsByAssessment insights)
The assessment analytics data that the GetInsightsByAssessment API returned.
insights - The assessment analytics data that the GetInsightsByAssessment API returned.public InsightsByAssessment getInsights()
The assessment analytics data that the GetInsightsByAssessment API returned.
GetInsightsByAssessment API returned.public GetInsightsByAssessmentResult withInsights(InsightsByAssessment insights)
The assessment analytics data that the GetInsightsByAssessment API returned.
insights - The assessment analytics data that the GetInsightsByAssessment API returned.public String toString()
toString in class ObjectObject.toString()public GetInsightsByAssessmentResult clone()