Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class DeleteChapCredentialsResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.DeleteChapCredentialsResult
All Implemented Interfaces:
Serializable

public class DeleteChapCredentialsResult
extends Object
implements Serializable

A JSON object containing the following fields:

See Also:
Serialized Form

Constructor Summary
DeleteChapCredentialsResult()
           
 
Method Summary
 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.
 DeleteChapCredentialsResult withInitiatorName(String initiatorName)
          The iSCSI initiator that connects to the target.
 DeleteChapCredentialsResult withTargetARN(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

DeleteChapCredentialsResult

public DeleteChapCredentialsResult()
Method Detail

getTargetARN

public String getTargetARN()
The Amazon Resource Name (ARN) of the target.

Constraints:
Length: 50 - 800

Returns:
The Amazon Resource Name (ARN) of the target.

setTargetARN

public void setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.

Constraints:
Length: 50 - 800

Parameters:
targetARN - The Amazon Resource Name (ARN) of the target.

withTargetARN

public DeleteChapCredentialsResult withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 800

Parameters:
targetARN - The Amazon Resource Name (ARN) of the target.
Returns:
A reference to this updated object so that method calls can be chained together.

getInitiatorName

public String getInitiatorName()
The iSCSI initiator that connects to the target.

Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+

Returns:
The iSCSI initiator that connects to the target.

setInitiatorName

public void setInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.

Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+

Parameters:
initiatorName - The iSCSI initiator that connects to the target.

withInitiatorName

public DeleteChapCredentialsResult withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+

Parameters:
initiatorName - The iSCSI initiator that connects to the target.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.