Class CreateUserPoolDomainResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateUserPoolDomainResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateUserPoolDomainResponse.Builder,CreateUserPoolDomainResponse>
@Generated("software.amazon.awssdk:codegen")
public final class CreateUserPoolDomainResponse
extends CognitoIdentityProviderResponse
implements ToCopyableBuilder<CreateUserPoolDomainResponse.Builder,CreateUserPoolDomainResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe version of managed login branding applied your domain.final RoutingTyperouting()The routing configuration that was applied to the user pool domain.static Class<? extends CreateUserPoolDomainResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
managedLoginVersion
The version of managed login branding applied your domain. A value of
1indicates hosted UI (classic) and a version of2indicates managed login.- Returns:
- The version of managed login branding applied your domain. A value of
1indicates hosted UI (classic) and a version of2indicates managed login.
-
cloudFrontDomain
The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. Your domain-name authority must have an alias record that points requests for your custom domain to this FQDN. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig. If you set an Amazon Cognito prefix domain, this parameter returns null.- Returns:
- The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed
login or classic hosted UI pages. Your domain-name authority must have an alias record that points
requests for your custom domain to this FQDN. Amazon Cognito returns this value if you set a custom
domain with
CustomDomainConfig. If you set an Amazon Cognito prefix domain, this parameter returns null.
-
routing
The routing configuration that was applied to the user pool domain.
- Returns:
- The routing configuration that was applied to the user pool domain.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateUserPoolDomainResponse.Builder,CreateUserPoolDomainResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-