Class GetVmTypesResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:15.632-07:00") public class GetVmTypesResponse extends CdpResponse
Response object from the VM type fetch operation.
  • Constructor Details

    • GetVmTypesResponse

      public GetVmTypesResponse()
  • Method Details

    • getVmTypes

      public List<String> getVmTypes()
      Getter for vmTypes. The supported VM types based on the given parameters.
    • setVmTypes

      public void setVmTypes(List<String> vmTypes)
      Setter for vmTypes. The supported VM types based on the given parameters.
    • getVmTypesWithMetadata

      public List<VmTypeResponseWithMetadata> getVmTypesWithMetadata()
      Getter for vmTypesWithMetadata. The supported VM types based on the given parameters with metadata.
    • setVmTypesWithMetadata

      public void setVmTypesWithMetadata(List<VmTypeResponseWithMetadata> vmTypesWithMetadata)
      Setter for vmTypesWithMetadata. The supported VM types based on the given parameters with metadata.
    • 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