Class GetGovCloudCredentialPrerequisitesRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.GetGovCloudCredentialPrerequisitesRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:41.311-08:00") public class GetGovCloudCredentialPrerequisitesRequest extends Object
Request object for getting the credential prerequisites for GovCloud for the enabled providers.
-
-
Constructor Summary
Constructors Constructor Description GetGovCloudCredentialPrerequisitesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCloudPlatform()
Getter for cloudPlatform.int
hashCode()
void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.String
toString()
-
-
-
Method Detail
-
getCloudPlatform
public String getCloudPlatform()
Getter for cloudPlatform. The kind of cloud platform. As of now, the following cloud provider is accepted as the value of this field - AWS
-
setCloudPlatform
public void setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform. The kind of cloud platform. As of now, the following cloud provider is accepted as the value of this field - AWS
-
-