@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCisScanReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetCisScanReportResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCisScanReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status.
|
String |
getUrl()
The URL where the CIS scan report PDF can be downloaded.
|
int |
hashCode() |
void |
setStatus(String status)
The status.
|
void |
setUrl(String url)
The URL where the CIS scan report PDF can be downloaded.
|
String |
toString()
Returns a string representation of this object.
|
GetCisScanReportResult |
withStatus(CisReportStatus status)
The status.
|
GetCisScanReportResult |
withStatus(String status)
The status.
|
GetCisScanReportResult |
withUrl(String url)
The URL where the CIS scan report PDF can be downloaded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status.
status - The status.CisReportStatuspublic String getStatus()
The status.
CisReportStatuspublic GetCisScanReportResult withStatus(String status)
The status.
status - The status.CisReportStatuspublic GetCisScanReportResult withStatus(CisReportStatus status)
The status.
status - The status.CisReportStatuspublic void setUrl(String url)
The URL where the CIS scan report PDF can be downloaded.
url - The URL where the CIS scan report PDF can be downloaded.public String getUrl()
The URL where the CIS scan report PDF can be downloaded.
public GetCisScanReportResult withUrl(String url)
The URL where the CIS scan report PDF can be downloaded.
url - The URL where the CIS scan report PDF can be downloaded.public String toString()
toString in class ObjectObject.toString()public GetCisScanReportResult clone()
Copyright © 2024. All rights reserved.