Class ValidateCustomDomainOutputInner


  • public final class ValidateCustomDomainOutputInner
    extends Object
    Output of custom domain validation.
    • Constructor Detail

      • ValidateCustomDomainOutputInner

        public ValidateCustomDomainOutputInner()
    • Method Detail

      • customDomainValidated

        public Boolean customDomainValidated()
        Get the customDomainValidated property: Indicates whether the custom domain is valid or not.
        Returns:
        the customDomainValidated value.
      • reason

        public String reason()
        Get the reason property: The reason why the custom domain is not valid.
        Returns:
        the reason value.
      • message

        public String message()
        Get the message property: Error message describing why the custom domain is not valid.
        Returns:
        the message value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.