Class DeletePrivateLinkEndpointRequest

java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.DeletePrivateLinkEndpointRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.464-07:00") public class DeletePrivateLinkEndpointRequest extends Object
Request object for the DeletePrivateLinkEndpoint method.
  • Constructor Details

    • DeletePrivateLinkEndpointRequest

      public DeletePrivateLinkEndpointRequest()
  • Method Details

    • getCloudServiceProvider

      public String getCloudServiceProvider()
      Getter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE.
    • setCloudServiceProvider

      public void setCloudServiceProvider(String cloudServiceProvider)
      Setter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE.
    • 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.
    • 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