@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApiCacheResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a UpdateApiCache
operation.
Constructor and Description |
---|
UpdateApiCacheResult() |
Modifier and Type | Method and Description |
---|---|
UpdateApiCacheResult |
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.
|
UpdateApiCacheResult |
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 UpdateApiCacheResult withApiCache(ApiCache apiCache)
The ApiCache
object.
apiCache
- The ApiCache
object.public String toString()
toString
in class Object
Object.toString()
public UpdateApiCacheResult clone()