public class UpdateUserPoolDomainResult extends Object implements Serializable
The UpdateUserPoolDomain response output.
| Constructor and Description |
|---|
UpdateUserPoolDomainResult() |
| Modifier and Type | Method and Description |
|---|---|
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; useful for testing and
debugging.
|
UpdateUserPoolDomainResult |
withCloudFrontDomain(String 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.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
public void setCloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
cloudFrontDomain - 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
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()Copyright © 2020. All rights reserved.