Class CreateLunaClientResult
java.lang.Object
com.amazonaws.services.cloudhsm.model.CreateLunaClientResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of the CreateLunaClient action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ARN of the client.inthashCode()voidsetClientArn(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
-
CreateLunaClientResult
public CreateLunaClientResult()
-
-
Method Details
-
setClientArn
The ARN of the client.
- Parameters:
clientArn- The ARN of the client.
-
getClientArn
-
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
-
equals
-
hashCode
-
clone
-