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