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