Class MigratePrivateLinkEndpointsRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-11-26T08:05:46.268-08: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 for AWS-only. AWS account info for the PrivateLink endpoint migration. Only VPC ID, region, and credentials are required. Subnets and other details are retrieved from DB.
    • setAwsAccountInfo

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