Class ModifyLunaClientResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.ModifyLunaClientResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the client.int
hashCode()
void
setClientArn
(String clientArn) The ARN of the client.toString()
Returns a string representation of this object; useful for testing and debugging.withClientArn
(String clientArn) The ARN of the client.
-
Constructor Details
-
ModifyLunaClientResult
public ModifyLunaClientResult()
-
-
Method Details
-
setClientArn
The ARN of the client.
- Parameters:
clientArn
- The ARN of the client.
-
getClientArn
The ARN of the client.
- Returns:
- The ARN of the client.
-
withClientArn
The ARN of the client.
- Parameters:
clientArn
- The ARN of the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-