Class AccessKey

java.lang.Object
com.cloudera.cdp.iam.model.AccessKey

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:18.698-07:00") public class AccessKey extends Object
Information about a Cloudera CDP access key.
  • Constructor Details

    • AccessKey

      public AccessKey()
  • Method Details

    • getAccessKeyId

      public String getAccessKeyId()
      Getter for accessKeyId. The ID of the access key.
    • setAccessKeyId

      public void setAccessKeyId(String accessKeyId)
      Setter for accessKeyId. The ID of the access key.
    • getCrn

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

      public void setCrn(String crn)
      Setter for crn. The CRN of the access key.
    • getActorCrn

      public String getActorCrn()
      Getter for actorCrn. The CRN of the actor with which this access key is associated.
    • setActorCrn

      public void setActorCrn(String actorCrn)
      Setter for actorCrn. The CRN of the actor with which this access key is associated.
    • getCreationDate

      public ZonedDateTime getCreationDate()
      Getter for creationDate. The date when the access key was created.
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
      Setter for creationDate. The date when the access key was created.
    • getStatus

      public String getStatus()
      Getter for status. The status of an access key.
    • setStatus

      public void setStatus(String status)
      Setter for status. The status of an access key.
    • getType

      public String getType()
      Getter for type. The type of an access key.
    • setType

      public void setType(String type)
      Setter for type. The type of an access key.
    • getLastUsage

      public AccessKeyLastUsage getLastUsage()
      Getter for lastUsage. Information on the last time this access key was used.
    • setLastUsage

      public void setLastUsage(AccessKeyLastUsage lastUsage)
      Setter for lastUsage. Information on the last time this access key was used.
    • 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