@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetReportResult() |
| Modifier and Type | Method and Description |
|---|---|
GetReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentPresignedUrl()
Presigned S3 url to access the report content.
|
int |
hashCode() |
void |
setDocumentPresignedUrl(String documentPresignedUrl)
Presigned S3 url to access the report content.
|
String |
toString()
Returns a string representation of this object.
|
GetReportResult |
withDocumentPresignedUrl(String documentPresignedUrl)
Presigned S3 url to access the report content.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDocumentPresignedUrl(String documentPresignedUrl)
Presigned S3 url to access the report content.
documentPresignedUrl - Presigned S3 url to access the report content.public String getDocumentPresignedUrl()
Presigned S3 url to access the report content.
public GetReportResult withDocumentPresignedUrl(String documentPresignedUrl)
Presigned S3 url to access the report content.
documentPresignedUrl - Presigned S3 url to access the report content.public String toString()
toString in class ObjectObject.toString()public GetReportResult clone()