Class GetGovCloudCredentialPrerequisitesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GetGovCloudCredentialPrerequisitesResponse
    extends CdpResponse
    The credential prerequisites for GovCloud for the enabled providers.
    • Constructor Detail

      • GetGovCloudCredentialPrerequisitesResponse

        public GetGovCloudCredentialPrerequisitesResponse()
    • Method Detail

      • getAccountId

        public String getAccountId()
        Getter for accountId. The provider specific identifier of the account/subscription/project.
      • setAccountId

        public void setAccountId​(String accountId)
        Setter for accountId. The provider specific identifier of the account/subscription/project.
      • getAws

        public AwsCredentialPrerequisitesResponse getAws()
        Getter for aws. Provides the external id and policy JSON (this one encoded in base64) for AWS GovCloud credential creation.
      • setAws

        public void setAws​(AwsCredentialPrerequisitesResponse aws)
        Setter for aws. Provides the external id and policy JSON (this one encoded in base64) for AWS GovCloud credential creation.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object