Class CreateStorediSCSIVolumeResult
java.lang.Object
com.amazonaws.services.storagegateway.model.CreateStorediSCSIVolumeResult
- All Implemented Interfaces:
Serializable
,Cloneable
A JSON object containing the following fields:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.The Amazon Resource Name (ARN) of the configured volume.The size of the volume in bytes.int
hashCode()
void
setTargetARN
(String targetARN) he Amazon Resource Name (ARN) of the volume target that 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.void
setVolumeSizeInBytes
(Long volumeSizeInBytes) The size of the volume in bytes.toString()
Returns a string representation of this object; useful for testing and debugging.withTargetARN
(String targetARN) he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.withVolumeARN
(String volumeARN) The Amazon Resource Name (ARN) of the configured volume.withVolumeSizeInBytes
(Long volumeSizeInBytes) The size of the volume in bytes.
-
Constructor Details
-
CreateStorediSCSIVolumeResult
public CreateStorediSCSIVolumeResult()
-
-
Method Details
-
setVolumeARN
The Amazon Resource Name (ARN) of the configured volume.
- Parameters:
volumeARN
- The Amazon Resource Name (ARN) of the configured volume.
-
getVolumeARN
The Amazon Resource Name (ARN) of the configured volume.
- Returns:
- The Amazon Resource Name (ARN) of the configured volume.
-
withVolumeARN
The Amazon Resource Name (ARN) of the configured volume.
- Parameters:
volumeARN
- The Amazon Resource Name (ARN) of the configured volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolumeSizeInBytes
The size of the volume in bytes.
- Parameters:
volumeSizeInBytes
- The size of the volume in bytes.
-
getVolumeSizeInBytes
The size of the volume in bytes.
- Returns:
- The size of the volume in bytes.
-
withVolumeSizeInBytes
The size of the volume in bytes.
- Parameters:
volumeSizeInBytes
- The size of the volume in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetARN
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
- Parameters:
targetARN
- he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
-
getTargetARN
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
- Returns:
- he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
-
withTargetARN
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
- Parameters:
targetARN
- he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.- 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
-