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