@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteReportDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Deletes the specified report.
NOOP| Constructor and Description |
|---|
DeleteReportDefinitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteReportDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReportName()
The name of the report that you want to delete.
|
int |
hashCode() |
void |
setReportName(String reportName)
The name of the report that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteReportDefinitionRequest |
withReportName(String reportName)
The name of the report that you want to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setReportName(String reportName)
The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.
reportName - The name of the report that you want to delete. The name must be unique, is case sensitive, and can't
include spaces.public String getReportName()
The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.
public DeleteReportDefinitionRequest withReportName(String reportName)
The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.
reportName - The name of the report that you want to delete. The name must be unique, is case sensitive, and can't
include spaces.public String toString()
toString in class ObjectObject.toString()public DeleteReportDefinitionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()