@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCachediSCSIVolumeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateCachediSCSIVolumeResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateCachediSCSIVolumeResult |
clone() |
boolean |
equals(Object obj) |
String |
getTargetARN()
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to
connect to the target.
|
String |
getVolumeARN()
The Amazon Resource Name (ARN) of the configured volume.
|
int |
hashCode() |
void |
setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to
connect to the target.
|
void |
setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the configured volume.
|
String |
toString()
Returns a string representation of this object.
|
CreateCachediSCSIVolumeResult |
withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to
connect to the target.
|
CreateCachediSCSIVolumeResult |
withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the configured volume.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the configured volume.
volumeARN - The Amazon Resource Name (ARN) of the configured volume.public String getVolumeARN()
The Amazon Resource Name (ARN) of the configured volume.
public CreateCachediSCSIVolumeResult withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the configured volume.
volumeARN - The Amazon Resource Name (ARN) of the configured volume.public void setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
targetARN - The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use
to connect to the target.public String getTargetARN()
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
public CreateCachediSCSIVolumeResult withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
targetARN - The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use
to connect to the target.public String toString()
toString in class ObjectObject.toString()public CreateCachediSCSIVolumeResult clone()