public class CreateLunaClientResult extends Object implements Serializable, Cloneable
Contains the output of the CreateLunaClient action.
Constructor and Description |
---|
CreateLunaClientResult() |
Modifier and Type | Method and Description |
---|---|
CreateLunaClientResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientArn()
The ARN of the client.
|
int |
hashCode() |
void |
setClientArn(String clientArn)
The ARN of the client.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateLunaClientResult |
withClientArn(String clientArn)
The ARN of the client.
|
public String getClientArn()
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
public void setClientArn(String clientArn)
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
clientArn
- The ARN of the client.public CreateLunaClientResult withClientArn(String clientArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\-]*:[0-9]{12}:client-[0-9a-f]{8}
clientArn
- The ARN of the client.public String toString()
toString
in class Object
Object.toString()
public CreateLunaClientResult clone()
Copyright © 2015. All rights reserved.