Class GetCredentialsRequest

java.lang.Object
com.cloudera.cdp.replicationmanager.model.GetCredentialsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.989-07:00") public class GetCredentialsRequest extends Object
Request object to retrieve specific cloud credentials.
  • Constructor Details Link icon

    • GetCredentialsRequest Link icon

      public GetCredentialsRequest()
  • Method Details Link icon

    • getClusterCrn Link icon

      public String getClusterCrn()
      Getter for clusterCrn. CRN of the cluster where the credential is.
    • setClusterCrn Link icon

      public void setClusterCrn(String clusterCrn)
      Setter for clusterCrn. CRN of the cluster where the credential is.
    • getCredentialName Link icon

      public String getCredentialName()
      Getter for credentialName. Name of the credential. If both name and Id are specified, the Id is considered.
    • setCredentialName Link icon

      public void setCredentialName(String credentialName)
      Setter for credentialName. Name of the credential. If both name and Id are specified, the Id is considered.
    • getCredentialId Link icon

      public String getCredentialId()
      Getter for credentialId. Id of the credential. If both name and Id are specified, the Id is considered.
    • setCredentialId Link icon

      public void setCredentialId(String credentialId)
      Setter for credentialId. Id of the credential. If both name and Id are specified, the Id is considered.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object