@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServerlessCacheSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteServerlessCacheSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
DeleteServerlessCacheSnapshotResult |
clone() |
boolean |
equals(Object obj) |
ServerlessCacheSnapshot |
getServerlessCacheSnapshot()
The snapshot to be deleted.
|
int |
hashCode() |
void |
setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The snapshot to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteServerlessCacheSnapshotResult |
withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The snapshot to be deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.
serverlessCacheSnapshot
- The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.public ServerlessCacheSnapshot getServerlessCacheSnapshot()
The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.
public DeleteServerlessCacheSnapshotResult withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.
serverlessCacheSnapshot
- The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.public String toString()
toString
in class Object
Object.toString()
public DeleteServerlessCacheSnapshotResult clone()