Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class CreateCachediSCSIVolumeResult

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

public class CreateCachediSCSIVolumeResult
extends Object
implements Serializable

A JSON object containing the following fields:

See Also:
Serialized Form

Constructor Summary
CreateCachediSCSIVolumeResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getTargetARN()
          The ARN of the volume target that includes the iSCSI name that initiators can use to connect to the target.
 String getVolumeARN()
          The ARN of the configured volume.
 int hashCode()
           
 void setTargetARN(String targetARN)
          The ARN of the volume target that includes the iSCSI name that initiators can use to connect to the target.
 void setVolumeARN(String volumeARN)
          The ARN of the configured volume.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateCachediSCSIVolumeResult withTargetARN(String targetARN)
          The ARN of the volume target that includes the iSCSI name that initiators can use to connect to the target.
 CreateCachediSCSIVolumeResult withVolumeARN(String volumeARN)
          The ARN of the configured volume.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateCachediSCSIVolumeResult

public CreateCachediSCSIVolumeResult()
Method Detail

getVolumeARN

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

Constraints:
Length: 50 - 500

Returns:
The ARN of the configured volume.

setVolumeARN

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

Constraints:
Length: 50 - 500

Parameters:
volumeARN - The ARN of the configured volume.

withVolumeARN

public CreateCachediSCSIVolumeResult withVolumeARN(String volumeARN)
The 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 ARN of the configured volume.
Returns:
A reference to this updated object so that method calls can be chained together.

getTargetARN

public String getTargetARN()
The ARN of the volume target that includes the iSCSI name that initiators can use to connect to the target.

Constraints:
Length: 50 - 800

Returns:
The 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)
The 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 - The ARN of the volume target that includes the iSCSI name that initiators can use to connect to the target.

withTargetARN

public CreateCachediSCSIVolumeResult withTargetARN(String targetARN)
The 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 - The 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.