Class GetGovCloudCredentialPrerequisitesRequest

java.lang.Object
com.cloudera.cdp.environments.model.GetGovCloudCredentialPrerequisitesRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class GetGovCloudCredentialPrerequisitesRequest extends Object
Request object for getting the credential prerequisites for GovCloud for the enabled providers.
  • Constructor Details

    • GetGovCloudCredentialPrerequisitesRequest

      public GetGovCloudCredentialPrerequisitesRequest()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object