Class Credential


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class Credential
    extends Object
    A credential object.
    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • getCredentialName

        public String getCredentialName()
        Getter for credentialName. The name of the credential.
      • setCredentialName

        public void setCredentialName​(String credentialName)
        Setter for credentialName. The name of the credential.
      • getCrn

        public String getCrn()
        Getter for crn. The CRN of the credential.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The CRN of the credential.
      • getCloudPlatform

        public String getCloudPlatform()
        Getter for cloudPlatform. The cloud provider.
      • setCloudPlatform

        public void setCloudPlatform​(String cloudPlatform)
        Setter for cloudPlatform. The cloud provider.
      • getDescription

        public String getDescription()
        Getter for description. A description for the credential.
      • setDescription

        public void setDescription​(String description)
        Setter for description. A description for the credential.
      • getAwsCredentialProperties

        public AwsCredentialProperties getAwsCredentialProperties()
        Getter for awsCredentialProperties. The credential properties that closely related to those that have been created on AWS.
      • setAwsCredentialProperties

        public void setAwsCredentialProperties​(AwsCredentialProperties awsCredentialProperties)
        Setter for awsCredentialProperties. The credential properties that closely related to those that have been created on AWS.
      • getAzureCredentialProperties

        public AzureCredentialProperties getAzureCredentialProperties()
        Getter for azureCredentialProperties. The credential properties that closely related to those that have been created on Azure.
      • setAzureCredentialProperties

        public void setAzureCredentialProperties​(AzureCredentialProperties azureCredentialProperties)
        Setter for azureCredentialProperties. The credential properties that closely related to those that have been created on Azure.
      • getGcpCredentialProperties

        public GCPCredentialProperties getGcpCredentialProperties()
        Getter for gcpCredentialProperties. The credential properties that closely related to those that have been created on GCP.
      • setGcpCredentialProperties

        public void setGcpCredentialProperties​(GCPCredentialProperties gcpCredentialProperties)
        Setter for gcpCredentialProperties. The credential properties that closely related to those that have been created on GCP.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object