@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAssessmentReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAssessmentReportResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAssessmentReportResult |
clone() |
boolean |
equals(Object obj) |
AssessmentReport |
getAssessmentReport()
The new assessment report returned by the
CreateAssessmentReport API. |
int |
hashCode() |
void |
setAssessmentReport(AssessmentReport assessmentReport)
The new assessment report returned by the
CreateAssessmentReport API. |
String |
toString()
Returns a string representation of this object.
|
CreateAssessmentReportResult |
withAssessmentReport(AssessmentReport assessmentReport)
The new assessment report returned by the
CreateAssessmentReport API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssessmentReport(AssessmentReport assessmentReport)
The new assessment report returned by the CreateAssessmentReport API.
assessmentReport - The new assessment report returned by the CreateAssessmentReport API.public AssessmentReport getAssessmentReport()
The new assessment report returned by the CreateAssessmentReport API.
CreateAssessmentReport API.public CreateAssessmentReportResult withAssessmentReport(AssessmentReport assessmentReport)
The new assessment report returned by the CreateAssessmentReport API.
assessmentReport - The new assessment report returned by the CreateAssessmentReport API.public String toString()
toString in class ObjectObject.toString()public CreateAssessmentReportResult clone()
Copyright © 2021. All rights reserved.