Class AWSAccountInfo


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.510-07:00")
    public class AWSAccountInfo
    extends Object
    Details of the cloud network and the cross-account role required to delete the PrivateLink endpoint.
    • Constructor Detail

      • AWSAccountInfo

        public AWSAccountInfo()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object