@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteReportPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteReportPlanRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteReportPlanRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getReportPlanName()
 The unique name of a report plan. | 
| int | hashCode() | 
| void | setReportPlanName(String reportPlanName)
 The unique name of a report plan. | 
| String | toString()Returns a string representation of this object. | 
| DeleteReportPlanRequest | withReportPlanName(String reportPlanName)
 The unique name of a report plan. | 
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 setReportPlanName(String reportPlanName)
The unique name of a report plan.
reportPlanName - The unique name of a report plan.public String getReportPlanName()
The unique name of a report plan.
public DeleteReportPlanRequest withReportPlanName(String reportPlanName)
The unique name of a report plan.
reportPlanName - The unique name of a report plan.public String toString()
toString in class ObjectObject.toString()public DeleteReportPlanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()