Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class DescribeChapCredentialsRequest

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

public class DescribeChapCredentialsRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeChapCredentials operation.

This operation returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair.

See Also:
AWSStorageGateway.describeChapCredentials(DescribeChapCredentialsRequest), Serialized Form

Constructor Summary
DescribeChapCredentialsRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getTargetARN()
          The Amazon Resource Name (ARN) of the iSCSI volume target.
 int hashCode()
           
 void setTargetARN(String targetARN)
          The Amazon Resource Name (ARN) of the iSCSI volume target.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeChapCredentialsRequest withTargetARN(String targetARN)
          The Amazon Resource Name (ARN) of the iSCSI volume target.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeChapCredentialsRequest

public DescribeChapCredentialsRequest()
Method Detail

getTargetARN

public String getTargetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

Constraints:
Length: 50 - 800

Returns:
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

setTargetARN

public void setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

Constraints:
Length: 50 - 800

Parameters:
targetARN - The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

withTargetARN

public DescribeChapCredentialsRequest withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

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

Constraints:
Length: 50 - 800

Parameters:
targetARN - The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
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.