Class CreateProxyConfigResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.CreateProxyConfigResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class CreateProxyConfigResponse extends CdpResponse
Response object for a create proxy config request.
  • Constructor Details

    • CreateProxyConfigResponse

      public CreateProxyConfigResponse()
  • Method Details

    • getProxyConfig

      public ProxyConfig getProxyConfig()
      Getter for proxyConfig. The proxy config object.
    • setProxyConfig

      public void setProxyConfig(ProxyConfig proxyConfig)
      Setter for proxyConfig. The proxy config object.
    • 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