@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()
he Amazon Resource Name (ARN) of the volume target that 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)
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.
|
String |
toString()
Returns a string representation of this object.
|
CreateCachediSCSIVolumeResult |
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.
|
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)
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
targetARN - he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to
connect to the target.public String getTargetARN()
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
public CreateCachediSCSIVolumeResult 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.
targetARN - he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to
connect to the target.public String toString()
toString in class ObjectObject.toString()public CreateCachediSCSIVolumeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.