@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()
Download URL of the qualification report.
|
int |
hashCode() |
void |
setQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Download URL of the qualification report.
|
String |
toString()
Returns a string representation of this object.
|
GetSuiteRunReportResult |
withQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Download URL of the qualification report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Download URL of the qualification report.
qualificationReportDownloadUrl
- Download URL of the qualification report.public String getQualificationReportDownloadUrl()
Download URL of the qualification report.
public GetSuiteRunReportResult withQualificationReportDownloadUrl(String qualificationReportDownloadUrl)
Download URL of the qualification report.
qualificationReportDownloadUrl
- Download URL of the qualification report.public String toString()
toString
in class Object
Object.toString()
public GetSuiteRunReportResult clone()