public class UpdateChapCredentialsResult
extends java.lang.Object
implements java.io.Serializable
A JSON object containing the following fields:
| コンストラクタと説明 |
|---|
UpdateChapCredentialsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInitiatorName()
The iSCSI initiator that connects to the target.
|
java.lang.String |
getTargetARN()
The Amazon Resource Name (ARN) of the target.
|
int |
hashCode() |
void |
setInitiatorName(java.lang.String initiatorName)
The iSCSI initiator that connects to the target.
|
void |
setTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the target.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateChapCredentialsResult |
withInitiatorName(java.lang.String initiatorName)
The iSCSI initiator that connects to the target.
|
UpdateChapCredentialsResult |
withTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the target.
|
public 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 target. This is the same target
specified in the request.public UpdateChapCredentialsResult 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 target. This is the same target
specified in the request.public java.lang.String getInitiatorName()
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
public void setInitiatorName(java.lang.String initiatorName)
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
initiatorName - The iSCSI initiator that connects to the target. This is the same
initiator name specified in the request.public UpdateChapCredentialsResult withInitiatorName(java.lang.String initiatorName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
initiatorName - The iSCSI initiator that connects to the target. This is the same
initiator name specified in the request.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