Class Credential
- java.lang.Object
-
- com.cloudera.cdp.environments.model.Credential
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class Credential extends Object
A credential object.
-
-
Constructor Summary
Constructors Constructor Description Credential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AwsCredentialProperties
getAwsCredentialProperties()
Getter for awsCredentialProperties.AzureCredentialProperties
getAzureCredentialProperties()
Getter for azureCredentialProperties.String
getCloudPlatform()
Getter for cloudPlatform.String
getCredentialName()
Getter for credentialName.String
getCrn()
Getter for crn.String
getDescription()
Getter for description.GCPCredentialProperties
getGcpCredentialProperties()
Getter for gcpCredentialProperties.int
hashCode()
void
setAwsCredentialProperties(AwsCredentialProperties awsCredentialProperties)
Setter for awsCredentialProperties.void
setAzureCredentialProperties(AzureCredentialProperties azureCredentialProperties)
Setter for azureCredentialProperties.void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.void
setCredentialName(String credentialName)
Setter for credentialName.void
setCrn(String crn)
Setter for crn.void
setDescription(String description)
Setter for description.void
setGcpCredentialProperties(GCPCredentialProperties gcpCredentialProperties)
Setter for gcpCredentialProperties.String
toString()
-
-
-
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.
-
-