public class DescribeChapCredentialsRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
DescribeChapCredentialsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTargetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
int |
hashCode() |
void |
setTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeChapCredentialsRequest |
withTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getTargetARN()
Constraints:
Length: 50 - 800
public void setTargetARN(java.lang.String targetARN)
Constraints:
Length: 50 - 800
targetARN - The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
DescribeStorediSCSIVolumes operation to return to retrieve the
TargetARN for specified VolumeARN.public DescribeChapCredentialsRequest withTargetARN(java.lang.String targetARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 800
targetARN - The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
DescribeStorediSCSIVolumes operation to return to retrieve the
TargetARN for specified VolumeARN.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object