@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServerlessCacheResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteServerlessCacheResult() |
Modifier and Type | Method and Description |
---|---|
DeleteServerlessCacheResult |
clone() |
boolean |
equals(Object obj) |
ServerlessCache |
getServerlessCache()
Provides the details of the specified serverless cache that is about to be deleted.
|
int |
hashCode() |
void |
setServerlessCache(ServerlessCache serverlessCache)
Provides the details of the specified serverless cache that is about to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteServerlessCacheResult |
withServerlessCache(ServerlessCache serverlessCache)
Provides the details of the specified serverless cache that is about to be deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerlessCache(ServerlessCache serverlessCache)
Provides the details of the specified serverless cache that is about to be deleted.
serverlessCache
- Provides the details of the specified serverless cache that is about to be deleted.public ServerlessCache getServerlessCache()
Provides the details of the specified serverless cache that is about to be deleted.
public DeleteServerlessCacheResult withServerlessCache(ServerlessCache serverlessCache)
Provides the details of the specified serverless cache that is about to be deleted.
serverlessCache
- Provides the details of the specified serverless cache that is about to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteServerlessCacheResult clone()