@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChapCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the following fields:
Constructor and Description |
---|
UpdateChapCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateChapCredentialsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
targetARN
- The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.public String getTargetARN()
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
public UpdateChapCredentialsResult withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
targetARN
- The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.public void setInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.
initiatorName
- The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.public String getInitiatorName()
The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.
public UpdateChapCredentialsResult withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.
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()
public UpdateChapCredentialsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.