|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.storagegateway.model.DeleteChapCredentialsResult
public class DeleteChapCredentialsResult
A JSON object containing the following fields:
| Constructor Summary | |
|---|---|
DeleteChapCredentialsResult()
|
|
| Method Summary | |
|---|---|
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. |
DeleteChapCredentialsResult |
withInitiatorName(java.lang.String initiatorName)
The iSCSI initiator that connects to the target. |
DeleteChapCredentialsResult |
withTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the target. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteChapCredentialsResult()
| Method Detail |
|---|
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.public DeleteChapCredentialsResult 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.
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.public DeleteChapCredentialsResult 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.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||