Class UpdateUserPoolDomainResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateUserPoolDomainResponse.Builder,UpdateUserPoolDomainResponse>
The UpdateUserPoolDomain response output.
-
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 IntegerA version number that indicates the state of managed login for your domain.final RoutingTyperouting()The updated routing configuration for the user pool domain.static Class<? extends UpdateUserPoolDomainResponse.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
A version number that indicates the state of managed login for your domain. Version
1is hosted UI (classic). Version2is the newer managed login with the branding editor. For more information, see Managed login.- Returns:
- A version number that indicates the state of managed login for your domain. Version
1is hosted UI (classic). Version2is the newer managed login with the branding editor. For more information, see Managed login.
-
cloudFrontDomain
The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. You 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 operation returns a blank response.- Returns:
- The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed
login or classic hosted UI pages. You 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 operation returns a blank response.
-
routing
The updated routing configuration for the user pool domain.
- Returns:
- The updated routing configuration for the user pool domain.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateUserPoolDomainResponse.Builder,UpdateUserPoolDomainResponse> - 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
-