Class AutoScaleLoadRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class AutoScaleLoadRequest
    extends Object
    Configuration for Load Based Scaling
    • Constructor Detail

      • AutoScaleLoadRequest

        public AutoScaleLoadRequest()
    • Method Detail

      • setConfiguration

        public void setConfiguration​(AutoScaleLoadRequestConfiguration configuration)
        Setter for configuration. Configuration for Load Based Scaling
      • getIdentifier

        public String getIdentifier()
        Getter for identifier. An optional identifier for the rule. Generally useful for debugging. Will be auto-generated if none is provided.
      • setIdentifier

        public void setIdentifier​(String identifier)
        Setter for identifier. An optional identifier for the rule. Generally useful for debugging. Will be auto-generated if none is provided.
      • getDescription

        public String getDescription()
        Getter for description. An optional description for the specific schedule.
      • setDescription

        public void setDescription​(String description)
        Setter for description. An optional description for the specific schedule.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object