Class UpdateUserPoolDomainResponse

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<UpdateUserPoolDomainResponse.Builder,UpdateUserPoolDomainResponse>

@Generated("software.amazon.awssdk:codegen") public final class UpdateUserPoolDomainResponse extends CognitoIdentityProviderResponse implements ToCopyableBuilder<UpdateUserPoolDomainResponse.Builder,UpdateUserPoolDomainResponse>

The UpdateUserPoolDomain response output.

  • Method Details

    • managedLoginVersion

      public final Integer managedLoginVersion()

      A version number that indicates the state of managed login for your domain. Version 1 is hosted UI (classic). Version 2 is 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 1 is hosted UI (classic). Version 2 is the newer managed login with the branding editor. For more information, see Managed login.
    • cloudFrontDomain

      public final String 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

      public final RoutingType routing()

      The updated routing configuration for the user pool domain.

      Returns:
      The updated routing configuration for the user pool domain.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<UpdateUserPoolDomainResponse.Builder,UpdateUserPoolDomainResponse>
      Specified by:
      toBuilder in class AwsResponse
    • builder

      public static UpdateUserPoolDomainResponse.Builder builder()
    • serializableBuilderClass

      public static Class<? extends UpdateUserPoolDomainResponse.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsResponse
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsResponse
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • toString

      public final String 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkResponse
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo