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