public class RetrieveDomainAuthCodeResult extends Object implements Serializable, Cloneable
The RetrieveDomainAuthCode response includes the following element.
Constructor and Description |
---|
RetrieveDomainAuthCodeResult() |
Modifier and Type | Method and Description |
---|---|
RetrieveDomainAuthCodeResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthCode()
The authorization code for the domain.
|
int |
hashCode() |
void |
setAuthCode(String authCode)
The authorization code for the domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RetrieveDomainAuthCodeResult |
withAuthCode(String authCode)
The authorization code for the domain.
|
public String getAuthCode()
Type: String
Constraints:
Length: 0 - 1024
Type: String
public void setAuthCode(String authCode)
Type: String
Constraints:
Length: 0 - 1024
authCode
- The authorization code for the domain. Type: String
public RetrieveDomainAuthCodeResult withAuthCode(String authCode)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
authCode
- The authorization code for the domain. Type: String
public String toString()
toString
in class Object
Object.toString()
public RetrieveDomainAuthCodeResult clone()
Copyright © 2015. All rights reserved.