Package com.cloudera.cdp.iam.model
Class UpdateAccessKeyRequest
- java.lang.Object
-
- com.cloudera.cdp.iam.model.UpdateAccessKeyRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.174-08:00") public class UpdateAccessKeyRequest extends Object
Request object for an update access key request.
-
-
Constructor Summary
Constructors Constructor Description UpdateAccessKeyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccessKeyId()
Getter for accessKeyId.String
getStatus()
Getter for status.int
hashCode()
void
setAccessKeyId(String accessKeyId)
Setter for accessKeyId.void
setStatus(String status)
Setter for status.String
toString()
-
-
-
Method Detail
-
getAccessKeyId
public String getAccessKeyId()
Getter for accessKeyId. The ID of the access key to update.
-
setAccessKeyId
public void setAccessKeyId(String accessKeyId)
Setter for accessKeyId. The ID of the access key to update.
-
getStatus
public String getStatus()
Getter for status. The status to assign to the access key.
-
setStatus
public void setStatus(String status)
Setter for status. The status to assign to the access key.
-
-