Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class CreateStorediSCSIVolumeResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.CreateStorediSCSIVolumeResult
All Implemented Interfaces:
Serializable

public class CreateStorediSCSIVolumeResult
extends Object
implements Serializable

A JSON object containing the following fields:

See Also:
Serialized Form

Constructor Summary
CreateStorediSCSIVolumeResult()
           
 
Method Summary
 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.
 Long getVolumeSizeInBytes()
          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.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateStorediSCSIVolumeResult 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.
 CreateStorediSCSIVolumeResult withVolumeARN(String volumeARN)
          The Amazon Resource Name (ARN) of the configured volume.
 CreateStorediSCSIVolumeResult withVolumeSizeInBytes(Long volumeSizeInBytes)
          The size of the volume in bytes.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateStorediSCSIVolumeResult

public CreateStorediSCSIVolumeResult()
Method Detail

getVolumeARN

public String getVolumeARN()
The Amazon Resource Name (ARN) of the configured volume.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the configured volume.

setVolumeARN

public void setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the configured volume.

Constraints:
Length: 50 - 500

Parameters:
volumeARN - The Amazon Resource Name (ARN) of the configured volume.

withVolumeARN

public CreateStorediSCSIVolumeResult withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the configured volume.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

Parameters:
volumeARN - The Amazon Resource Name (ARN) of the configured volume.
Returns:
A reference to this updated object so that method calls can be chained together.

getVolumeSizeInBytes

public Long getVolumeSizeInBytes()
The size of the volume in bytes.

Returns:
The size of the volume in bytes.

setVolumeSizeInBytes

public void setVolumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.

Parameters:
volumeSizeInBytes - The size of the volume in bytes.

withVolumeSizeInBytes

public CreateStorediSCSIVolumeResult withVolumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.

Returns a reference to this object so that method calls can be chained together.

Parameters:
volumeSizeInBytes - The size of the volume in bytes.
Returns:
A reference to this updated object so that method calls can be chained together.

getTargetARN

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.

Constraints:
Length: 50 - 800

Returns:
he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.

setTargetARN

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.

Constraints:
Length: 50 - 800

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.

withTargetARN

public CreateStorediSCSIVolumeResult 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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 800

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:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.