Class DeleteChapCredentialsResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.DeleteChapCredentialsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DeleteChapCredentialsResult extends Object implements Serializable, Cloneable
A JSON object containing the following fields:
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteChapCredentialsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteChapCredentialsResult
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.DeleteChapCredentialsResult
withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.DeleteChapCredentialsResult
withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.
-
-
-
Method Detail
-
setTargetARN
public void setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.
- Parameters:
targetARN
- The Amazon Resource Name (ARN) of the target.
-
getTargetARN
public String getTargetARN()
The Amazon Resource Name (ARN) of the target.
- Returns:
- The Amazon Resource Name (ARN) of the target.
-
withTargetARN
public DeleteChapCredentialsResult withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the target.
- Parameters:
targetARN
- The Amazon Resource Name (ARN) of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInitiatorName
public void setInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
- Parameters:
initiatorName
- The iSCSI initiator that connects to the target.
-
getInitiatorName
public String getInitiatorName()
The iSCSI initiator that connects to the target.
- Returns:
- The iSCSI initiator that connects to the target.
-
withInitiatorName
public DeleteChapCredentialsResult withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
- Parameters:
initiatorName
- The iSCSI initiator that connects to the target.- Returns:
- Returns a reference to this 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteChapCredentialsResult clone()
-
-