@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApiCacheResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetApiCache
operation.
Constructor and Description |
---|
GetApiCacheResult() |
Modifier and Type | Method and Description |
---|---|
GetApiCacheResult |
clone() |
boolean |
equals(Object obj) |
ApiCache |
getApiCache() |
int |
hashCode() |
void |
setApiCache(ApiCache apiCache) |
String |
toString()
Returns a string representation of this object.
|
GetApiCacheResult |
withApiCache(ApiCache apiCache) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApiCache(ApiCache apiCache)
apiCache
- public ApiCache getApiCache()
public GetApiCacheResult withApiCache(ApiCache apiCache)
apiCache
- public String toString()
toString
in class Object
Object.toString()
public GetApiCacheResult clone()
Copyright © 2019. All rights reserved.