@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshCacheResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
RefreshCacheOutput
| Constructor and Description | 
|---|
| RefreshCacheResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| RefreshCacheResult | clone() | 
| boolean | equals(Object obj) | 
| String | getFileShareARN() | 
| String | getNotificationId() | 
| int | hashCode() | 
| void | setFileShareARN(String fileShareARN) | 
| void | setNotificationId(String notificationId) | 
| String | toString()Returns a string representation of this object. | 
| RefreshCacheResult | withFileShareARN(String fileShareARN) | 
| RefreshCacheResult | withNotificationId(String notificationId) | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFileShareARN(String fileShareARN)
fileShareARN - public String getFileShareARN()
public RefreshCacheResult withFileShareARN(String fileShareARN)
fileShareARN - public void setNotificationId(String notificationId)
notificationId - public String getNotificationId()
public RefreshCacheResult withNotificationId(String notificationId)
notificationId - public String toString()
toString in class ObjectObject.toString()public RefreshCacheResult clone()