@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()
The
ApiCache object. |
int |
hashCode() |
void |
setApiCache(ApiCache apiCache)
The
ApiCache object. |
String |
toString()
Returns a string representation of this object.
|
GetApiCacheResult |
withApiCache(ApiCache apiCache)
The
ApiCache object. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApiCache(ApiCache apiCache)
The ApiCache
object.
apiCache
- The ApiCache
object.public ApiCache getApiCache()
The ApiCache
object.
ApiCache
object.public GetApiCacheResult withApiCache(ApiCache apiCache)
The ApiCache
object.
apiCache
- The ApiCache
object.public String toString()
toString
in class Object
Object.toString()
public GetApiCacheResult clone()