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 Details

    • RevokePrivateLinkServiceAccessResult

      public RevokePrivateLinkServiceAccessResult()
  • Method Details

    • getPrivateLinkService

      public String getPrivateLinkService()
      Getter for privateLinkService. Name of the Private link service.
    • setPrivateLinkService

      public void setPrivateLinkService(String privateLinkService)
      Setter for privateLinkService. Name of the Private link service.
    • getServiceComponent

      public String getServiceComponent()
      Getter for serviceComponent. CDP service component.
    • setServiceComponent

      public void setServiceComponent(String serviceComponent)
      Setter for serviceComponent. CDP service component.
    • getRevocationStatus

      public String getRevocationStatus()
      Getter for revocationStatus. Revocation status for the private link service.
    • setRevocationStatus

      public void setRevocationStatus(String revocationStatus)
      Setter for revocationStatus. Revocation status for the private link service.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object