Class Credential

java.lang.Object
com.cloudera.cdp.environments.model.Credential

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class Credential extends Object
A credential object.
  • Constructor Details

    • Credential

      public Credential()
  • Method Details

    • 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.
    • getCreated

      public ZonedDateTime getCreated()
      Getter for created. Creation date
    • setCreated

      public void setCreated(ZonedDateTime created)
      Setter for created. Creation date
    • 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.
    • 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