Class GetDeploymentConfigurationResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2023-09-27T13:27:54.557-07:00")
    public class GetDeploymentConfigurationResponse
    extends CdpResponse
    Response object for retrieving deployment configuration request.
    • Constructor Detail

      • GetDeploymentConfigurationResponse

        public GetDeploymentConfigurationResponse()
    • Method Detail

      • getDeploymentConfiguration

        public DeploymentConfiguration getDeploymentConfiguration()
        Getter for deploymentConfiguration. The deployment configuration.
      • setDeploymentConfiguration

        public void setDeploymentConfiguration​(DeploymentConfiguration deploymentConfiguration)
        Setter for deploymentConfiguration. The deployment configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object