Class AutoScaleRunError


  • public class AutoScaleRunError
    extends Object
    An error that occurred when autoscaling a pool.
    • Constructor Detail

      • AutoScaleRunError

        public AutoScaleRunError()
    • Method Detail

      • code

        public String code()
        Get the code value.
        Returns:
        the code value
      • withCode

        public AutoScaleRunError withCode​(String code)
        Set the code value.
        Parameters:
        code - the code value to set
        Returns:
        the AutoScaleRunError object itself.
      • message

        public String message()
        Get the message value.
        Returns:
        the message value
      • withMessage

        public AutoScaleRunError withMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
        Returns:
        the AutoScaleRunError object itself.
      • withDetails

        public AutoScaleRunError withDetails​(List<AutoScaleRunError> details)
        Set the details value.
        Parameters:
        details - the details value to set
        Returns:
        the AutoScaleRunError object itself.