@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserPoolDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The UpdateUserPoolDomain response output.
| Constructor and Description |
|---|
UpdateUserPoolDomainResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getCloudFrontDomain()
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
|
int |
hashCode() |
void |
setCloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserPoolDomainResult |
withCloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
cloudFrontDomain - The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user
pool.public String getCloudFrontDomain()
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
public UpdateUserPoolDomainResult withCloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
cloudFrontDomain - The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user
pool.public String toString()
toString in class ObjectObject.toString()public UpdateUserPoolDomainResult clone()