Class CreateCachediSCSIVolumeResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.CreateCachediSCSIVolumeResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CreateCachediSCSIVolumeResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateCachediSCSIVolumeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCachediSCSIVolumeResult
clone()
boolean
equals(Object obj)
String
getTargetARN()
String
getVolumeARN()
int
hashCode()
void
setTargetARN(String targetARN)
void
setVolumeARN(String volumeARN)
String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateCachediSCSIVolumeResult
withTargetARN(String targetARN)
CreateCachediSCSIVolumeResult
withVolumeARN(String volumeARN)
-
-
-
Method Detail
-
setVolumeARN
public void setVolumeARN(String volumeARN)
- Parameters:
volumeARN
-
-
getVolumeARN
public String getVolumeARN()
- Returns:
-
withVolumeARN
public CreateCachediSCSIVolumeResult withVolumeARN(String volumeARN)
- Parameters:
volumeARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetARN
public void setTargetARN(String targetARN)
- Parameters:
targetARN
-
-
getTargetARN
public String getTargetARN()
- Returns:
-
withTargetARN
public CreateCachediSCSIVolumeResult withTargetARN(String targetARN)
- Parameters:
targetARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateCachediSCSIVolumeResult clone()
-
-