Package com.cloudera.cdp.iam.model
Class AccessKey
java.lang.Object
com.cloudera.cdp.iam.model.AccessKey
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class AccessKey
extends Object
Information about a Cloudera CDP access key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accessKeyId.Getter for actorCrn.Getter for creationDate.getCrn()
Getter for crn.Getter for lastUsage.Getter for status.getType()
Getter for type.int
hashCode()
void
setAccessKeyId
(String accessKeyId) Setter for accessKeyId.void
setActorCrn
(String actorCrn) Setter for actorCrn.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
Setter for crn.void
setLastUsage
(AccessKeyLastUsage lastUsage) Setter for lastUsage.void
Setter for status.void
Setter for type.toString()
-
Constructor Details
-
AccessKey
public AccessKey()
-
-
Method Details
-
getAccessKeyId
Getter for accessKeyId. The ID of the access key. -
setAccessKeyId
Setter for accessKeyId. The ID of the access key. -
getCrn
Getter for crn. The CRN of the access key. -
setCrn
Setter for crn. The CRN of the access key. -
getActorCrn
Getter for actorCrn. The CRN of the actor with which this access key is associated. -
setActorCrn
Setter for actorCrn. The CRN of the actor with which this access key is associated. -
getCreationDate
Getter for creationDate. The date when the access key was created. -
setCreationDate
Setter for creationDate. The date when the access key was created. -
getStatus
Getter for status. The status of an access key. -
setStatus
Setter for status. The status of an access key. -
getType
Getter for type. The type of an access key. -
setType
Setter for type. The type of an access key. -
getLastUsage
Getter for lastUsage. Information on the last time this access key was used. -
setLastUsage
Setter for lastUsage. Information on the last time this access key was used. -
equals
-
hashCode
public int hashCode() -
toString
-