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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for awsAccountInfo.Getter for azureAccountInfo.Getter for cloudServiceProvider.int
hashCode()
void
setAwsAccountInfo
(AWSAccountInfo awsAccountInfo) Setter for awsAccountInfo.void
setAzureAccountInfo
(AzureAccountInfo azureAccountInfo) Setter for azureAccountInfo.void
setCloudServiceProvider
(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
-