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="2023-12-01T13:59:41.311-08: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 Constructor Description GetGovCloudCredentialPrerequisitesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccountId()
Getter for accountId.AwsCredentialPrerequisitesResponse
getAws()
Getter for aws.int
hashCode()
void
setAccountId(String accountId)
Setter for accountId.void
setAws(AwsCredentialPrerequisitesResponse aws)
Setter for aws.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
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
public AwsCredentialPrerequisitesResponse getAws()
Getter for aws. Provides the external id and policy JSON (this one encoded in base64) for AWS GovCloud 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 GovCloud credential creation.
-
-