@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 a PDF of the CIS scan report can be downloaded.
|
int |
hashCode() |
void |
setStatus(String status)
The status.
|
void |
setUrl(String url)
The URL where a PDF of the CIS scan report 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 a PDF of the CIS scan report can be downloaded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status.
status
- The status.CisReportStatus
public String getStatus()
The status.
CisReportStatus
public GetCisScanReportResult withStatus(String status)
The status.
status
- The status.CisReportStatus
public GetCisScanReportResult withStatus(CisReportStatus status)
The status.
status
- The status.CisReportStatus
public void setUrl(String url)
The URL where a PDF of the CIS scan report can be downloaded.
url
- The URL where a PDF of the CIS scan report can be downloaded.public String getUrl()
The URL where a PDF of the CIS scan report can be downloaded.
public GetCisScanReportResult withUrl(String url)
The URL where a PDF of the CIS scan report can be downloaded.
url
- The URL where a PDF of the CIS scan report can be downloaded.public String toString()
toString
in class Object
Object.toString()
public GetCisScanReportResult clone()