Class ListSupportedEnvironmentsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class ListSupportedEnvironmentsResponse
    extends CdpResponse
    A response which contains a list of available environments
    • Constructor Detail

      • ListSupportedEnvironmentsResponse

        public ListSupportedEnvironmentsResponse()
    • Method Detail

      • getEnvironments

        public List<Environment> getEnvironments()
        Getter for environments. The crn of the environment
      • setEnvironments

        public void setEnvironments​(List<Environment> environments)
        Setter for environments. The crn of the environment
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object