Class DescribeAllowedInstanceTypesResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.DescribeAllowedInstanceTypesResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class DescribeAllowedInstanceTypesResponse extends CdpResponse
Response object for the describeAllowedInstanceTypes method.
  • Constructor Details

    • DescribeAllowedInstanceTypesResponse

      public DescribeAllowedInstanceTypesResponse()
  • Method Details

    • getAws

      public AllowedInstanceTypes getAws()
      Getter for aws. Instance type settings that are being used during cluster creation command on the AWS platform
    • setAws

      public void setAws(AllowedInstanceTypes aws)
      Setter for aws. Instance type settings that are being used during cluster creation command on the AWS platform
    • getAzure

      public AllowedInstanceTypes getAzure()
      Getter for azure. Instance type settings that are being used during cluster creation command on the Azure platform
    • setAzure

      public void setAzure(AllowedInstanceTypes azure)
      Setter for azure. Instance type settings that are being used during cluster creation command on the Azure platform
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object