Package com.cloudera.cdp.datalake.model
Class CreateAWSDatalakeResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.CreateAWSDatalakeResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-03-19T13:03:28.689-07:00")
public class CreateAWSDatalakeResponse
extends CdpResponse
Response object for create AWS datalake request.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for datalake.Getter for operationId.int
hashCode()
void
setDatalake
(Datalake datalake) Setter for datalake.void
setOperationId
(String operationId) Setter for operationId.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
CreateAWSDatalakeResponse
public CreateAWSDatalakeResponse()
-
-
Method Details
-
getDatalake
Getter for datalake. The datalake. -
setDatalake
Setter for datalake. The datalake. -
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
-