Class RevokePrivateLinkServiceAccessResult
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.RevokePrivateLinkServiceAccessResult
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:32.006-07:00")
public class RevokePrivateLinkServiceAccessResult
extends Object
Revoke response containing PrivateLink service name, service component and its revocation status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for privateLinkService.Getter for revocationStatus.Getter for serviceComponent.inthashCode()voidsetPrivateLinkService(String privateLinkService) Setter for privateLinkService.voidsetRevocationStatus(String revocationStatus) Setter for revocationStatus.voidsetServiceComponent(String serviceComponent) Setter for serviceComponent.toString()
-
Constructor Details
-
RevokePrivateLinkServiceAccessResult
public RevokePrivateLinkServiceAccessResult()
-
-
Method Details
-
getPrivateLinkService
Getter for privateLinkService. Name of the Private link service. -
setPrivateLinkService
Setter for privateLinkService. Name of the Private link service. -
getServiceComponent
Getter for serviceComponent. CDP service component. -
setServiceComponent
Setter for serviceComponent. CDP service component. -
getRevocationStatus
Getter for revocationStatus. Revocation status for the private link service. -
setRevocationStatus
Setter for revocationStatus. Revocation status for the private link service. -
equals
-
hashCode
public int hashCode() -
toString
-