Class GetCredentialsRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class GetCredentialsRequest
    extends Object
    Request object to retrieve specific cloud credentials.
    • Constructor Detail

      • GetCredentialsRequest

        public GetCredentialsRequest()
    • Method Detail

      • getClusterCrn

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

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

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

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

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object