public class GetRegistrationCodeResult extends Object implements Serializable
The output from the GetRegistrationCode operation.
| Constructor and Description |
|---|
GetRegistrationCodeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRegistrationCode()
The CA certificate registration code.
|
int |
hashCode() |
void |
setRegistrationCode(String registrationCode)
The CA certificate registration code.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetRegistrationCodeResult |
withRegistrationCode(String registrationCode)
The CA certificate registration code.
|
public String getRegistrationCode()
The CA certificate registration code.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The CA certificate registration code.
public void setRegistrationCode(String registrationCode)
The CA certificate registration code.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
registrationCode - The CA certificate registration code.
public GetRegistrationCodeResult withRegistrationCode(String registrationCode)
The CA certificate registration code.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
registrationCode - The CA certificate registration code.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.