Class GetCredentialsRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.GetCredentialsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.692-07:00")
public class GetCredentialsRequest
extends Object
Request object to retrieve specific cloud credentials.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterCrn.Getter for credentialId.Getter for credentialName.inthashCode()voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetCredentialId(String credentialId) Setter for credentialId.voidsetCredentialName(String credentialName) Setter for credentialName.toString()
-
Constructor Details
-
GetCredentialsRequest
public GetCredentialsRequest()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. CRN of the cluster where the credential is. -
setClusterCrn
Setter for clusterCrn. CRN of the cluster where the credential is. -
getCredentialName
Getter for credentialName. Name of the credential. If both name and Id are specified, the Id is considered. -
setCredentialName
Setter for credentialName. Name of the credential. If both name and Id are specified, the Id is considered. -
getCredentialId
Getter for credentialId. Id of the credential. If both name and Id are specified, the Id is considered. -
setCredentialId
Setter for credentialId. Id of the credential. If both name and Id are specified, the Id is considered. -
equals
-
hashCode
public int hashCode() -
toString
-