Class MigratePrivateLinkEndpointsRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:35.389-07:00") public class MigratePrivateLinkEndpointsRequest extends Object
Request object for the MigratePrivateLinkEndpoints method.
  • Constructor Details

    • MigratePrivateLinkEndpointsRequest

      public MigratePrivateLinkEndpointsRequest()
  • Method Details

    • getAwsAccountInfo

      public AWSAccountInfo getAwsAccountInfo()
      Getter for awsAccountInfo. Migration is AWS-only. AWS account information for the Private Link endpoint migration. Only the VPC ID, region, and credentials are required; subnet and other details are retrieved from the database.
    • setAwsAccountInfo

      public void setAwsAccountInfo(AWSAccountInfo awsAccountInfo)
      Setter for awsAccountInfo. Migration is AWS-only. AWS account information for the Private Link endpoint migration. Only the VPC ID, region, and credentials are required; subnet and other details are retrieved from the database.
    • 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