Class CreateCachediSCSIVolumeResult
java.lang.Object
com.amazonaws.services.storagegateway.model.CreateCachediSCSIVolumeResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetTargetARN(String targetARN) voidsetVolumeARN(String volumeARN) toString()Returns a string representation of this object; useful for testing and debugging.withTargetARN(String targetARN) withVolumeARN(String volumeARN)
-
Constructor Details
-
CreateCachediSCSIVolumeResult
public CreateCachediSCSIVolumeResult()
-
-
Method Details
-
setVolumeARN
- Parameters:
volumeARN-
-
getVolumeARN
- Returns:
-
withVolumeARN
- Parameters:
volumeARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetARN
- Parameters:
targetARN-
-
getTargetARN
- Returns:
-
withTargetARN
- Parameters:
targetARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-