Class UpdateMlServingAppS3CredsRequest

java.lang.Object
com.cloudera.cdp.ml.model.UpdateMlServingAppS3CredsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-24T07:36:49.791Z") public class UpdateMlServingAppS3CredsRequest extends Object
Request object for the UpdateMlServingAppS3Creds method.
  • Constructor Details

    • UpdateMlServingAppS3CredsRequest

      public UpdateMlServingAppS3CredsRequest()
  • Method Details

    • getAppCrn

      public String getAppCrn()
      Getter for appCrn. The CRN of the Cloudera AI Inference Service to update.
    • setAppCrn

      public void setAppCrn(String appCrn)
      Setter for appCrn. The CRN of the Cloudera AI Inference Service to update.
    • getS3Creds

      public MlServingOzoneCreds getS3Creds()
      Getter for s3Creds. The S3 credentials to update.
    • setS3Creds

      public void setS3Creds(MlServingOzoneCreds s3Creds)
      Setter for s3Creds. The S3 credentials to update.
    • getRegistryNamespace

      public String getRegistryNamespace()
      Getter for registryNamespace. The namespace of the AI Registry
    • setRegistryNamespace

      public void setRegistryNamespace(String registryNamespace)
      Setter for registryNamespace. The namespace of the AI Registry
    • getLinkRegistry

      public Boolean getLinkRegistry()
      Getter for linkRegistry. Whether to link the registry
    • setLinkRegistry

      public void setLinkRegistry(Boolean linkRegistry)
      Setter for linkRegistry. Whether to link the registry
    • getEnvName

      public String getEnvName()
      Getter for envName. The environment name of the linked registry
    • setEnvName

      public void setEnvName(String envName)
      Setter for envName. The environment name of the linked registry
    • 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