Class DeletePrivateLinkEndpointRequest
java.lang.Object
com.cloudera.cdp.cloudprivatelinks.model.DeletePrivateLinkEndpointRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:32.006-07:00")
public class DeletePrivateLinkEndpointRequest
extends Object
Request object for the DeletePrivateLinkEndpoint method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for awsAccountInfo.Getter for azureAccountInfo.Getter for cloudServiceProvider.inthashCode()voidsetAwsAccountInfo(AWSAccountInfo awsAccountInfo) Setter for awsAccountInfo.voidsetAzureAccountInfo(AzureAccountInfo azureAccountInfo) Setter for azureAccountInfo.voidsetCloudServiceProvider(String cloudServiceProvider) Setter for cloudServiceProvider.toString()
-
Constructor Details
-
DeletePrivateLinkEndpointRequest
public DeletePrivateLinkEndpointRequest()
-
-
Method Details
-
getCloudServiceProvider
Getter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
setCloudServiceProvider
Setter for cloudServiceProvider. Cloud Service Provider. Currently supporting AWS and AZURE. -
getAwsAccountInfo
Getter for awsAccountInfo. AWS account details to delete the PrivateLink endpoint from. -
setAwsAccountInfo
Setter for awsAccountInfo. AWS account details to delete the PrivateLink endpoint from. -
getAzureAccountInfo
Getter for azureAccountInfo. Azure account details to delete the PrivateLink endpoint from. -
setAzureAccountInfo
Setter for azureAccountInfo. Azure account details to delete the PrivateLink endpoint from. -
equals
-
hashCode
public int hashCode() -
toString
-