@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveDomainAuthCodeResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAuthCode(String authCode)
The authorization code for the domain.
authCode
- The authorization code for the domain.public String getAuthCode()
The authorization code for the domain.
public RetrieveDomainAuthCodeResult withAuthCode(String authCode)
The authorization code for the domain.
authCode
- The authorization code for the domain.public String toString()
toString
in class Object
Object.toString()
public RetrieveDomainAuthCodeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.