Class CreatePrivateLinkEndpointResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.cloudprivatelinks.model.CreatePrivateLinkEndpointResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:32.006-07:00")
public class CreatePrivateLinkEndpointResponse
extends CdpResponse
Response object for the CreatePrivateLinkEndpoint method.
-
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 trackingId.inthashCode()voidsetTrackingId(String trackingId) Setter for trackingId.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
CreatePrivateLinkEndpointResponse
public CreatePrivateLinkEndpointResponse()
-
-
Method Details
-
getTrackingId
Getter for trackingId. Tracking ID of the create endpoint request. -
setTrackingId
Setter for trackingId. Tracking ID of the create endpoint request. -
equals
-
hashCode
public int hashCode() -
toString
-