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