@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserPoolDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateUserPoolDomainResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateUserPoolDomainResult | clone() | 
| boolean | equals(Object obj) | 
| String | getCloudFrontDomain()
 The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name
 Service (DNS) provider. | 
| int | hashCode() | 
| void | setCloudFrontDomain(String cloudFrontDomain)
 The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name
 Service (DNS) provider. | 
| String | toString()Returns a string representation of this object. | 
| CreateUserPoolDomainResult | withCloudFrontDomain(String cloudFrontDomain)
 The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name
 Service (DNS) provider. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.
cloudFrontDomain - The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain
        Name Service (DNS) provider.public String getCloudFrontDomain()
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.
public CreateUserPoolDomainResult withCloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.
cloudFrontDomain - The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain
        Name Service (DNS) provider.public String toString()
toString in class ObjectObject.toString()public CreateUserPoolDomainResult clone()