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="2024-09-27T08:40:26.724-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accountId.getAws()
Getter for aws.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
Setter for aws.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-