public class RetrieveDomainAuthCodeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The RetrieveDomainAuthCode response includes the following element.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
authCode
The authorization code for the domain.
|
Constructor and Description |
---|
RetrieveDomainAuthCodeResult() |
Modifier and Type | Method and Description |
---|---|
RetrieveDomainAuthCodeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAuthCode()
The authorization code for the domain.
|
int |
hashCode() |
void |
setAuthCode(java.lang.String authCode)
The authorization code for the domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RetrieveDomainAuthCodeResult |
withAuthCode(java.lang.String authCode)
The authorization code for the domain.
|
private java.lang.String authCode
The authorization code for the domain.
Type: String
public void setAuthCode(java.lang.String authCode)
The authorization code for the domain.
Type: String
authCode
- The authorization code for the domain.
Type: String
public java.lang.String getAuthCode()
The authorization code for the domain.
Type: String
Type: String
public RetrieveDomainAuthCodeResult withAuthCode(java.lang.String authCode)
The authorization code for the domain.
Type: String
authCode
- The authorization code for the domain.
Type: String
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RetrieveDomainAuthCodeResult clone()
clone
in class java.lang.Object