Package com.cloudera.cdp.iam.model
Class GetAccessKeyRequest
- java.lang.Object
-
- com.cloudera.cdp.iam.model.GetAccessKeyRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.174-08:00") public class GetAccessKeyRequest extends Object
Request object for a get access key request.
-
-
Constructor Summary
Constructors Constructor Description GetAccessKeyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccessKeyId()
Getter for accessKeyId.int
hashCode()
void
setAccessKeyId(String accessKeyId)
Setter for accessKeyId.String
toString()
-
-
-
Method Detail
-
getAccessKeyId
public String getAccessKeyId()
Getter for accessKeyId. The ID of the access key to get information about. If it is not included, it defaults to the access key used to make the request.
-
setAccessKeyId
public void setAccessKeyId(String accessKeyId)
Setter for accessKeyId. The ID of the access key to get information about. If it is not included, it defaults to the access key used to make the request.
-
-