Class GetGovCloudAuditCredentialPrerequisitesResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetGovCloudAuditCredentialPrerequisitesResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class GetGovCloudAuditCredentialPrerequisitesResponse extends CdpResponse
The audit credential prerequisites for GovCloud for the enabled providers.
  • Constructor Details

    • GetGovCloudAuditCredentialPrerequisitesResponse

      public GetGovCloudAuditCredentialPrerequisitesResponse()
  • Method Details

    • 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

      Getter for aws. Provides the external id and policy JSON (this one encoded in base64) for AWS 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 credential creation.
    • 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