Class UpdateProxyConfigRequest

java.lang.Object
com.cloudera.cdp.environments.model.UpdateProxyConfigRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class UpdateProxyConfigRequest extends Object
Request object for updating the proxy config of the given environment.
  • Constructor Details

    • UpdateProxyConfigRequest

      public UpdateProxyConfigRequest()
  • Method Details

    • getEnvironment

      public String getEnvironment()
      Getter for environment. The name or CRN of the environment.
    • setEnvironment

      public void setEnvironment(String environment)
      Setter for environment. The name or CRN of the environment.
    • getProxyConfigName

      public String getProxyConfigName()
      Getter for proxyConfigName. The name of the new proxy config for the environment. Either this or the remove proxy flag has to be given.
    • setProxyConfigName

      public void setProxyConfigName(String proxyConfigName)
      Setter for proxyConfigName. The name of the new proxy config for the environment. Either this or the remove proxy flag has to be given.
    • getRemoveProxy

      public Boolean getRemoveProxy()
      Getter for removeProxy. Flag to indicate that the current proxy config should be removed for the environment. Either this or a proxy config name has to be given.
    • setRemoveProxy

      public void setRemoveProxy(Boolean removeProxy)
      Setter for removeProxy. Flag to indicate that the current proxy config should be removed for the environment. Either this or a proxy config name has to be given.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object