Package com.cloudera.cdp.df.model
Class ListDeployableServicesForNewDeploymentsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ListDeployableServicesForNewDeploymentsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:42.200-08:00")
public class ListDeployableServicesForNewDeploymentsResponse
extends CdpResponse
Response object for the ListDeployableServicesForNewDeploymentsRequest method.
-
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 services.int
hashCode()
void
setServices
(List<ServiceSummary> services) Setter for services.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListDeployableServicesForNewDeploymentsResponse
public ListDeployableServicesForNewDeploymentsResponse()
-
-
Method Details