Package com.cloudera.cdp.datahub.model
Class GetVmTypesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.GetVmTypesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class GetVmTypesResponse
extends CdpResponse
Response object from the VM type fetch operation.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for vmTypes.Getter for vmTypesWithMetadata.int
hashCode()
void
setVmTypes
(List<String> vmTypes) Setter for vmTypes.void
setVmTypesWithMetadata
(List<VmTypeResponseWithMetadata> vmTypesWithMetadata) Setter for vmTypesWithMetadata.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetVmTypesResponse
public GetVmTypesResponse()
-
-
Method Details
-
getVmTypes
Getter for vmTypes. The supported VM types based on the given parameters. -
setVmTypes
Setter for vmTypes. The supported VM types based on the given parameters. -
getVmTypesWithMetadata
Getter for vmTypesWithMetadata. The supported VM types based on the given parameters with metadata. -
setVmTypesWithMetadata
Setter for vmTypesWithMetadata. The supported VM types based on the given parameters with metadata. -
equals
-
hashCode
public int hashCode() -
toString
-