@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteParallelDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteParallelDataResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteParallelDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the parallel data resource that is being deleted.
|
String |
getStatus()
The status of the parallel data deletion.
|
int |
hashCode() |
void |
setName(String name)
The name of the parallel data resource that is being deleted.
|
void |
setStatus(String status)
The status of the parallel data deletion.
|
String |
toString()
Returns a string representation of this object.
|
DeleteParallelDataResult |
withName(String name)
The name of the parallel data resource that is being deleted.
|
DeleteParallelDataResult |
withStatus(ParallelDataStatus status)
The status of the parallel data deletion.
|
DeleteParallelDataResult |
withStatus(String status)
The status of the parallel data deletion.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The name of the parallel data resource that is being deleted.
name - The name of the parallel data resource that is being deleted.public String getName()
The name of the parallel data resource that is being deleted.
public DeleteParallelDataResult withName(String name)
The name of the parallel data resource that is being deleted.
name - The name of the parallel data resource that is being deleted.public void setStatus(String status)
The status of the parallel data deletion.
status - The status of the parallel data deletion.ParallelDataStatuspublic String getStatus()
The status of the parallel data deletion.
ParallelDataStatuspublic DeleteParallelDataResult withStatus(String status)
The status of the parallel data deletion.
status - The status of the parallel data deletion.ParallelDataStatuspublic DeleteParallelDataResult withStatus(ParallelDataStatus status)
The status of the parallel data deletion.
status - The status of the parallel data deletion.ParallelDataStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteParallelDataResult clone()