@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelFindingsReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelFindingsReportResult() |
Modifier and Type | Method and Description |
---|---|
CancelFindingsReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getReportId()
The ID of the canceled report.
|
int |
hashCode() |
void |
setReportId(String reportId)
The ID of the canceled report.
|
String |
toString()
Returns a string representation of this object.
|
CancelFindingsReportResult |
withReportId(String reportId)
The ID of the canceled report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReportId(String reportId)
The ID of the canceled report.
reportId
- The ID of the canceled report.public String getReportId()
The ID of the canceled report.
public CancelFindingsReportResult withReportId(String reportId)
The ID of the canceled report.
reportId
- The ID of the canceled report.public String toString()
toString
in class Object
Object.toString()
public CancelFindingsReportResult clone()