public class UpdateChapCredentialsResult extends Object implements Serializable
A JSON object containing the following fields:
Constructor and Description |
---|
UpdateChapCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getInitiatorName()
The iSCSI initiator that connects to the target.
|
String |
getTargetARN()
The Amazon Resource Name (ARN) of the target.
|
int |
hashCode() |
void |
setInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
void |
setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateChapCredentialsResult |
withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
UpdateChapCredentialsResult |
withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.
|
public String getTargetARN()
Constraints:
Length: 50 - 800
public void setTargetARN(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(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 String getInitiatorName()
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
public void setInitiatorName(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.