Class GetGovCloudCredentialPrerequisitesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetGovCloudCredentialPrerequisitesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class GetGovCloudCredentialPrerequisitesResponse
extends CdpResponse
The credential prerequisites for GovCloud for the enabled providers.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for accountId.getAws()Getter for aws.inthashCode()voidsetAccountId(String accountId) Setter for accountId.voidSetter for aws.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetGovCloudCredentialPrerequisitesResponse
public GetGovCloudCredentialPrerequisitesResponse()
-
-
Method Details
-
getAccountId
Getter for accountId. The provider specific identifier of the account/subscription/project. -
setAccountId
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 GovCloud credential creation. -
setAws
Setter for aws. Provides the external id and policy JSON (this one encoded in base64) for AWS GovCloud credential creation. -
equals
-
hashCode
public int hashCode() -
toString
-