@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssessmentReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssessmentReportResult() |
Modifier and Type | Method and Description |
---|---|
GetAssessmentReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Specifies the status of the request to generate an assessment report.
|
String |
getUrl()
Specifies the URL where you can find the generated assessment report.
|
int |
hashCode() |
void |
setStatus(ReportStatus status)
Specifies the status of the request to generate an assessment report.
|
void |
setStatus(String status)
Specifies the status of the request to generate an assessment report.
|
void |
setUrl(String url)
Specifies the URL where you can find the generated assessment report.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAssessmentReportResult |
withStatus(ReportStatus status)
Specifies the status of the request to generate an assessment report.
|
GetAssessmentReportResult |
withStatus(String status)
Specifies the status of the request to generate an assessment report.
|
GetAssessmentReportResult |
withUrl(String url)
Specifies the URL where you can find the generated assessment report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
Specifies the status of the request to generate an assessment report.
status
- Specifies the status of the request to generate an assessment report.ReportStatus
public String getStatus()
Specifies the status of the request to generate an assessment report.
ReportStatus
public GetAssessmentReportResult withStatus(String status)
Specifies the status of the request to generate an assessment report.
status
- Specifies the status of the request to generate an assessment report.ReportStatus
public void setStatus(ReportStatus status)
Specifies the status of the request to generate an assessment report.
status
- Specifies the status of the request to generate an assessment report.ReportStatus
public GetAssessmentReportResult withStatus(ReportStatus status)
Specifies the status of the request to generate an assessment report.
status
- Specifies the status of the request to generate an assessment report.ReportStatus
public void setUrl(String url)
Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.
url
- Specifies the URL where you can find the generated assessment report. This parameter is only returned if
the report is successfully generated.public String getUrl()
Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.
public GetAssessmentReportResult withUrl(String url)
Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.
url
- Specifies the URL where you can find the generated assessment report. This parameter is only returned if
the report is successfully generated.public String toString()
toString
in class Object
Object.toString()
public GetAssessmentReportResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.