Class RevokePrivateLinkServiceAccessResult
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.RevokePrivateLinkServiceAccessResult
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.464-07:00")
public class RevokePrivateLinkServiceAccessResult
extends Object
Revoke response containing PrivateLink service name, service component and its revocation status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for privateLinkService.Getter for revocationStatus.Getter for serviceComponent.int
hashCode()
void
setPrivateLinkService
(String privateLinkService) Setter for privateLinkService.void
setRevocationStatus
(String revocationStatus) Setter for revocationStatus.void
setServiceComponent
(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
-