com.baidubce.services.ses.model
Class VerifyDomainResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.ses.model.SesResponse
com.baidubce.services.ses.model.VerifyDomainResponse
- All Implemented Interfaces:
- Serializable
public class VerifyDomainResponse
- extends SesResponse
The response class of verify domain.
It includes a token, that is used to verify domain. You need to put it into
the setting of domain, then SES will finish verifying automatically.
- See Also:
- Serialized Form
VerifyDomainResponse
public VerifyDomainResponse()
getToken
public String getToken()
setToken
public void setToken(String token)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.