@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSuiteRunReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetSuiteRunReportResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSuiteRunReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getQualificationReportDownloadUrl()
Gets the download URL of the qualification report.
|
int |
hashCode() |
void |
setQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Gets the download URL of the qualification report.
|
String |
toString()
Returns a string representation of this object.
|
GetSuiteRunReportResult |
withQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Gets the download URL of the qualification report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Gets the download URL of the qualification report.
qualificationReportDownloadUrl - Gets the download URL of the qualification report.public String getQualificationReportDownloadUrl()
Gets the download URL of the qualification report.
public GetSuiteRunReportResult withQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Gets the download URL of the qualification report.
qualificationReportDownloadUrl - Gets the download URL of the qualification report.public String toString()
toString in class ObjectObject.toString()public GetSuiteRunReportResult clone()