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 void setAuthCode(String authCode)
The authorization code for the domain.
Type: String
authCode - The authorization code for the domain.
Type: String
public String getAuthCode()
The authorization code for the domain.
Type: String
Type: String
public RetrieveDomainAuthCodeResult withAuthCode(String authCode)
The authorization code for the domain.
Type: String
authCode - The authorization code for the domain.
Type: String
public String toString()
toString in class ObjectObject.toString()public RetrieveDomainAuthCodeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.