@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserPoolDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The UpdateUserPoolDomain request input.
NOOP
Constructor and Description |
---|
UpdateUserPoolDomainRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CustomDomainConfigType |
getCustomDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
String |
getDomain()
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.
|
String |
getUserPoolId()
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
|
int |
hashCode() |
void |
setCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
void |
setDomain(String domain)
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.
|
void |
setUserPoolId(String userPoolId)
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserPoolDomainRequest |
withCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
UpdateUserPoolDomainRequest |
withDomain(String domain)
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.
|
UpdateUserPoolDomainRequest |
withUserPoolId(String userPoolId)
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomain(String domain)
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One example
might be auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
domain
- The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One
example might be auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
public String getDomain()
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One example
might be auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
public UpdateUserPoolDomainRequest withDomain(String domain)
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One example
might be auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
domain
- The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One
example might be auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
public void setUserPoolId(String userPoolId)
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
userPoolId
- The ID of the user pool that is associated with the custom domain whose certificate you're updating.public String getUserPoolId()
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
public UpdateUserPoolDomainRequest withUserPoolId(String userPoolId)
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
userPoolId
- The ID of the user pool that is associated with the custom domain whose certificate you're updating.public void setCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
customDomainConfig
- The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use
this object to specify an SSL certificate that is managed by ACM.public CustomDomainConfigType getCustomDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
public UpdateUserPoolDomainRequest withCustomDomainConfig(CustomDomainConfigType customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
customDomainConfig
- The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use
this object to specify an SSL certificate that is managed by ACM.public String toString()
toString
in class Object
Object.toString()
public UpdateUserPoolDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()