Class GetDeploymentConfigurationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class GetDeploymentConfigurationRequest
    extends Object
    Request object for retrieving deployment configuration.
    • Constructor Detail

      • GetDeploymentConfigurationRequest

        public GetDeploymentConfigurationRequest()
    • Method Detail

      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CRN of an environment to execute the command.
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CRN of an environment to execute the command.
      • getDeploymentCrn

        public String getDeploymentCrn()
        Getter for deploymentCrn. The deployment crn.
      • setDeploymentCrn

        public void setDeploymentCrn​(String deploymentCrn)
        Setter for deploymentCrn. The deployment crn.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object