Class ImportDeploymentResponse


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

      • ImportDeploymentResponse

        public ImportDeploymentResponse()
    • Method Detail

      • getRpcImportedDeploymentConfiguration

        public RpcImportedDeploymentConfiguration getRpcImportedDeploymentConfiguration()
        Getter for rpcImportedDeploymentConfiguration. The imported deployment configuration.
      • setRpcImportedDeploymentConfiguration

        public void setRpcImportedDeploymentConfiguration​(RpcImportedDeploymentConfiguration rpcImportedDeploymentConfiguration)
        Setter for rpcImportedDeploymentConfiguration. The imported deployment configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object