Class GetCredentialPrerequisitesResponse

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

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

    • GetCredentialPrerequisitesResponse

      public GetCredentialPrerequisitesResponse()
  • Method Details

    • getCloudPlatform

      public String getCloudPlatform()
      Getter for cloudPlatform. The name of the given cloud platform
    • setCloudPlatform

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The name of the given cloud platform
    • getAccountId

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

      public void setAccountId(String accountId)
      Setter for accountId. The provider specific identifier of the account/subscription/project that is used by Cloudbreak.
    • 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.
    • getAzure

      Getter for azure. Provides the app creation command and role definition Json for Azure credential creation.
    • setAzure

      public void setAzure(AzureCredentialPrerequisitesResponse azure)
      Setter for azure. Provides the app creation command and role definition Json for Azure 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