@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, setSdkResponseMetadata
public 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. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig
. If you set an Amazon Cognito prefix domain, this operation returns a blank
response.
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. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig
. If you set an Amazon Cognito prefix domain, this operation returns a
blank response.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. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig
. If you set an Amazon Cognito prefix domain, this operation returns a blank
response.
CustomDomainConfig
. If you set an Amazon Cognito prefix domain, this operation returns a
blank response.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. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig
. If you set an Amazon Cognito prefix domain, this operation returns a blank
response.
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. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig
. If you set an Amazon Cognito prefix domain, this operation returns a
blank response.public String toString()
toString
in class Object
Object.toString()
public CreateUserPoolDomainResult clone()