Class AWSAccountInfo

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.464-07:00") public class AWSAccountInfo extends Object
Details of the cloud network and the cross-account role required to delete the PrivateLink endpoint.
  • Constructor Details

    • AWSAccountInfo

      public AWSAccountInfo()
  • Method Details

    • getCrossAccountRoleDetails

      public CrossAccountRoleDetails getCrossAccountRoleDetails()
      Getter for crossAccountRoleDetails. Cross account role details.
    • setCrossAccountRoleDetails

      public void setCrossAccountRoleDetails(CrossAccountRoleDetails crossAccountRoleDetails)
      Setter for crossAccountRoleDetails. Cross account role details.
    • getCredentialCrn

      public String getCredentialCrn()
      Getter for credentialCrn. CDP Credential CRN to fetch the AWS cross-account roleArn for the account where the endpoint gets deleted.
    • setCredentialCrn

      public void setCredentialCrn(String credentialCrn)
      Setter for credentialCrn. CDP Credential CRN to fetch the AWS cross-account roleArn for the account where the endpoint gets deleted.
    • getRegion

      public String getRegion()
      Getter for region. Region in which VPC exists.
    • setRegion

      public void setRegion(String region)
      Setter for region. Region in which VPC exists.
    • getVpcId

      public String getVpcId()
      Getter for vpcId. VPC ID in which the vpc endpoint should be deleted.
    • setVpcId

      public void setVpcId(String vpcId)
      Setter for vpcId. VPC ID in which the vpc endpoint should be deleted.
    • 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