Class UpdateProxyConfigRequest
java.lang.Object
com.cloudera.cdp.environments.model.UpdateProxyConfigRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class UpdateProxyConfigRequest
extends Object
Request object for updating the proxy config of the given environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for environment.Getter for proxyConfigName.Getter for removeProxy.inthashCode()voidsetEnvironment(String environment) Setter for environment.voidsetProxyConfigName(String proxyConfigName) Setter for proxyConfigName.voidsetRemoveProxy(Boolean removeProxy) Setter for removeProxy.toString()
-
Constructor Details
-
UpdateProxyConfigRequest
public UpdateProxyConfigRequest()
-
-
Method Details
-
getEnvironment
Getter for environment. The name or CRN of the environment. -
setEnvironment
Setter for environment. The name or CRN of the environment. -
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
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
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
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
-
hashCode
public int hashCode() -
toString
-