Class UpdateDeploymentResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class UpdateDeploymentResponse
    extends CdpResponse
    Response object from updating a deployment.
    • Constructor Detail

      • UpdateDeploymentResponse

        public UpdateDeploymentResponse()
    • Method Detail

      • getDeploymentConfiguration

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object