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