Class CredentialsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class CredentialsResponse
    extends CdpResponse
    Response object for cloud credentials.
    • Constructor Detail

      • CredentialsResponse

        public CredentialsResponse()
    • Method Detail

      • getClusterCrn

        public String getClusterCrn()
        Getter for clusterCrn. Cluster CRN.
      • setClusterCrn

        public void setClusterCrn​(String clusterCrn)
        Setter for clusterCrn. Cluster CRN.
      • getClusterUrl

        public String getClusterUrl()
        Getter for clusterUrl. Cluster URL.
      • setClusterUrl

        public void setClusterUrl​(String clusterUrl)
        Setter for clusterUrl. Cluster URL.
      • getReplicationEngineType

        public String getReplicationEngineType()
        Getter for replicationEngineType. Replication engine type.
      • setReplicationEngineType

        public void setReplicationEngineType​(String replicationEngineType)
        Setter for replicationEngineType. Replication engine type.
      • getCredentials

        public CredentialCollection getCredentials()
        Getter for credentials. Cloud credentials.
      • setCredentials

        public void setCredentials​(CredentialCollection credentials)
        Setter for credentials. Cloud credentials.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object