Class DeleteClusterTemplatesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class DeleteClusterTemplatesResponse
    extends CdpResponse
    Response object for delete cluster templates request.
    • Constructor Detail

      • DeleteClusterTemplatesResponse

        public DeleteClusterTemplatesResponse()
    • Method Detail

      • getClusterTemplates

        public List<ClusterTemplate> getClusterTemplates()
        Getter for clusterTemplates. The cluster templates.
      • setClusterTemplates

        public void setClusterTemplates​(List<ClusterTemplate> clusterTemplates)
        Setter for clusterTemplates. The cluster templates.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object