@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteDistributionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteDistributionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDistributionName()
 The name of the distribution to delete. | 
| int | hashCode() | 
| void | setDistributionName(String distributionName)
 The name of the distribution to delete. | 
| String | toString()Returns a string representation of this object. | 
| DeleteDistributionRequest | withDistributionName(String distributionName)
 The name of the distribution 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 setDistributionName(String distributionName)
The name of the distribution to delete.
 Use the GetDistributions action to get a list of distribution names that you can specify.
 
distributionName - The name of the distribution to delete.
        
        Use the GetDistributions action to get a list of distribution names that you can specify.
public String getDistributionName()
The name of the distribution to delete.
 Use the GetDistributions action to get a list of distribution names that you can specify.
 
         Use the GetDistributions action to get a list of distribution names that you can specify.
public DeleteDistributionRequest withDistributionName(String distributionName)
The name of the distribution to delete.
 Use the GetDistributions action to get a list of distribution names that you can specify.
 
distributionName - The name of the distribution to delete.
        
        Use the GetDistributions action to get a list of distribution names that you can specify.
public String toString()
toString in class ObjectObject.toString()public DeleteDistributionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()