@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyServerlessCacheSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopyServerlessCacheSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
CopyServerlessCacheSnapshotResult |
clone() |
boolean |
equals(Object obj) |
ServerlessCacheSnapshot |
getServerlessCacheSnapshot()
The response for the attempt to copy the serverless cache snapshot.
|
int |
hashCode() |
void |
setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The response for the attempt to copy the serverless cache snapshot.
|
String |
toString()
Returns a string representation of this object.
|
CopyServerlessCacheSnapshotResult |
withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The response for the attempt to copy the serverless cache snapshot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The response for the attempt to copy the serverless cache snapshot. Available for Redis only.
serverlessCacheSnapshot
- The response for the attempt to copy the serverless cache snapshot. Available for Redis only.public ServerlessCacheSnapshot getServerlessCacheSnapshot()
The response for the attempt to copy the serverless cache snapshot. Available for Redis only.
public CopyServerlessCacheSnapshotResult withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The response for the attempt to copy the serverless cache snapshot. Available for Redis only.
serverlessCacheSnapshot
- The response for the attempt to copy the serverless cache snapshot. Available for Redis only.public String toString()
toString
in class Object
Object.toString()
public CopyServerlessCacheSnapshotResult clone()
Copyright © 2024. All rights reserved.