Class GetAuditCredentialPrerequisitesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetAuditCredentialPrerequisitesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GetAuditCredentialPrerequisitesResponse
extends CdpResponse
The audit credential prerequisites.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accountId.getAws()
Getter for aws.getAzure()
Getter for azure.Getter for cloudPlatform.getGcp()
Getter for gcp.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
Setter for aws.void
Setter for azure.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
Setter for gcp.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetAuditCredentialPrerequisitesResponse
public GetAuditCredentialPrerequisitesResponse()
-
-
Method Details
-
getCloudPlatform
Getter for cloudPlatform. The name of the given cloud platform -
setCloudPlatform
Setter for cloudPlatform. The name of the given cloud platform -
getAccountId
Getter for accountId. The provider specific identifier of the account/subscription/project that is used by Cloudbreak. -
setAccountId
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
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
Setter for azure. Provides the app creation command and role definition Json for Azure credential creation. -
getGcp
Getter for gcp. Provides the service account creation command for GCP credential creation. -
setGcp
Setter for gcp. Provides the service account creation command for GCP credential creation. -
equals
-
hashCode
public int hashCode() -
toString
-