Package com.cloudera.cdp.datahub.model
Class CreateAWSGovCloudClusterResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.CreateAWSGovCloudClusterResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class CreateAWSGovCloudClusterResponse
extends CdpResponse
Response object for create AWS cluster request on GovCloud.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cluster.Getter for operationId.inthashCode()voidsetCluster(Cluster cluster) Setter for cluster.voidsetOperationId(String operationId) Setter for operationId.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
CreateAWSGovCloudClusterResponse
public CreateAWSGovCloudClusterResponse()
-
-
Method Details
-
getCluster
Getter for cluster. The cluster. -
setCluster
Setter for cluster. The cluster. -
getOperationId
Getter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
setOperationId
Setter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
equals
-
hashCode
public int hashCode() -
toString
-