|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.DeleteSnapshotRequest
public class DeleteSnapshotRequest
Container for the parameters to the DeleteSnapshot operation
.
The DeleteSnapshot operation deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.
AmazonElastiCache.deleteSnapshot(DeleteSnapshotRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteSnapshotRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getSnapshotName()
The name of the snapshot to be deleted. |
int |
hashCode()
|
void |
setSnapshotName(String snapshotName)
The name of the snapshot to be deleted. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteSnapshotRequest |
withSnapshotName(String snapshotName)
The name of the snapshot to be deleted. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteSnapshotRequest()
Method Detail |
---|
public String getSnapshotName()
public void setSnapshotName(String snapshotName)
snapshotName
- The name of the snapshot to be deleted.public DeleteSnapshotRequest withSnapshotName(String snapshotName)
Returns a reference to this object so that method calls can be chained together.
snapshotName
- The name of the snapshot to be deleted.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |