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