Class DeletePrivateLinkEndpointRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.510-07:00")
    public class DeletePrivateLinkEndpointRequest
    extends Object
    Request object for the DeletePrivateLinkEndpoint method.
    • Constructor Detail

      • DeletePrivateLinkEndpointRequest

        public DeletePrivateLinkEndpointRequest()
    • Method Detail

      • getServiceComponents

        public List<String> getServiceComponents()
        Getter for serviceComponents. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH]
      • setServiceComponents

        public void setServiceComponents​(List<String> serviceComponents)
        Setter for serviceComponents. CDP service component name [API/DBUSAPI/IAMAPI/CCMV2/CONSOLEAUTH]
      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. CRN of the CDP environment in AWS cloud that this PrivateLink endpoint gets deleted from.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. CRN of the CDP environment in AWS cloud that this PrivateLink endpoint gets deleted from.
      • getAwsAccountInfo

        public AWSAccountInfo getAwsAccountInfo()
        Getter for awsAccountInfo. AWS account details to delete the PrivateLink endpoint from.
      • setAwsAccountInfo

        public void setAwsAccountInfo​(AWSAccountInfo awsAccountInfo)
        Setter for awsAccountInfo. AWS account details to delete the PrivateLink endpoint from.
      • getAzureAccountInfo

        public AzureAccountInfo getAzureAccountInfo()
        Getter for azureAccountInfo. Azure account details to delete the PrivateLink endpoint from.
      • setAzureAccountInfo

        public void setAzureAccountInfo​(AzureAccountInfo azureAccountInfo)
        Setter for azureAccountInfo. Azure account details to delete the PrivateLink endpoint from.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object